body {
  font-family: Noto Sans;
}
.display-1 {
  font-family: 'Allura', handwriting;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Allura', handwriting;
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #43977e !important;
}
.bg-success {
  background-color: #aacbc1 !important;
}
.bg-info {
  background-color: #f8f1ea !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #43977e !important;
}
.btn-primary:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #43977e;
  border: 1px solid #43977e;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-primary,
.btn-primary:active {
  background-color: transparent  !important;
  border-color: #43977e !important;
  color: #19150f !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #19150f !important;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary.focus:before,
.btn-primary.active:before {
  background-color: #43977e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #19150f !important;
  background-color: #285b4c !important;
  border-color: #285b4c !important;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #edce90;
  border: 1px solid #edce90;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-secondary,
.btn-secondary:active {
  background-color: transparent  !important;
  border-color: #edce90 !important;
  color: #6b28a2 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #6b28a2 !important;
}
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-secondary.focus:before,
.btn-secondary.active:before {
  background-color: #edce90 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6b28a2 !important;
  background-color: #e1ad45 !important;
  border-color: #e1ad45 !important;
}
.btn-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f8f1ea;
  border: 1px solid #f8f1ea;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-info,
.btn-info:active {
  background-color: transparent  !important;
  border-color: #f8f1ea !important;
  color: #8f71bf !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #8f71bf !important;
}
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info.focus:before,
.btn-info.active:before {
  background-color: #f8f1ea !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #8f71bf !important;
  background-color: #e2c6a9 !important;
  border-color: #e2c6a9 !important;
}
.btn-success:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #aacbc1;
  border: 1px solid #aacbc1;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-success,
.btn-success:active {
  background-color: transparent  !important;
  border-color: #aacbc1 !important;
  color: #6d6355 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #6d6355 !important;
}
.btn-success:hover:before,
.btn-success:focus:before,
.btn-success.focus:before,
.btn-success.active:before {
  background-color: #aacbc1 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6d6355 !important;
  background-color: #74aa9a !important;
  border-color: #74aa9a !important;
}
.btn-warning:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #232323;
  border: 1px solid #232323;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-warning,
.btn-warning:active {
  background-color: transparent  !important;
  border-color: #232323 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
}
.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-warning.focus:before,
.btn-warning.active:before {
  background-color: #232323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #43977e;
  border: 1px solid #43977e;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-danger,
.btn-danger:active {
  background-color: transparent  !important;
  border-color: #43977e !important;
  color: #19150f !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #19150f !important;
}
.btn-danger:hover:before,
.btn-danger:focus:before,
.btn-danger.focus:before,
.btn-danger.active:before {
  background-color: #43977e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #19150f !important;
  background-color: #285b4c !important;
  border-color: #285b4c !important;
}
.btn-white:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-white,
.btn-white:active {
  background-color: transparent  !important;
  border-color: #ffffff !important;
  color: #a6a6a6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #a6a6a6 !important;
}
.btn-white:hover:before,
.btn-white:focus:before,
.btn-white.focus:before,
.btn-white.active:before {
  background-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #a6a6a6 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #353535;
  border: 1px solid #353535;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-black,
.btn-black:active {
  background-color: transparent  !important;
  border-color: #353535 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
}
.btn-black:hover:before,
.btn-black:focus:before,
.btn-black.focus:before,
.btn-black.active:before {
  background-color: #353535 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #000000 !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #43977e;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-primary-outline,
.btn-primary-outline:active {
  color: #19150f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #19150f !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #19150f !important;
  background-color: #285b4c !important;
  border-color: #285b4c !important;
}
.btn-secondary-outline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #edce90;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  color: #6b28a2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6b28a2 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6b28a2 !important;
  background-color: #e1ad45 !important;
  border-color: #e1ad45 !important;
}
.btn-info-outline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #f8f1ea;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-info-outline,
.btn-info-outline:active {
  color: #8f71bf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8f71bf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #8f71bf !important;
  background-color: #e2c6a9 !important;
  border-color: #e2c6a9 !important;
}
.btn-success-outline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #aacbc1;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-success-outline,
.btn-success-outline:active {
  color: #6d6355;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6d6355 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6d6355 !important;
  background-color: #74aa9a !important;
  border-color: #74aa9a !important;
}
.btn-warning-outline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #232323;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-warning-outline,
.btn-warning-outline:active {
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #43977e;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-danger-outline,
.btn-danger-outline:active {
  color: #19150f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #19150f !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #19150f !important;
  background-color: #285b4c !important;
  border-color: #285b4c !important;
}
.btn-black-outline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #353535;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-black-outline,
.btn-black-outline:active {
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #000000 !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-white-outline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ffffff;
  transform: rotate(-5deg);
  z-index: -1;
  transition: .35s all;
}
.btn-white-outline,
.btn-white-outline:active {
  color: #a6a6a6;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6a6a6 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #a6a6a6 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.text-primary {
  color: #43977e !important;
}
.text-secondary {
  color: #edce90 !important;
}
.text-success {
  color: #aacbc1 !important;
}
.text-info {
  color: #f8f1ea !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #43977e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #353535 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #245043 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #dfa738 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6ba493 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #dfbe9e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #245043 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #020202 !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: #43977e;
}
.nav-tabs .nav-link:not(.active) {
  color: #353535;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f8f1ea;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #43977e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #43977e;
  border-color: #43977e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #43977e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8dccba;
}
.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: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #8dccba;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #43977e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #43977e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #43977e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #43977e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #43977e;
  border-bottom-color: #43977e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #43977e !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: #edce90 !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='%2343977e' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 990px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 670px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 200px;
  min-height: 60px;
  padding: 14px 28px;
  font-weight: 500;
  transition-duration: .35s;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  z-index: 2;
}
.mbr-section-btn .btn.btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn.btn-white {
  color: #353535 !important;
}
.mbr-section-btn .btn.btn-black-outline {
  color: #353535 !important;
}
.mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.mbr-section-btn .btn:hover {
  transform: scale(0.9);
}
.mbr-section-btn .btn:hover:before {
  transform: rotate(0deg) scale(1.1111);
}
.cid-uJaUzR2A4B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-uJaUzR2A4B nav.navbar {
  position: fixed;
}
.cid-uJaUzR2A4B .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-uJaUzR2A4B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJaUzR2A4B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJaUzR2A4B .dropdown-item:hover,
.cid-uJaUzR2A4B .dropdown-item:focus {
  background: #43977e !important;
  color: white !important;
}
.cid-uJaUzR2A4B .dropdown-item:hover span {
  color: white;
}
.cid-uJaUzR2A4B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJaUzR2A4B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJaUzR2A4B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJaUzR2A4B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJaUzR2A4B .nav-link {
  position: relative;
}
.cid-uJaUzR2A4B .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJaUzR2A4B .container {
    flex-wrap: nowrap;
  }
}
.cid-uJaUzR2A4B .iconfont-wrapper {
  color: #353535 !important;
  font-size: 18px;
  padding-right: 0;
}
.cid-uJaUzR2A4B .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uJaUzR2A4B .iconfont-wrapper .mbr-iconfont:hover {
  color: #43977e;
}
.cid-uJaUzR2A4B .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.cid-uJaUzR2A4B .navbar-nav .nav-item {
  margin: 2px;
}
.cid-uJaUzR2A4B .navbar-nav .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.cid-uJaUzR2A4B .navbar-nav .nav-link:hover {
  transform: scale(1.1);
}
.cid-uJaUzR2A4B .dropdown-menu,
.cid-uJaUzR2A4B .navbar.opened {
  background: #fffdfb !important;
}
.cid-uJaUzR2A4B .nav-item:focus,
.cid-uJaUzR2A4B .nav-link:focus {
  outline: none;
}
.cid-uJaUzR2A4B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJaUzR2A4B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJaUzR2A4B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJaUzR2A4B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJaUzR2A4B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJaUzR2A4B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJaUzR2A4B .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdfb;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uJaUzR2A4B .navbar.opened {
  transition: all 0.3s;
}
.cid-uJaUzR2A4B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJaUzR2A4B .navbar .navbar-logo img {
  width: auto;
}
.cid-uJaUzR2A4B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJaUzR2A4B .navbar.collapsed {
  justify-content: center;
}
.cid-uJaUzR2A4B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJaUzR2A4B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJaUzR2A4B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-uJaUzR2A4B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJaUzR2A4B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJaUzR2A4B .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-uJaUzR2A4B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJaUzR2A4B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJaUzR2A4B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJaUzR2A4B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJaUzR2A4B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJaUzR2A4B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJaUzR2A4B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJaUzR2A4B .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-uJaUzR2A4B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJaUzR2A4B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJaUzR2A4B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJaUzR2A4B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJaUzR2A4B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJaUzR2A4B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJaUzR2A4B .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJaUzR2A4B .navbar.navbar-short {
  min-height: 90px;
}
.cid-uJaUzR2A4B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJaUzR2A4B .navbar.navbar-short .navbar-brand {
  min-height: 89px;
  padding: 0;
}
.cid-uJaUzR2A4B .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-uJaUzR2A4B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJaUzR2A4B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJaUzR2A4B .dropdown-item.active,
.cid-uJaUzR2A4B .dropdown-item:active {
  background-color: transparent;
}
.cid-uJaUzR2A4B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJaUzR2A4B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJaUzR2A4B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJaUzR2A4B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdfb;
}
.cid-uJaUzR2A4B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJaUzR2A4B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJaUzR2A4B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJaUzR2A4B .navbar-buttons {
  text-align: center;
}
.cid-uJaUzR2A4B button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-uJaUzR2A4B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #353535;
}
.cid-uJaUzR2A4B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.cid-uJaUzR2A4B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-uJaUzR2A4B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-uJaUzR2A4B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.cid-uJaUzR2A4B nav.opened .hamburger span:nth-child(1) {
  top: 17px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-uJaUzR2A4B nav.opened .hamburger span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
  transition: all 0.25s;
}
.cid-uJaUzR2A4B nav.opened .hamburger span:nth-child(3) {
  transform: translateY(-1px) rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJaUzR2A4B nav.opened .hamburger span:nth-child(4) {
  top: 29px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-uJaUzR2A4B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJaUzR2A4B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJaUzR2A4B .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-uJaUzR2A4B .navbar {
    height: 70px;
  }
  .cid-uJaUzR2A4B .navbar.opened {
    height: auto;
  }
  .cid-uJaUzR2A4B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJaUzR2A4B .container,
.cid-uJaUzR2A4B .container-fluid {
  flex-wrap: wrap;
}
.cid-uJaUzR2A4B .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.cid-uJaUzR2A4B .border-item {
  width: 100%;
  height: 1px;
  background-color: #f6efe8;
}
.cid-uJaUzR2A4B .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uJaUzR2A4B .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .cid-uJaUzR2A4B .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .cid-uJaUzR2A4B .navbar-nav {
    width: 100%;
  }
}
.cid-uJaUzSDS4x {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJaUzSDS4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJaUzSDS4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJaUzSDS4x .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJaUzSDS4x .row {
    flex-wrap: wrap;
  }
}
.cid-uJaUzSDS4x .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uJaUzSDS4x .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uJaUzSDS4x .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uJaUzSDS4x .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a9bbab;
  transform: translateY(40%);
}
.cid-uJaUzSDS4x .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-uJaUzSDS4x .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-uJaUzSDS4x .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-uJaUzSDS4x .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uJaUzSDS4x .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJaUzSDS4x .mbr-text {
    margin-top: 12px;
  }
}
.cid-uJaUzSDS4x .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJaUzSDS4x .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJaUzSDS4x .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-uJaUzSDS4x .col-img {
    width: 350px;
  }
}
.cid-uJaUzSDS4x .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uJaUzSDS4x .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uJaUzSDS4x .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-uJaUzSDS4x .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uJaUzSDS4x .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-uJaUzSDS4x .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-uJaUzSDS4x .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(10deg);
}
.cid-uJaUzSDS4x .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-uJaUzSDS4x .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-uJAmPv0Znn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJAmPv0Znn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJAmPv0Znn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJAmPv0Znn .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJAmPv0Znn .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uJAmPv0Znn .col-text {
    order: 2;
  }
}
.cid-uJAmPv0Znn .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uJAmPv0Znn .text-wrap {
    margin-top: 30px;
  }
}
.cid-uJAmPv0Znn .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-uJAmPv0Znn .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJAmPv0Znn .mbr-text {
    margin-top: 12px;
  }
}
.cid-uJAmPv0Znn .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJAmPv0Znn .mbr-section-btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJAmPv0Znn .col-img {
    order: 1;
  }
}
.cid-uJAmPv0Znn .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uJAmPv0Znn .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 65px 65px 65px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uJAmPv0Znn .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJAmPv0Znn .img-wrap .img-box {
    border-radius: 65px 65px 65px 0;
  }
}
@media (max-width: 767px) {
  .cid-uJAmPv0Znn .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
  }
}
@media (max-width: 575px) {
  .cid-uJAmPv0Znn .img-wrap .img-box {
    border-radius: 45px 45px 45px 0;
  }
}
.cid-uJAmPv0Znn .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uJAmPv0Znn .mbr-section-title DIV {
  text-align: left;
}
.cid-uJaUzWYb15 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJaUzWYb15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJaUzWYb15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJaUzWYb15 .google-map {
  height: 350px;
  position: relative;
}
.cid-uJaUzWYb15 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJaUzWYb15 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJaUzWYb15 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJaUzWYb15 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJPKFst9hv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/harmonie-reflexologue-74-logo-fond-blc-2000x1414.jpg");
}
.cid-uJPKFst9hv .mbr-overlay {
  background-color: #f8f6f2;
  opacity: 0.2;
}
.cid-uJPKFst9hv .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uJPKFst9hv .mbr-section-title {
  color: #45494E;
}
.cid-uJPKFst9hv .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-uJPKFst9hv .form-container {
  display: flex;
  width: 100%;
}
.cid-uJPKFst9hv .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uJPKFst9hv form {
  width: 100%;
}
.cid-uJPKFst9hv form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uJPKFst9hv form h5 {
  margin: 40px 0 20px;
}
.cid-uJPKFst9hv form p {
  color: #45494E;
}
.cid-uJPKFst9hv form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uJPKFst9hv form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uJPKFst9hv form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uJPKFst9hv form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-uJPKFst9hv form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uJPKFst9hv form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uJPKFst9hv form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uJPKFst9hv form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uJPKFst9hv form select {
  color: #A2A4A7 !important;
}
.cid-uJPKFst9hv form textarea {
  height: 250px !important;
}
.cid-uJPKFst9hv form input:active,
.cid-uJPKFst9hv form textarea:active,
.cid-uJPKFst9hv form input:focus,
.cid-uJPKFst9hv form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-uJPKFst9hv form input:active::-webkit-input-placeholder,
.cid-uJPKFst9hv form textarea:active::-webkit-input-placeholder,
.cid-uJPKFst9hv form input:focus::-webkit-input-placeholder,
.cid-uJPKFst9hv form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uJPKFst9hv form input:active::-moz-placeholder,
.cid-uJPKFst9hv form textarea:active::-moz-placeholder,
.cid-uJPKFst9hv form input:focus::-moz-placeholder,
.cid-uJPKFst9hv form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uJPKFst9hv form input:active:-moz-placeholder,
.cid-uJPKFst9hv form textarea:active:-moz-placeholder,
.cid-uJPKFst9hv form input:focus:-moz-placeholder,
.cid-uJPKFst9hv form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uJPKFst9hv form input:active:-ms-input-placeholder,
.cid-uJPKFst9hv form textarea:active:-ms-input-placeholder,
.cid-uJPKFst9hv form input:focus:-ms-input-placeholder,
.cid-uJPKFst9hv form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uJPKFst9hv form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uJPKFst9hv form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uJPKFst9hv form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-uJPKFst9hv form .form-control-label {
  width: 100%;
}
.cid-uJPKFst9hv form .form-check-label {
  margin-bottom: 10px;
}
.cid-uJPKFst9hv form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uJPKFst9hv form .form-check-input:focus,
.cid-uJPKFst9hv form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-uJPKFst9hv form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-uJaUzYf20u {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f8f1ea;
}
.cid-uJaUzYf20u .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uJaUzYf20u .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #43977e;
}
.cid-uJaUzYf20u .svg-top .st0 {
  fill: #f8f1ea;
}
@media (max-width: 992px) {
  .cid-uJaUzYf20u .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uJaUzYf20u .text-content {
    max-width: none;
  }
}
.cid-uJaUzYf20u .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uJaUzYf20u .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uJaUzYf20u .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uJaUzYf20u .icons {
    justify-content: center !important;
  }
  .cid-uJaUzYf20u .text-content * {
    text-align: center;
  }
}
.cid-uJaUzYf20u P {
  color: #353535;
}
.cid-uJaUzYf20u .mbr-section-title {
  color: #353535;
}
.cid-uJKrORi8RV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #86bcac;
}
.cid-uJKrORi8RV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKrORi8RV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKrORi8RV .mbr-section-title {
  width: 100%;
  color: #232323;
  margin-bottom: 0;
}
.cid-uJKrORi8RV .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uJKrORi8RV .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uJKrORi8RV .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uJKrORi8RV .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJKrORi8RV .mbr-text {
    margin-top: 16px;
  }
}
.cid-uJKrORi8RV .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJKrORi8RV .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJaUzYSYy9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #86bcac;
}
.cid-uJaUzYSYy9 .mbr-text {
  color: #FFFCF5;
}
.cid-uJaUzYSYy9 .media-container-row .mbr-text {
  color: #353535;
}
.cid-uIHGwHNHgO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-uIHGwHNHgO nav.navbar {
  position: fixed;
}
.cid-uIHGwHNHgO .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-uIHGwHNHgO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIHGwHNHgO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIHGwHNHgO .dropdown-item:hover,
.cid-uIHGwHNHgO .dropdown-item:focus {
  background: #43977e !important;
  color: white !important;
}
.cid-uIHGwHNHgO .dropdown-item:hover span {
  color: white;
}
.cid-uIHGwHNHgO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIHGwHNHgO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIHGwHNHgO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIHGwHNHgO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIHGwHNHgO .nav-link {
  position: relative;
}
.cid-uIHGwHNHgO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIHGwHNHgO .container {
    flex-wrap: nowrap;
  }
}
.cid-uIHGwHNHgO .iconfont-wrapper {
  color: #353535 !important;
  font-size: 18px;
  padding-right: 0;
}
.cid-uIHGwHNHgO .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uIHGwHNHgO .iconfont-wrapper .mbr-iconfont:hover {
  color: #43977e;
}
.cid-uIHGwHNHgO .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.cid-uIHGwHNHgO .navbar-nav .nav-item {
  margin: 2px;
}
.cid-uIHGwHNHgO .navbar-nav .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.cid-uIHGwHNHgO .navbar-nav .nav-link:hover {
  transform: scale(1.1);
}
.cid-uIHGwHNHgO .dropdown-menu,
.cid-uIHGwHNHgO .navbar.opened {
  background: #fffdfb !important;
}
.cid-uIHGwHNHgO .nav-item:focus,
.cid-uIHGwHNHgO .nav-link:focus {
  outline: none;
}
.cid-uIHGwHNHgO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIHGwHNHgO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIHGwHNHgO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIHGwHNHgO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIHGwHNHgO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIHGwHNHgO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIHGwHNHgO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdfb;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uIHGwHNHgO .navbar.opened {
  transition: all 0.3s;
}
.cid-uIHGwHNHgO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIHGwHNHgO .navbar .navbar-logo img {
  width: auto;
}
.cid-uIHGwHNHgO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIHGwHNHgO .navbar.collapsed {
  justify-content: center;
}
.cid-uIHGwHNHgO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIHGwHNHgO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIHGwHNHgO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-uIHGwHNHgO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIHGwHNHgO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIHGwHNHgO .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-uIHGwHNHgO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIHGwHNHgO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIHGwHNHgO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIHGwHNHgO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIHGwHNHgO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIHGwHNHgO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIHGwHNHgO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIHGwHNHgO .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-uIHGwHNHgO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIHGwHNHgO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIHGwHNHgO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIHGwHNHgO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIHGwHNHgO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIHGwHNHgO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIHGwHNHgO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIHGwHNHgO .navbar.navbar-short {
  min-height: 90px;
}
.cid-uIHGwHNHgO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIHGwHNHgO .navbar.navbar-short .navbar-brand {
  min-height: 89px;
  padding: 0;
}
.cid-uIHGwHNHgO .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-uIHGwHNHgO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIHGwHNHgO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIHGwHNHgO .dropdown-item.active,
.cid-uIHGwHNHgO .dropdown-item:active {
  background-color: transparent;
}
.cid-uIHGwHNHgO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIHGwHNHgO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIHGwHNHgO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIHGwHNHgO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdfb;
}
.cid-uIHGwHNHgO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIHGwHNHgO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIHGwHNHgO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIHGwHNHgO .navbar-buttons {
  text-align: center;
}
.cid-uIHGwHNHgO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-uIHGwHNHgO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #353535;
}
.cid-uIHGwHNHgO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.cid-uIHGwHNHgO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-uIHGwHNHgO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-uIHGwHNHgO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.cid-uIHGwHNHgO nav.opened .hamburger span:nth-child(1) {
  top: 17px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-uIHGwHNHgO nav.opened .hamburger span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
  transition: all 0.25s;
}
.cid-uIHGwHNHgO nav.opened .hamburger span:nth-child(3) {
  transform: translateY(-1px) rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIHGwHNHgO nav.opened .hamburger span:nth-child(4) {
  top: 29px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-uIHGwHNHgO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIHGwHNHgO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIHGwHNHgO .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-uIHGwHNHgO .navbar {
    height: 70px;
  }
  .cid-uIHGwHNHgO .navbar.opened {
    height: auto;
  }
  .cid-uIHGwHNHgO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIHGwHNHgO .container,
.cid-uIHGwHNHgO .container-fluid {
  flex-wrap: wrap;
}
.cid-uIHGwHNHgO .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.cid-uIHGwHNHgO .border-item {
  width: 100%;
  height: 1px;
  background-color: #f6efe8;
}
.cid-uIHGwHNHgO .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uIHGwHNHgO .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .cid-uIHGwHNHgO .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .cid-uIHGwHNHgO .navbar-nav {
    width: 100%;
  }
}
.cid-uIHGwJhKU8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fffcf5;
  overflow: hidden;
}
.cid-uIHGwJhKU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIHGwJhKU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIHGwJhKU8 .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIHGwJhKU8 .row {
    flex-wrap: wrap;
  }
}
.cid-uIHGwJhKU8 .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uIHGwJhKU8 .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #86bcac;
  z-index: -1;
}
@media (max-width: 1199px) {
  .cid-uIHGwJhKU8 .text-wrap:before {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uIHGwJhKU8 .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uIHGwJhKU8 .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uIHGwJhKU8 .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uIHGwJhKU8 .mbr-section-title {
  color: #353535;
}
.cid-uIHGwJhKU8 .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIHGwJhKU8 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uIHGwJhKU8 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIHGwJhKU8 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIHGwJhKU8 .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uIHGwJhKU8 .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uIHGwJhKU8 .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uIHGwJhKU8 .col-img {
    margin-bottom: -50px;
  }
}
.cid-uIHGwJhKU8 .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uIHGwJhKU8 .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uIHGwJhKU8 .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uIHGwJhKU8 .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
  }
}
.cid-uIHGwJhKU8 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uIHGwLYL02 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffdfb;
}
.cid-uIHGwLYL02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIHGwLYL02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIHGwLYL02 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uIHGwLYL02 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIHGwLYL02 .mbr-name {
  color: #858585;
}
.cid-uIHGwLYL02 .mbr-text {
  color: #191c25;
}
.cid-uIHGwLYL02 .mbr-section-btn {
  text-align: center;
}
.cid-uIHGwLYL02 .mbr-name,
.cid-uIHGwLYL02 .mbr-section-btn {
  color: #232323;
}
.cid-uJ5gmk9Ze7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fffdfb;
  overflow: hidden;
}
.cid-uJ5gmk9Ze7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5gmk9Ze7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5gmk9Ze7 .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uJ5gmk9Ze7 .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-uJ5gmk9Ze7 .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-uJ5gmk9Ze7 .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
}
.cid-uJ5gmk9Ze7 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-uJ5gmk9Ze7 .items-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uJ5gmk9Ze7 .items-row {
    row-gap: 50px;
  }
}
.cid-uJ5gmk9Ze7 .card-title {
  position: relative;
  max-width: 360px;
  width: 100%;
  color: #86bcac;
}
@media (max-width: 575px) {
  .cid-uJ5gmk9Ze7 .card-title {
    max-width: 100%;
  }
}
.cid-uJ5gmk9Ze7 .card-text {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin-top: 16px;
  color: #353535;
}
@media (max-width: 575px) {
  .cid-uJ5gmk9Ze7 .card-text {
    max-width: 100%;
    margin-top: 12px;
  }
}
.cid-uJ5gmk9Ze7 .item-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 560px;
  padding: 50px 50px 60px;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 575px) {
  .cid-uJ5gmk9Ze7 .item-wrap {
    padding: 20px !important;
  }
}
.cid-uJ5gmk9Ze7 .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uJ5gmk9Ze7 .item:nth-child(1) .item-wrap {
  margin-right: auto;
  background-image: url("../../../assets/images/frame5.png");
}
.cid-uJ5gmk9Ze7 .item:nth-child(2) {
  margin-top: -12px;
}
@media (max-width: 991px) {
  .cid-uJ5gmk9Ze7 .item:nth-child(2) {
    margin: 0;
  }
}
.cid-uJ5gmk9Ze7 .item:nth-child(2) .item-wrap {
  margin-left: auto;
  background-image: url("../../../assets/images/frame6.png");
}
.cid-uJ5gmk9Ze7 .item:nth-child(3) {
  margin-top: -12px;
}
@media (max-width: 991px) {
  .cid-uJ5gmk9Ze7 .item:nth-child(3) {
    margin: 0;
  }
}
.cid-uJ5gmk9Ze7 .item:nth-child(3) .item-wrap {
  max-width: 600px;
  margin-right: auto;
  background-image: url("../../../assets/images/frame7.png");
}
.cid-uJ5gmk9Ze7 .item:nth-child(4) .item-wrap {
  max-width: 508px;
  margin-left: auto;
  padding: 50px 40px 60px;
  background-image: url("../../../assets/images/frame8.png");
}
.cid-uL5sxXCLlH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/harmonie-reflexologue-74-logo-fond-blc-2000x1414.jpg");
}
.cid-uL5sxXCLlH .mbr-overlay {
  background-color: #f8f6f2;
  opacity: 0.2;
}
.cid-uL5sxXCLlH .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uL5sxXCLlH .mbr-section-title {
  color: #45494E;
}
.cid-uL5sxXCLlH .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-uL5sxXCLlH .form-container {
  display: flex;
  width: 100%;
}
.cid-uL5sxXCLlH .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uL5sxXCLlH form {
  width: 100%;
}
.cid-uL5sxXCLlH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uL5sxXCLlH form h5 {
  margin: 40px 0 20px;
}
.cid-uL5sxXCLlH form p {
  color: #45494E;
}
.cid-uL5sxXCLlH form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uL5sxXCLlH form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uL5sxXCLlH form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uL5sxXCLlH form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-uL5sxXCLlH form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5sxXCLlH form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5sxXCLlH form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5sxXCLlH form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5sxXCLlH form select {
  color: #A2A4A7 !important;
}
.cid-uL5sxXCLlH form textarea {
  height: 250px !important;
}
.cid-uL5sxXCLlH form input:active,
.cid-uL5sxXCLlH form textarea:active,
.cid-uL5sxXCLlH form input:focus,
.cid-uL5sxXCLlH form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-uL5sxXCLlH form input:active::-webkit-input-placeholder,
.cid-uL5sxXCLlH form textarea:active::-webkit-input-placeholder,
.cid-uL5sxXCLlH form input:focus::-webkit-input-placeholder,
.cid-uL5sxXCLlH form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5sxXCLlH form input:active::-moz-placeholder,
.cid-uL5sxXCLlH form textarea:active::-moz-placeholder,
.cid-uL5sxXCLlH form input:focus::-moz-placeholder,
.cid-uL5sxXCLlH form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5sxXCLlH form input:active:-moz-placeholder,
.cid-uL5sxXCLlH form textarea:active:-moz-placeholder,
.cid-uL5sxXCLlH form input:focus:-moz-placeholder,
.cid-uL5sxXCLlH form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5sxXCLlH form input:active:-ms-input-placeholder,
.cid-uL5sxXCLlH form textarea:active:-ms-input-placeholder,
.cid-uL5sxXCLlH form input:focus:-ms-input-placeholder,
.cid-uL5sxXCLlH form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5sxXCLlH form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uL5sxXCLlH form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uL5sxXCLlH form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-uL5sxXCLlH form .form-control-label {
  width: 100%;
}
.cid-uL5sxXCLlH form .form-check-label {
  margin-bottom: 10px;
}
.cid-uL5sxXCLlH form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uL5sxXCLlH form .form-check-input:focus,
.cid-uL5sxXCLlH form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-uL5sxXCLlH form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-uIHGwPsNoy {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f8f1ea;
}
.cid-uIHGwPsNoy .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uIHGwPsNoy .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #43977e;
}
.cid-uIHGwPsNoy .svg-top .st0 {
  fill: #f8f1ea;
}
@media (max-width: 992px) {
  .cid-uIHGwPsNoy .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uIHGwPsNoy .text-content {
    max-width: none;
  }
}
.cid-uIHGwPsNoy .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uIHGwPsNoy .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uIHGwPsNoy .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIHGwPsNoy .icons {
    justify-content: center !important;
  }
  .cid-uIHGwPsNoy .text-content * {
    text-align: center;
  }
}
.cid-uIHGwPsNoy P {
  color: #353535;
}
.cid-uIHGwPsNoy .mbr-section-title {
  color: #353535;
}
.cid-uJKrKPlXat {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #86bcac;
}
.cid-uJKrKPlXat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKrKPlXat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKrKPlXat .mbr-section-title {
  width: 100%;
  color: #232323;
  margin-bottom: 0;
}
.cid-uJKrKPlXat .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uJKrKPlXat .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uJKrKPlXat .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uJKrKPlXat .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJKrKPlXat .mbr-text {
    margin-top: 16px;
  }
}
.cid-uJKrKPlXat .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJKrKPlXat .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIHGwPZXs8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #86bcac;
}
.cid-uIHGwPZXs8 .mbr-text {
  color: #FFFCF5;
}
.cid-uIHGwPZXs8 .media-container-row .mbr-text {
  color: #353535;
}
.cid-uIrkVJUARM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-uIrkVJUARM nav.navbar {
  position: fixed;
}
.cid-uIrkVJUARM .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-uIrkVJUARM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIrkVJUARM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIrkVJUARM .dropdown-item:hover,
.cid-uIrkVJUARM .dropdown-item:focus {
  background: #43977e !important;
  color: white !important;
}
.cid-uIrkVJUARM .dropdown-item:hover span {
  color: white;
}
.cid-uIrkVJUARM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIrkVJUARM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIrkVJUARM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIrkVJUARM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIrkVJUARM .nav-link {
  position: relative;
}
.cid-uIrkVJUARM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIrkVJUARM .container {
    flex-wrap: nowrap;
  }
}
.cid-uIrkVJUARM .iconfont-wrapper {
  color: #353535 !important;
  font-size: 18px;
  padding-right: 0;
}
.cid-uIrkVJUARM .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uIrkVJUARM .iconfont-wrapper .mbr-iconfont:hover {
  color: #43977e;
}
.cid-uIrkVJUARM .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.cid-uIrkVJUARM .navbar-nav .nav-item {
  margin: 2px;
}
.cid-uIrkVJUARM .navbar-nav .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.cid-uIrkVJUARM .navbar-nav .nav-link:hover {
  transform: scale(1.1);
}
.cid-uIrkVJUARM .dropdown-menu,
.cid-uIrkVJUARM .navbar.opened {
  background: #fffdfb !important;
}
.cid-uIrkVJUARM .nav-item:focus,
.cid-uIrkVJUARM .nav-link:focus {
  outline: none;
}
.cid-uIrkVJUARM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIrkVJUARM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIrkVJUARM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIrkVJUARM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIrkVJUARM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIrkVJUARM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIrkVJUARM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdfb;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uIrkVJUARM .navbar.opened {
  transition: all 0.3s;
}
.cid-uIrkVJUARM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIrkVJUARM .navbar .navbar-logo img {
  width: auto;
}
.cid-uIrkVJUARM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIrkVJUARM .navbar.collapsed {
  justify-content: center;
}
.cid-uIrkVJUARM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIrkVJUARM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIrkVJUARM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-uIrkVJUARM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIrkVJUARM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIrkVJUARM .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-uIrkVJUARM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIrkVJUARM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIrkVJUARM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIrkVJUARM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIrkVJUARM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIrkVJUARM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIrkVJUARM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIrkVJUARM .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-uIrkVJUARM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIrkVJUARM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIrkVJUARM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIrkVJUARM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIrkVJUARM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIrkVJUARM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIrkVJUARM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIrkVJUARM .navbar.navbar-short {
  min-height: 90px;
}
.cid-uIrkVJUARM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIrkVJUARM .navbar.navbar-short .navbar-brand {
  min-height: 89px;
  padding: 0;
}
.cid-uIrkVJUARM .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-uIrkVJUARM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIrkVJUARM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIrkVJUARM .dropdown-item.active,
.cid-uIrkVJUARM .dropdown-item:active {
  background-color: transparent;
}
.cid-uIrkVJUARM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIrkVJUARM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIrkVJUARM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIrkVJUARM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdfb;
}
.cid-uIrkVJUARM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIrkVJUARM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIrkVJUARM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIrkVJUARM .navbar-buttons {
  text-align: center;
}
.cid-uIrkVJUARM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-uIrkVJUARM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #353535;
}
.cid-uIrkVJUARM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.cid-uIrkVJUARM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-uIrkVJUARM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-uIrkVJUARM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.cid-uIrkVJUARM nav.opened .hamburger span:nth-child(1) {
  top: 17px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-uIrkVJUARM nav.opened .hamburger span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
  transition: all 0.25s;
}
.cid-uIrkVJUARM nav.opened .hamburger span:nth-child(3) {
  transform: translateY(-1px) rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIrkVJUARM nav.opened .hamburger span:nth-child(4) {
  top: 29px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-uIrkVJUARM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIrkVJUARM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIrkVJUARM .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-uIrkVJUARM .navbar {
    height: 70px;
  }
  .cid-uIrkVJUARM .navbar.opened {
    height: auto;
  }
  .cid-uIrkVJUARM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIrkVJUARM .container,
.cid-uIrkVJUARM .container-fluid {
  flex-wrap: wrap;
}
.cid-uIrkVJUARM .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.cid-uIrkVJUARM .border-item {
  width: 100%;
  height: 1px;
  background-color: #f6efe8;
}
.cid-uIrkVJUARM .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uIrkVJUARM .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .cid-uIrkVJUARM .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .cid-uIrkVJUARM .navbar-nav {
    width: 100%;
  }
}
.cid-uIsuvNNnlZ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fffcf5;
}
.cid-uIsuvNNnlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsuvNNnlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsuvNNnlZ .text-wrap {
  width: 100%;
}
.cid-uIsuvNNnlZ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uIsuvNNnlZ .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uIsuvNNnlZ .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-uIsuvNNnlZ .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-uIsuvNNnlZ .item-row {
  row-gap: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.cid-uIsuvNNnlZ .item-row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uIsuvNNnlZ .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #fffcf5;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 251, 0.8);
  border-radius: 45px;
}
.cid-uIsuvNNnlZ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-uIsuvNNnlZ .item-img img {
  aspect-ratio: 1.25;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uIsuvNNnlZ .item-title-wrap {
  padding: 45px 26px;
  border-radius: 0 0 45px 45px;
  border: 1px solid rgba(255, 253, 251, 0.8);
  background-color: rgba(255, 229, 203, 0.8);
}
.cid-uIsuvNNnlZ .item-title {
  width: 100%;
  margin: 0;
  color: #232323;
}
.cid-uIsuvNNnlZ .item-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 26px;
}
.cid-uIsuvNNnlZ .item-text {
  color: #353535;
  margin: 0;
}
.cid-uIsuvNNnlZ .mbr-section-btn {
  margin-top: 10px;
}
.cid-uIsuvNNnlZ .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-uJ5I3TfWBZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcf5;
}
.cid-uJ5I3TfWBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5I3TfWBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5I3TfWBZ .text-wrap {
  width: 100%;
}
.cid-uJ5I3TfWBZ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-uJ5I3TfWBZ .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uJ5I3TfWBZ .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-uJ5I3TfWBZ .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-uJ5I3TfWBZ .item-row {
  row-gap: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.cid-uJ5I3TfWBZ .item-row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uJ5I3TfWBZ .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #fffcf5;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 251, 0.8);
  border-radius: 45px;
}
.cid-uJ5I3TfWBZ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-uJ5I3TfWBZ .item-img img {
  aspect-ratio: 1.25;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uJ5I3TfWBZ .item-title-wrap {
  padding: 45px 26px;
  border-radius: 0 0 45px 45px;
  border: 1px solid rgba(255, 253, 251, 0.8);
  background-color: rgba(255, 229, 203, 0.8);
}
.cid-uJ5I3TfWBZ .item-title {
  width: 100%;
  margin: 0;
  color: #232323;
}
.cid-uJ5I3TfWBZ .item-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 26px;
}
.cid-uJ5I3TfWBZ .item-text {
  color: #353535;
  margin: 0;
}
.cid-uJ5I3TfWBZ .mbr-section-btn {
  margin-top: 10px;
}
.cid-uJ5I3TfWBZ .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-uIrkVUevwh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcf5;
  overflow: hidden;
}
.cid-uIrkVUevwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrkVUevwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrkVUevwh .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIrkVUevwh .row {
    flex-wrap: wrap;
  }
}
.cid-uIrkVUevwh .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uIrkVUevwh .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #86bcac;
  z-index: -1;
}
@media (max-width: 1199px) {
  .cid-uIrkVUevwh .text-wrap:before {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uIrkVUevwh .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uIrkVUevwh .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uIrkVUevwh .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uIrkVUevwh .mbr-section-title {
  color: #353535;
}
.cid-uIrkVUevwh .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIrkVUevwh .mbr-text {
    margin-top: 12px;
  }
}
.cid-uIrkVUevwh .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIrkVUevwh .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIrkVUevwh .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uIrkVUevwh .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uIrkVUevwh .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uIrkVUevwh .col-img {
    margin-bottom: -50px;
  }
}
.cid-uIrkVUevwh .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uIrkVUevwh .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uIrkVUevwh .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uIrkVUevwh .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
  }
}
.cid-uIrkVUevwh .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uIsKwPAbGI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fffdfb;
}
.cid-uIsKwPAbGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsKwPAbGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsKwPAbGI .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uIsKwPAbGI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIsKwPAbGI .mbr-name {
  color: #858585;
}
.cid-uIsKwPAbGI .mbr-text {
  color: #191c25;
}
.cid-uIsKwPAbGI .mbr-section-btn {
  text-align: center;
}
.cid-uIsKwPAbGI .mbr-name,
.cid-uIsKwPAbGI .mbr-section-btn {
  color: #232323;
}
.cid-uIrmyEaSkc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcf5;
  overflow: hidden;
}
.cid-uIrmyEaSkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrmyEaSkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrmyEaSkc .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uIrmyEaSkc .row {
    flex-wrap: wrap;
  }
}
.cid-uIrmyEaSkc .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uIrmyEaSkc .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #ffe5cb;
  z-index: -1;
  border-radius: 65px 0 0 65px;
  right: auto;
  left: -100px;
}
@media (max-width: 1199px) {
  .cid-uIrmyEaSkc .text-wrap:before {
    border-radius: 0 40px 40px 0;
    border-radius: 40px 0 0 40px;
  }
}
@media (max-width: 991px) {
  .cid-uIrmyEaSkc .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uIrmyEaSkc .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uIrmyEaSkc .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uIrmyEaSkc .mbr-section-title {
  color: #353535;
}
.cid-uIrmyEaSkc .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIrmyEaSkc .mbr-text {
    margin-top: 12px;
  }
}
.cid-uIrmyEaSkc .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIrmyEaSkc .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIrmyEaSkc .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uIrmyEaSkc .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uIrmyEaSkc .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uIrmyEaSkc .col-img {
    margin-bottom: -50px;
  }
}
.cid-uIrmyEaSkc .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uIrmyEaSkc .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
  border-radius: 65px 0 65px 65px;
}
@media (max-width: 1199px) {
  .cid-uIrmyEaSkc .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
    border-radius: 40px 0 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uIrmyEaSkc .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
    border-radius: 30px 0 30px 30px;
  }
}
.cid-uIrmyEaSkc .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uIsLLvcX2N {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fffdfb;
}
.cid-uIsLLvcX2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsLLvcX2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsLLvcX2N .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uIsLLvcX2N .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIsLLvcX2N .mbr-name {
  color: #858585;
}
.cid-uIsLLvcX2N .mbr-text {
  color: #191c25;
}
.cid-uIsLLvcX2N .mbr-section-btn {
  text-align: center;
}
.cid-uIsLLvcX2N .mbr-name,
.cid-uIsLLvcX2N .mbr-section-btn {
  color: #232323;
}
.cid-uIssBcfFFv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcf5;
  overflow: hidden;
}
.cid-uIssBcfFFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIssBcfFFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIssBcfFFv .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIssBcfFFv .row {
    flex-wrap: wrap;
  }
}
.cid-uIssBcfFFv .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uIssBcfFFv .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #86bcac;
  z-index: -1;
}
@media (max-width: 1199px) {
  .cid-uIssBcfFFv .text-wrap:before {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uIssBcfFFv .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uIssBcfFFv .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uIssBcfFFv .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uIssBcfFFv .mbr-section-title {
  color: #353535;
}
.cid-uIssBcfFFv .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIssBcfFFv .mbr-text {
    margin-top: 12px;
  }
}
.cid-uIssBcfFFv .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIssBcfFFv .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIssBcfFFv .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uIssBcfFFv .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uIssBcfFFv .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uIssBcfFFv .col-img {
    margin-bottom: -50px;
  }
}
.cid-uIssBcfFFv .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uIssBcfFFv .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uIssBcfFFv .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uIssBcfFFv .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
  }
}
.cid-uIssBcfFFv .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uIBI1JBeU7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fffdfb;
}
.cid-uIBI1JBeU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIBI1JBeU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIBI1JBeU7 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uIBI1JBeU7 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIBI1JBeU7 .mbr-name {
  color: #858585;
}
.cid-uIBI1JBeU7 .mbr-text {
  color: #191c25;
}
.cid-uIBI1JBeU7 .mbr-section-btn {
  text-align: center;
}
.cid-uIBI1JBeU7 .mbr-name,
.cid-uIBI1JBeU7 .mbr-section-btn {
  color: #232323;
}
.cid-uJ5KP5j2b1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcf5;
  overflow: hidden;
}
.cid-uJ5KP5j2b1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5KP5j2b1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5KP5j2b1 .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uJ5KP5j2b1 .row {
    flex-wrap: wrap;
  }
}
.cid-uJ5KP5j2b1 .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uJ5KP5j2b1 .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #ffe5cb;
  z-index: -1;
  border-radius: 65px 0 0 65px;
  right: auto;
  left: -100px;
}
@media (max-width: 1199px) {
  .cid-uJ5KP5j2b1 .text-wrap:before {
    border-radius: 0 40px 40px 0;
    border-radius: 40px 0 0 40px;
  }
}
@media (max-width: 991px) {
  .cid-uJ5KP5j2b1 .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uJ5KP5j2b1 .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uJ5KP5j2b1 .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uJ5KP5j2b1 .mbr-section-title {
  color: #353535;
}
.cid-uJ5KP5j2b1 .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJ5KP5j2b1 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uJ5KP5j2b1 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJ5KP5j2b1 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJ5KP5j2b1 .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uJ5KP5j2b1 .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uJ5KP5j2b1 .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uJ5KP5j2b1 .col-img {
    margin-bottom: -50px;
  }
}
.cid-uJ5KP5j2b1 .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uJ5KP5j2b1 .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
  border-radius: 65px 0 65px 65px;
}
@media (max-width: 1199px) {
  .cid-uJ5KP5j2b1 .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
    border-radius: 40px 0 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uJ5KP5j2b1 .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
    border-radius: 30px 0 30px 30px;
  }
}
.cid-uJ5KP5j2b1 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uJ5LlpzbEd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fffdfb;
}
.cid-uJ5LlpzbEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5LlpzbEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5LlpzbEd .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uJ5LlpzbEd .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJ5LlpzbEd .mbr-name {
  color: #858585;
}
.cid-uJ5LlpzbEd .mbr-text {
  color: #191c25;
}
.cid-uJ5LlpzbEd .mbr-section-btn {
  text-align: center;
}
.cid-uJ5LlpzbEd .mbr-name,
.cid-uJ5LlpzbEd .mbr-section-btn {
  color: #232323;
}
.cid-uJb1GpzQgW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcf5;
  overflow: hidden;
}
.cid-uJb1GpzQgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJb1GpzQgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJb1GpzQgW .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJb1GpzQgW .row {
    flex-wrap: wrap;
  }
}
.cid-uJb1GpzQgW .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uJb1GpzQgW .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #86bcac;
  z-index: -1;
}
@media (max-width: 1199px) {
  .cid-uJb1GpzQgW .text-wrap:before {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJb1GpzQgW .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uJb1GpzQgW .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uJb1GpzQgW .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uJb1GpzQgW .mbr-section-title {
  color: #353535;
}
.cid-uJb1GpzQgW .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJb1GpzQgW .mbr-text {
    margin-top: 12px;
  }
}
.cid-uJb1GpzQgW .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJb1GpzQgW .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJb1GpzQgW .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uJb1GpzQgW .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uJb1GpzQgW .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uJb1GpzQgW .col-img {
    margin-bottom: -50px;
  }
}
.cid-uJb1GpzQgW .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uJb1GpzQgW .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uJb1GpzQgW .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uJb1GpzQgW .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
  }
}
.cid-uJb1GpzQgW .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uJb1MQo8iR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fffcf5;
}
.cid-uJb1MQo8iR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJb1MQo8iR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJb1MQo8iR .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
  text-align: left;
}
.cid-uJb1MQo8iR .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uJb1MQo8iR .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uJb1MQo8iR .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uJb1MQo8iR .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJb1MQo8iR .mbr-text {
    margin-top: 16px;
  }
}
.cid-uJb1MQo8iR .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJb1MQo8iR .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJb1MQo8iR .mbr-section-title DIV {
  text-align: left;
}
.cid-uJbs2gvd4y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcf5;
  overflow: hidden;
}
.cid-uJbs2gvd4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbs2gvd4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbs2gvd4y .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uJbs2gvd4y .row {
    flex-wrap: wrap;
  }
}
.cid-uJbs2gvd4y .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uJbs2gvd4y .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #ffe5cb;
  z-index: -1;
  border-radius: 65px 0 0 65px;
  right: auto;
  left: -100px;
}
@media (max-width: 1199px) {
  .cid-uJbs2gvd4y .text-wrap:before {
    border-radius: 0 40px 40px 0;
    border-radius: 40px 0 0 40px;
  }
}
@media (max-width: 991px) {
  .cid-uJbs2gvd4y .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uJbs2gvd4y .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uJbs2gvd4y .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uJbs2gvd4y .mbr-section-title {
  color: #353535;
}
.cid-uJbs2gvd4y .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJbs2gvd4y .mbr-text {
    margin-top: 12px;
  }
}
.cid-uJbs2gvd4y .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJbs2gvd4y .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJbs2gvd4y .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uJbs2gvd4y .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uJbs2gvd4y .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uJbs2gvd4y .col-img {
    margin-bottom: -50px;
  }
}
.cid-uJbs2gvd4y .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uJbs2gvd4y .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
  border-radius: 65px 0 65px 65px;
}
@media (max-width: 1199px) {
  .cid-uJbs2gvd4y .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
    border-radius: 40px 0 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uJbs2gvd4y .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
    border-radius: 30px 0 30px 30px;
  }
}
.cid-uJbs2gvd4y .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uJbs3jQcu1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffcf5;
}
.cid-uJbs3jQcu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbs3jQcu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbs3jQcu1 .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
  text-align: left;
}
.cid-uJbs3jQcu1 .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uJbs3jQcu1 .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uJbs3jQcu1 .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uJbs3jQcu1 .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJbs3jQcu1 .mbr-text {
    margin-top: 16px;
  }
}
.cid-uJbs3jQcu1 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJbs3jQcu1 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJbs3jQcu1 .mbr-section-title DIV {
  text-align: left;
}
.cid-uIrnyL7K5I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIrnyL7K5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrnyL7K5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrnyL7K5I .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-uIrnyL7K5I .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uIrnyL7K5I .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uIrnyL7K5I .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uIrnyL7K5I .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uIrnyL7K5I .mbr-text {
    margin-top: 16px;
  }
}
.cid-uIrnyL7K5I .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uIrnyL7K5I .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJpWNRLg8P {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uJpWNRLg8P .container {
    max-width: 1400px;
  }
}
.cid-uJpWNRLg8P img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-uJpWNRLg8P .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uJpWNRLg8P .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uJpWNRLg8P .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJpWNRLg8P .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uJpWNRLg8P .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #43977e;
}
.cid-uJpWNRLg8P .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uJpWNRLg8P .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uJpWNRLg8P .card-subtitle {
  color: #000000;
}
.cid-uJpWNRLg8P .mbr-price {
  color: #232323;
}
.cid-uJpWNRLg8P .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uJpWNRLg8P .mbr-text,
.cid-uJpWNRLg8P .link-align {
  color: #232323;
}
.cid-uJpWNRLg8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpWNRLg8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpWOPx34O {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uJpWOPx34O .container {
    max-width: 1400px;
  }
}
.cid-uJpWOPx34O img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-uJpWOPx34O .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uJpWOPx34O .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uJpWOPx34O .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJpWOPx34O .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uJpWOPx34O .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #43977e;
}
.cid-uJpWOPx34O .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uJpWOPx34O .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uJpWOPx34O .card-subtitle {
  color: #000000;
}
.cid-uJpWOPx34O .mbr-price {
  color: #232323;
}
.cid-uJpWOPx34O .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uJpWOPx34O .mbr-text,
.cid-uJpWOPx34O .link-align {
  color: #232323;
}
.cid-uJpWOPx34O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpWOPx34O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrkVP1zQ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIrkVP1zQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrkVP1zQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrkVP1zQ2 .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 280px;
  padding: 70px 50px;
  background-image: url("../../../assets/images/galet-vert-2000x1414.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uIrkVP1zQ2 .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-uIrkVP1zQ2 .mbr-section-title.display-4 {
  font-size: 48px;
}
@media (max-width: 767px) {
  .cid-uIrkVP1zQ2 .mbr-section-title.display-4 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .cid-uIrkVP1zQ2 .mbr-section-title.display-4 {
    font-size: 28px;
  }
}
.cid-uIrkVP1zQ2 .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uIrkVP1zQ2 .mbr-text {
    margin-top: 16px;
  }
}
.cid-uIrkVP1zQ2 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uIrkVP1zQ2 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIsPS5EeCw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIsPS5EeCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsPS5EeCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsPS5EeCw .google-map {
  height: 350px;
  position: relative;
}
.cid-uIsPS5EeCw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uIsPS5EeCw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIsPS5EeCw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIsPS5EeCw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uL5spll4Hc {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/harmonie-reflexologue-74-logo-fond-blc-2000x1414.jpg");
}
.cid-uL5spll4Hc .mbr-overlay {
  background-color: #f8f6f2;
  opacity: 0.2;
}
.cid-uL5spll4Hc .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uL5spll4Hc .mbr-section-title {
  color: #45494E;
}
.cid-uL5spll4Hc .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-uL5spll4Hc .form-container {
  display: flex;
  width: 100%;
}
.cid-uL5spll4Hc .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uL5spll4Hc form {
  width: 100%;
}
.cid-uL5spll4Hc form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uL5spll4Hc form h5 {
  margin: 40px 0 20px;
}
.cid-uL5spll4Hc form p {
  color: #45494E;
}
.cid-uL5spll4Hc form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uL5spll4Hc form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uL5spll4Hc form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uL5spll4Hc form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-uL5spll4Hc form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5spll4Hc form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5spll4Hc form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5spll4Hc form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5spll4Hc form select {
  color: #A2A4A7 !important;
}
.cid-uL5spll4Hc form textarea {
  height: 250px !important;
}
.cid-uL5spll4Hc form input:active,
.cid-uL5spll4Hc form textarea:active,
.cid-uL5spll4Hc form input:focus,
.cid-uL5spll4Hc form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-uL5spll4Hc form input:active::-webkit-input-placeholder,
.cid-uL5spll4Hc form textarea:active::-webkit-input-placeholder,
.cid-uL5spll4Hc form input:focus::-webkit-input-placeholder,
.cid-uL5spll4Hc form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5spll4Hc form input:active::-moz-placeholder,
.cid-uL5spll4Hc form textarea:active::-moz-placeholder,
.cid-uL5spll4Hc form input:focus::-moz-placeholder,
.cid-uL5spll4Hc form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5spll4Hc form input:active:-moz-placeholder,
.cid-uL5spll4Hc form textarea:active:-moz-placeholder,
.cid-uL5spll4Hc form input:focus:-moz-placeholder,
.cid-uL5spll4Hc form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5spll4Hc form input:active:-ms-input-placeholder,
.cid-uL5spll4Hc form textarea:active:-ms-input-placeholder,
.cid-uL5spll4Hc form input:focus:-ms-input-placeholder,
.cid-uL5spll4Hc form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5spll4Hc form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uL5spll4Hc form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uL5spll4Hc form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-uL5spll4Hc form .form-control-label {
  width: 100%;
}
.cid-uL5spll4Hc form .form-check-label {
  margin-bottom: 10px;
}
.cid-uL5spll4Hc form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uL5spll4Hc form .form-check-input:focus,
.cid-uL5spll4Hc form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-uL5spll4Hc form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-uIHGgTRB8P {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f8f1ea;
}
.cid-uIHGgTRB8P .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uIHGgTRB8P .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #43977e;
}
.cid-uIHGgTRB8P .svg-top .st0 {
  fill: #f8f1ea;
}
@media (max-width: 992px) {
  .cid-uIHGgTRB8P .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uIHGgTRB8P .text-content {
    max-width: none;
  }
}
.cid-uIHGgTRB8P .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uIHGgTRB8P .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uIHGgTRB8P .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIHGgTRB8P .icons {
    justify-content: center !important;
  }
  .cid-uIHGgTRB8P .text-content * {
    text-align: center;
  }
}
.cid-uIHGgTRB8P P {
  color: #353535;
}
.cid-uIHGgTRB8P .mbr-section-title {
  color: #353535;
}
.cid-uJKrH1jGsZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #86bcac;
}
.cid-uJKrH1jGsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKrH1jGsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKrH1jGsZ .mbr-section-title {
  width: 100%;
  color: #232323;
  margin-bottom: 0;
}
.cid-uJKrH1jGsZ .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uJKrH1jGsZ .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uJKrH1jGsZ .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uJKrH1jGsZ .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJKrH1jGsZ .mbr-text {
    margin-top: 16px;
  }
}
.cid-uJKrH1jGsZ .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJKrH1jGsZ .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIrkVTObpY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #86bcac;
}
.cid-uIrkVTObpY .mbr-text {
  color: #FFFCF5;
}
.cid-uIrkVTObpY .media-container-row .mbr-text {
  color: #353535;
}
.cid-uIrq2vvppb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-uIrq2vvppb nav.navbar {
  position: fixed;
}
.cid-uIrq2vvppb .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-uIrq2vvppb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIrq2vvppb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIrq2vvppb .dropdown-item:hover,
.cid-uIrq2vvppb .dropdown-item:focus {
  background: #43977e !important;
  color: white !important;
}
.cid-uIrq2vvppb .dropdown-item:hover span {
  color: white;
}
.cid-uIrq2vvppb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIrq2vvppb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIrq2vvppb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIrq2vvppb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIrq2vvppb .nav-link {
  position: relative;
}
.cid-uIrq2vvppb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIrq2vvppb .container {
    flex-wrap: nowrap;
  }
}
.cid-uIrq2vvppb .iconfont-wrapper {
  color: #353535 !important;
  font-size: 18px;
  padding-right: 0;
}
.cid-uIrq2vvppb .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uIrq2vvppb .iconfont-wrapper .mbr-iconfont:hover {
  color: #43977e;
}
.cid-uIrq2vvppb .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.cid-uIrq2vvppb .navbar-nav .nav-item {
  margin: 2px;
}
.cid-uIrq2vvppb .navbar-nav .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.cid-uIrq2vvppb .navbar-nav .nav-link:hover {
  transform: scale(1.1);
}
.cid-uIrq2vvppb .dropdown-menu,
.cid-uIrq2vvppb .navbar.opened {
  background: #fffdfb !important;
}
.cid-uIrq2vvppb .nav-item:focus,
.cid-uIrq2vvppb .nav-link:focus {
  outline: none;
}
.cid-uIrq2vvppb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIrq2vvppb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIrq2vvppb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIrq2vvppb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIrq2vvppb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIrq2vvppb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIrq2vvppb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdfb;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uIrq2vvppb .navbar.opened {
  transition: all 0.3s;
}
.cid-uIrq2vvppb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIrq2vvppb .navbar .navbar-logo img {
  width: auto;
}
.cid-uIrq2vvppb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIrq2vvppb .navbar.collapsed {
  justify-content: center;
}
.cid-uIrq2vvppb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIrq2vvppb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIrq2vvppb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-uIrq2vvppb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIrq2vvppb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIrq2vvppb .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-uIrq2vvppb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIrq2vvppb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIrq2vvppb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIrq2vvppb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIrq2vvppb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIrq2vvppb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIrq2vvppb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIrq2vvppb .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-uIrq2vvppb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIrq2vvppb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIrq2vvppb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIrq2vvppb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIrq2vvppb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIrq2vvppb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIrq2vvppb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIrq2vvppb .navbar.navbar-short {
  min-height: 90px;
}
.cid-uIrq2vvppb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIrq2vvppb .navbar.navbar-short .navbar-brand {
  min-height: 89px;
  padding: 0;
}
.cid-uIrq2vvppb .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-uIrq2vvppb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIrq2vvppb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIrq2vvppb .dropdown-item.active,
.cid-uIrq2vvppb .dropdown-item:active {
  background-color: transparent;
}
.cid-uIrq2vvppb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIrq2vvppb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIrq2vvppb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIrq2vvppb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdfb;
}
.cid-uIrq2vvppb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIrq2vvppb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIrq2vvppb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIrq2vvppb .navbar-buttons {
  text-align: center;
}
.cid-uIrq2vvppb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-uIrq2vvppb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #353535;
}
.cid-uIrq2vvppb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.cid-uIrq2vvppb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-uIrq2vvppb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-uIrq2vvppb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.cid-uIrq2vvppb nav.opened .hamburger span:nth-child(1) {
  top: 17px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-uIrq2vvppb nav.opened .hamburger span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
  transition: all 0.25s;
}
.cid-uIrq2vvppb nav.opened .hamburger span:nth-child(3) {
  transform: translateY(-1px) rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIrq2vvppb nav.opened .hamburger span:nth-child(4) {
  top: 29px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-uIrq2vvppb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIrq2vvppb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIrq2vvppb .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-uIrq2vvppb .navbar {
    height: 70px;
  }
  .cid-uIrq2vvppb .navbar.opened {
    height: auto;
  }
  .cid-uIrq2vvppb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIrq2vvppb .container,
.cid-uIrq2vvppb .container-fluid {
  flex-wrap: wrap;
}
.cid-uIrq2vvppb .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.cid-uIrq2vvppb .border-item {
  width: 100%;
  height: 1px;
  background-color: #f6efe8;
}
.cid-uIrq2vvppb .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uIrq2vvppb .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .cid-uIrq2vvppb .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .cid-uIrq2vvppb .navbar-nav {
    width: 100%;
  }
}
.cid-uIrqhDvQlY {
  overflow: hidden !important;
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1097.png");
}
.cid-uIrqhDvQlY .container-fluid {
  padding: 0 3rem;
}
.cid-uIrqhDvQlY .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-uIrqhDvQlY .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uIrqhDvQlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrqhDvQlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrq2vXOfK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIrq2vXOfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrq2vXOfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrq2vXOfK .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-uIrq2vXOfK .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uIrq2vXOfK .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uIrq2vXOfK .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uIrq2vXOfK .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uIrq2vXOfK .mbr-text {
    margin-top: 16px;
  }
}
.cid-uIrq2vXOfK .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uIrq2vXOfK .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJpWDFCkzZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uJpWDFCkzZ .container {
    max-width: 1400px;
  }
}
.cid-uJpWDFCkzZ img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-uJpWDFCkzZ .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uJpWDFCkzZ .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uJpWDFCkzZ .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJpWDFCkzZ .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uJpWDFCkzZ .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #43977e;
}
.cid-uJpWDFCkzZ .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uJpWDFCkzZ .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uJpWDFCkzZ .card-subtitle {
  color: #000000;
}
.cid-uJpWDFCkzZ .mbr-price {
  color: #232323;
}
.cid-uJpWDFCkzZ .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uJpWDFCkzZ .mbr-text,
.cid-uJpWDFCkzZ .link-align {
  color: #232323;
}
.cid-uJpWDFCkzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpWDFCkzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpWEJEncK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uJpWEJEncK .container {
    max-width: 1400px;
  }
}
.cid-uJpWEJEncK img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-uJpWEJEncK .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uJpWEJEncK .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uJpWEJEncK .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJpWEJEncK .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uJpWEJEncK .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #43977e;
}
.cid-uJpWEJEncK .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uJpWEJEncK .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uJpWEJEncK .card-subtitle {
  color: #000000;
}
.cid-uJpWEJEncK .mbr-price {
  color: #232323;
}
.cid-uJpWEJEncK .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uJpWEJEncK .mbr-text,
.cid-uJpWEJEncK .link-align {
  color: #232323;
}
.cid-uJpWEJEncK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpWEJEncK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsSWihwZP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdfb;
}
.cid-uIsSWihwZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsSWihwZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsSWihwZP .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 280px;
  padding: 70px 50px;
  background-image: url("../../../assets/images/galet-vert-2000x1041.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uIsSWihwZP .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-uIsSWihwZP .mbr-section-title.display-4 {
  font-size: 48px;
}
@media (max-width: 767px) {
  .cid-uIsSWihwZP .mbr-section-title.display-4 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .cid-uIsSWihwZP .mbr-section-title.display-4 {
    font-size: 28px;
  }
}
.cid-uIsSWihwZP .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uIsSWihwZP .mbr-text {
    margin-top: 16px;
  }
}
.cid-uIsSWihwZP .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uIsSWihwZP .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJBzp69Jks {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJBzp69Jks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBzp69Jks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBzp69Jks .mbr-section-title {
  width: 100%;
  color: #232323;
  margin-bottom: 0;
}
.cid-uJBzp69Jks .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uJBzp69Jks .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uJBzp69Jks .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uJBzp69Jks .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJBzp69Jks .mbr-text {
    margin-top: 16px;
  }
}
.cid-uJBzp69Jks .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJBzp69Jks .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJBzq8cJ7v {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/logo-fond-triptique-temoignages-2000x1414.jpg");
}
.cid-uJBzq8cJ7v .container.main,
.cid-uJBzq8cJ7v .container-fluid.main {
  padding-left: 30px;
  padding-right: 30px;
}
.cid-uJBzq8cJ7v .container .mbr-section-subtitle,
.cid-uJBzq8cJ7v .container-fluid .mbr-section-subtitle {
  color: #edce90;
  margin-bottom: 10px;
}
.cid-uJBzq8cJ7v .container .mbr-section-title,
.cid-uJBzq8cJ7v .container-fluid .mbr-section-title {
  margin-bottom: 20px;
  color: #43977e;
}
.cid-uJBzq8cJ7v .container .mbr-text,
.cid-uJBzq8cJ7v .container-fluid .mbr-text {
  color: #f8f1ea;
}
.cid-uJBzq8cJ7v .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-uJBzq8cJ7v .carousel-item > div {
  width: 100%;
}
.cid-uJBzq8cJ7v .carousel-item.active,
.cid-uJBzq8cJ7v .carousel-item-next,
.cid-uJBzq8cJ7v .carousel-item-prev {
  display: flex;
}
.cid-uJBzq8cJ7v .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -60px !important;
}
.cid-uJBzq8cJ7v .carousel-indicators .active {
  border: 3px solid #ffffff;
  background-color: #ffffff !important;
}
.cid-uJBzq8cJ7v .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: border 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 1;
  border-width: 0px;
  margin: 6px;
}
.cid-uJBzq8cJ7v .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-uJBzq8cJ7v .carousel-controls {
    display: none;
  }
}
.cid-uJBzq8cJ7v .carousel-controls .carousel-control-prev,
.cid-uJBzq8cJ7v .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-uJBzq8cJ7v .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-uJBzq8cJ7v .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #13287d;
  background: #ffffff;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-uJBzq8cJ7v .carousel-controls a:hover span {
  opacity: 1;
}
.cid-uJBzq8cJ7v .card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 40px 30px;
  position: relative;
}
.cid-uJBzq8cJ7v .card .client-content {
  display: block;
}
.cid-uJBzq8cJ7v .card .client-content .service-icon {
  text-align: left;
  position: relative;
  display: block;
}
.cid-uJBzq8cJ7v .card .client-content .service-icon .front {
  color: #86bcac;
  font-size: 3.1875rem;
  position: relative;
  margin-bottom: 22px;
}
.cid-uJBzq8cJ7v .card .client-content .service-icon:after {
  opacity: 0.5;
  width: 76px;
  height: 76px;
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-uJBzq8cJ7v .card .client-content .card-text {
  margin-bottom: 25px;
  color: #f8f1ea;
}
.cid-uJBzq8cJ7v .card .client-info {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 30px;
}
.cid-uJBzq8cJ7v .card .client-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #dcdfe2;
}
.cid-uJBzq8cJ7v .card .client-info .client-image {
  margin-right: 20px;
  flex: none;
  display: block;
}
.cid-uJBzq8cJ7v .card .client-info .client-image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  display: block;
  max-width: 100%;
}
.cid-uJBzq8cJ7v .card .client-info .name-job .signature {
  margin-bottom: 0;
  color: #43977e;
}
.cid-uJBzq8cJ7v .card .client-info .name-job .profession {
  color: #f8f1ea;
}
@media (min-width: 768px) {
  .cid-uJBzq8cJ7v .carousel-controls a {
    width: 5%;
  }
  .cid-uJBzq8cJ7v .client-info {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uJBzq8cJ7v .client-info .client-image {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .cid-uJBzq8cJ7v * {
    text-align: center;
  }
}
.cid-uJBzq8cJ7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBzq8cJ7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBzq8cJ7v .card .client-info .name-job .profession,
.cid-uJBzq8cJ7v .mbr-section-btn {
  color: #353535;
}
.cid-uJBzq8cJ7v .card .client-content .card-text,
.cid-uJBzq8cJ7v .mbr-section-btn {
  color: #353535;
}
.cid-uJBzq8cJ7v .container .mbr-section-title {
  color: #353535;
}
.cid-uIsQfryIDn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIsQfryIDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsQfryIDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsQfryIDn .google-map {
  height: 350px;
  position: relative;
}
.cid-uIsQfryIDn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uIsQfryIDn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIsQfryIDn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIsQfryIDn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uL5rLSBLOP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/harmonie-reflexologue-74-logo-fond-blc-2000x1414.jpg");
}
.cid-uL5rLSBLOP .mbr-overlay {
  background-color: #f8f6f2;
  opacity: 0.2;
}
.cid-uL5rLSBLOP .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uL5rLSBLOP .mbr-section-title {
  color: #45494E;
}
.cid-uL5rLSBLOP .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-uL5rLSBLOP .form-container {
  display: flex;
  width: 100%;
}
.cid-uL5rLSBLOP .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uL5rLSBLOP form {
  width: 100%;
}
.cid-uL5rLSBLOP form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uL5rLSBLOP form h5 {
  margin: 40px 0 20px;
}
.cid-uL5rLSBLOP form p {
  color: #45494E;
}
.cid-uL5rLSBLOP form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uL5rLSBLOP form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uL5rLSBLOP form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uL5rLSBLOP form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-uL5rLSBLOP form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5rLSBLOP form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5rLSBLOP form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5rLSBLOP form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5rLSBLOP form select {
  color: #A2A4A7 !important;
}
.cid-uL5rLSBLOP form textarea {
  height: 250px !important;
}
.cid-uL5rLSBLOP form input:active,
.cid-uL5rLSBLOP form textarea:active,
.cid-uL5rLSBLOP form input:focus,
.cid-uL5rLSBLOP form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-uL5rLSBLOP form input:active::-webkit-input-placeholder,
.cid-uL5rLSBLOP form textarea:active::-webkit-input-placeholder,
.cid-uL5rLSBLOP form input:focus::-webkit-input-placeholder,
.cid-uL5rLSBLOP form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5rLSBLOP form input:active::-moz-placeholder,
.cid-uL5rLSBLOP form textarea:active::-moz-placeholder,
.cid-uL5rLSBLOP form input:focus::-moz-placeholder,
.cid-uL5rLSBLOP form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5rLSBLOP form input:active:-moz-placeholder,
.cid-uL5rLSBLOP form textarea:active:-moz-placeholder,
.cid-uL5rLSBLOP form input:focus:-moz-placeholder,
.cid-uL5rLSBLOP form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5rLSBLOP form input:active:-ms-input-placeholder,
.cid-uL5rLSBLOP form textarea:active:-ms-input-placeholder,
.cid-uL5rLSBLOP form input:focus:-ms-input-placeholder,
.cid-uL5rLSBLOP form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5rLSBLOP form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uL5rLSBLOP form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uL5rLSBLOP form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-uL5rLSBLOP form .form-control-label {
  width: 100%;
}
.cid-uL5rLSBLOP form .form-check-label {
  margin-bottom: 10px;
}
.cid-uL5rLSBLOP form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uL5rLSBLOP form .form-check-input:focus,
.cid-uL5rLSBLOP form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-uL5rLSBLOP form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-uIDpIMuaoU {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f8f1ea;
}
.cid-uIDpIMuaoU .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uIDpIMuaoU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #43977e;
}
.cid-uIDpIMuaoU .svg-top .st0 {
  fill: #f8f1ea;
}
@media (max-width: 992px) {
  .cid-uIDpIMuaoU .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uIDpIMuaoU .text-content {
    max-width: none;
  }
}
.cid-uIDpIMuaoU .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uIDpIMuaoU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uIDpIMuaoU .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIDpIMuaoU .icons {
    justify-content: center !important;
  }
  .cid-uIDpIMuaoU .text-content * {
    text-align: center;
  }
}
.cid-uIDpIMuaoU P {
  color: #353535;
}
.cid-uIDpIMuaoU .mbr-section-title {
  color: #353535;
}
.cid-uJKrwoXsWY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #86bcac;
}
.cid-uJKrwoXsWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKrwoXsWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKrwoXsWY .mbr-section-title {
  width: 100%;
  color: #232323;
  margin-bottom: 0;
}
.cid-uJKrwoXsWY .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uJKrwoXsWY .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uJKrwoXsWY .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uJKrwoXsWY .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJKrwoXsWY .mbr-text {
    margin-top: 16px;
  }
}
.cid-uJKrwoXsWY .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJKrwoXsWY .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIrq2yOaY8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #86bcac;
}
.cid-uIrq2yOaY8 .mbr-text {
  color: #FFFCF5;
}
.cid-uIrq2yOaY8 .media-container-row .mbr-text {
  color: #353535;
}
.cid-uIC8opW46P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-uIC8opW46P nav.navbar {
  position: fixed;
}
.cid-uIC8opW46P .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-uIC8opW46P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIC8opW46P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIC8opW46P .dropdown-item:hover,
.cid-uIC8opW46P .dropdown-item:focus {
  background: #43977e !important;
  color: white !important;
}
.cid-uIC8opW46P .dropdown-item:hover span {
  color: white;
}
.cid-uIC8opW46P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIC8opW46P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIC8opW46P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIC8opW46P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIC8opW46P .nav-link {
  position: relative;
}
.cid-uIC8opW46P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIC8opW46P .container {
    flex-wrap: nowrap;
  }
}
.cid-uIC8opW46P .iconfont-wrapper {
  color: #353535 !important;
  font-size: 18px;
  padding-right: 0;
}
.cid-uIC8opW46P .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-uIC8opW46P .iconfont-wrapper .mbr-iconfont:hover {
  color: #43977e;
}
.cid-uIC8opW46P .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.cid-uIC8opW46P .navbar-nav .nav-item {
  margin: 2px;
}
.cid-uIC8opW46P .navbar-nav .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.cid-uIC8opW46P .navbar-nav .nav-link:hover {
  transform: scale(1.1);
}
.cid-uIC8opW46P .dropdown-menu,
.cid-uIC8opW46P .navbar.opened {
  background: #fffdfb !important;
}
.cid-uIC8opW46P .nav-item:focus,
.cid-uIC8opW46P .nav-link:focus {
  outline: none;
}
.cid-uIC8opW46P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIC8opW46P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIC8opW46P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIC8opW46P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIC8opW46P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIC8opW46P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIC8opW46P .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdfb;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-uIC8opW46P .navbar.opened {
  transition: all 0.3s;
}
.cid-uIC8opW46P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIC8opW46P .navbar .navbar-logo img {
  width: auto;
}
.cid-uIC8opW46P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIC8opW46P .navbar.collapsed {
  justify-content: center;
}
.cid-uIC8opW46P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIC8opW46P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIC8opW46P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-uIC8opW46P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIC8opW46P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIC8opW46P .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-uIC8opW46P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIC8opW46P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIC8opW46P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIC8opW46P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIC8opW46P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIC8opW46P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIC8opW46P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIC8opW46P .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-uIC8opW46P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIC8opW46P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIC8opW46P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIC8opW46P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIC8opW46P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIC8opW46P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIC8opW46P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIC8opW46P .navbar.navbar-short {
  min-height: 90px;
}
.cid-uIC8opW46P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIC8opW46P .navbar.navbar-short .navbar-brand {
  min-height: 89px;
  padding: 0;
}
.cid-uIC8opW46P .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-uIC8opW46P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIC8opW46P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIC8opW46P .dropdown-item.active,
.cid-uIC8opW46P .dropdown-item:active {
  background-color: transparent;
}
.cid-uIC8opW46P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIC8opW46P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIC8opW46P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIC8opW46P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdfb;
}
.cid-uIC8opW46P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIC8opW46P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIC8opW46P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIC8opW46P .navbar-buttons {
  text-align: center;
}
.cid-uIC8opW46P button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-uIC8opW46P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #353535;
}
.cid-uIC8opW46P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.cid-uIC8opW46P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-uIC8opW46P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-uIC8opW46P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.cid-uIC8opW46P nav.opened .hamburger span:nth-child(1) {
  top: 17px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-uIC8opW46P nav.opened .hamburger span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
  transition: all 0.25s;
}
.cid-uIC8opW46P nav.opened .hamburger span:nth-child(3) {
  transform: translateY(-1px) rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIC8opW46P nav.opened .hamburger span:nth-child(4) {
  top: 29px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-uIC8opW46P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIC8opW46P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIC8opW46P .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-uIC8opW46P .navbar {
    height: 70px;
  }
  .cid-uIC8opW46P .navbar.opened {
    height: auto;
  }
  .cid-uIC8opW46P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIC8opW46P .container,
.cid-uIC8opW46P .container-fluid {
  flex-wrap: wrap;
}
.cid-uIC8opW46P .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.cid-uIC8opW46P .border-item {
  width: 100%;
  height: 1px;
  background-color: #f6efe8;
}
.cid-uIC8opW46P .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uIC8opW46P .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .cid-uIC8opW46P .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .cid-uIC8opW46P .navbar-nav {
    width: 100%;
  }
}
.cid-uICityaFog {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/patatepositive-graphotherapeute-haute-savoie-980x735.jpg");
}
.cid-uICityaFog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICityaFog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICityaFog .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uICityaFog .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uICityaFog .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uICityaFog .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uICityaFog .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uICityaFog .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uICityaFog .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uICfUvLElh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f8f1ea;
}
.cid-uICfUvLElh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICfUvLElh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICfUvLElh .text-wrap {
  width: 100%;
}
.cid-uICfUvLElh .mbr-title {
  margin-bottom: 0;
  color: #353535;
}
.cid-uICfUvLElh .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-uICfUvLElh .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uICfUvLElh .list-wrap {
    margin-top: 24px;
  }
}
.cid-uICfUvLElh .list-box {
  width: 100%;
}
.cid-uICfUvLElh .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
}
.cid-uICfUvLElh .list-text {
  position: relative;
}
.cid-uICfUvLElh .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-uICfUvLElh .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uICf3xEUfH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uICf3xEUfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICf3xEUfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICf3xEUfH .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uICf3xEUfH .row {
    flex-wrap: wrap;
  }
}
.cid-uICf3xEUfH .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uICf3xEUfH .text-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uICf3xEUfH .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uICf3xEUfH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #a9bbab;
  transform: translateY(40%);
}
.cid-uICf3xEUfH .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-uICf3xEUfH .mbr-section-title a {
  pointer-events: none !important;
  font-style: italic !important;
  font-weight: bold !important;
}
.cid-uICf3xEUfH .mbr-section-subtitle {
  margin-top: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .cid-uICf3xEUfH .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uICf3xEUfH .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uICf3xEUfH .mbr-text {
    margin-top: 12px;
  }
}
.cid-uICf3xEUfH .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uICf3xEUfH .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uICf3xEUfH .col-img {
  width: 430px;
}
@media (max-width: 1199px) {
  .cid-uICf3xEUfH .col-img {
    width: 350px;
  }
}
.cid-uICf3xEUfH .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uICf3xEUfH .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uICf3xEUfH .img-wrap .img-box {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
}
.cid-uICf3xEUfH .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uICf3xEUfH .img-wrap .frame-box {
  position: absolute;
  height: 240px;
}
.cid-uICf3xEUfH .img-wrap .frame-box svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-uICf3xEUfH .img-wrap .frame-box-1 {
  bottom: -20%;
  left: -14%;
  width: 85%;
  transform: rotate(10deg);
}
.cid-uICf3xEUfH .img-wrap .frame-box-2 {
  bottom: -18%;
  right: -14%;
  width: 84%;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-uICf3xEUfH .img-wrap .frame-box-2 {
    bottom: auto;
    top: -15%;
  }
}
.cid-uICfzf7Wjb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uICfzf7Wjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICfzf7Wjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICfzf7Wjb .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 280px;
  padding: 70px 50px;
  background-image: url("../../../assets/images/blobs-3.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uICfzf7Wjb .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-uICfzf7Wjb .mbr-section-title.display-4 {
  font-size: 48px;
}
@media (max-width: 767px) {
  .cid-uICfzf7Wjb .mbr-section-title.display-4 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .cid-uICfzf7Wjb .mbr-section-title.display-4 {
    font-size: 28px;
  }
}
.cid-uICfzf7Wjb .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uICfzf7Wjb .mbr-text {
    margin-top: 16px;
  }
}
.cid-uICfzf7Wjb .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uICfzf7Wjb .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJBzgjXVB8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/logo-fond-triptique-temoignages-2000x1414.jpg");
}
.cid-uJBzgjXVB8 .container.main,
.cid-uJBzgjXVB8 .container-fluid.main {
  padding-left: 30px;
  padding-right: 30px;
}
.cid-uJBzgjXVB8 .container .mbr-section-subtitle,
.cid-uJBzgjXVB8 .container-fluid .mbr-section-subtitle {
  color: #edce90;
  margin-bottom: 10px;
}
.cid-uJBzgjXVB8 .container .mbr-section-title,
.cid-uJBzgjXVB8 .container-fluid .mbr-section-title {
  margin-bottom: 20px;
  color: #43977e;
}
.cid-uJBzgjXVB8 .container .mbr-text,
.cid-uJBzgjXVB8 .container-fluid .mbr-text {
  color: #f8f1ea;
}
.cid-uJBzgjXVB8 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-uJBzgjXVB8 .carousel-item > div {
  width: 100%;
}
.cid-uJBzgjXVB8 .carousel-item.active,
.cid-uJBzgjXVB8 .carousel-item-next,
.cid-uJBzgjXVB8 .carousel-item-prev {
  display: flex;
}
.cid-uJBzgjXVB8 .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -60px !important;
}
.cid-uJBzgjXVB8 .carousel-indicators .active {
  border: 3px solid #ffffff;
  background-color: #ffffff !important;
}
.cid-uJBzgjXVB8 .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: border 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 1;
  border-width: 0px;
  margin: 6px;
}
.cid-uJBzgjXVB8 .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-uJBzgjXVB8 .carousel-controls {
    display: none;
  }
}
.cid-uJBzgjXVB8 .carousel-controls .carousel-control-prev,
.cid-uJBzgjXVB8 .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-uJBzgjXVB8 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-uJBzgjXVB8 .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #13287d;
  background: #ffffff;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-uJBzgjXVB8 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-uJBzgjXVB8 .card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 40px 30px;
  position: relative;
}
.cid-uJBzgjXVB8 .card .client-content {
  display: block;
}
.cid-uJBzgjXVB8 .card .client-content .service-icon {
  text-align: left;
  position: relative;
  display: block;
}
.cid-uJBzgjXVB8 .card .client-content .service-icon .front {
  color: #86bcac;
  font-size: 3.1875rem;
  position: relative;
  margin-bottom: 22px;
}
.cid-uJBzgjXVB8 .card .client-content .service-icon:after {
  opacity: 0.5;
  width: 76px;
  height: 76px;
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-uJBzgjXVB8 .card .client-content .card-text {
  margin-bottom: 25px;
  color: #f8f1ea;
}
.cid-uJBzgjXVB8 .card .client-info {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 30px;
}
.cid-uJBzgjXVB8 .card .client-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #dcdfe2;
}
.cid-uJBzgjXVB8 .card .client-info .client-image {
  margin-right: 20px;
  flex: none;
  display: block;
}
.cid-uJBzgjXVB8 .card .client-info .client-image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  display: block;
  max-width: 100%;
}
.cid-uJBzgjXVB8 .card .client-info .name-job .signature {
  margin-bottom: 0;
  color: #43977e;
}
.cid-uJBzgjXVB8 .card .client-info .name-job .profession {
  color: #f8f1ea;
}
@media (min-width: 768px) {
  .cid-uJBzgjXVB8 .carousel-controls a {
    width: 5%;
  }
  .cid-uJBzgjXVB8 .client-info {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uJBzgjXVB8 .client-info .client-image {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .cid-uJBzgjXVB8 * {
    text-align: center;
  }
}
.cid-uJBzgjXVB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBzgjXVB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBzgjXVB8 .card .client-info .name-job .profession,
.cid-uJBzgjXVB8 .mbr-section-btn {
  color: #353535;
}
.cid-uJBzgjXVB8 .card .client-content .card-text,
.cid-uJBzgjXVB8 .mbr-section-btn {
  color: #353535;
}
.cid-uJBzgjXVB8 .container .mbr-section-title {
  color: #353535;
}
.cid-uJbb0kVd19 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fffcf5;
  overflow: hidden;
}
.cid-uJbb0kVd19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbb0kVd19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbb0kVd19 .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJbb0kVd19 .row {
    flex-wrap: wrap;
  }
}
.cid-uJbb0kVd19 .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uJbb0kVd19 .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #86bcac;
  z-index: -1;
}
@media (max-width: 1199px) {
  .cid-uJbb0kVd19 .text-wrap:before {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJbb0kVd19 .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uJbb0kVd19 .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uJbb0kVd19 .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uJbb0kVd19 .mbr-section-title {
  color: #353535;
}
.cid-uJbb0kVd19 .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJbb0kVd19 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uJbb0kVd19 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJbb0kVd19 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJbb0kVd19 .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uJbb0kVd19 .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uJbb0kVd19 .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uJbb0kVd19 .col-img {
    margin-bottom: -50px;
  }
}
.cid-uJbb0kVd19 .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uJbb0kVd19 .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uJbb0kVd19 .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uJbb0kVd19 .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
  }
}
.cid-uJbb0kVd19 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uIC8oCA6MH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fffcf5;
}
.cid-uIC8oCA6MH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIC8oCA6MH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIC8oCA6MH .google-map {
  height: 350px;
  position: relative;
}
.cid-uIC8oCA6MH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uIC8oCA6MH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIC8oCA6MH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIC8oCA6MH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uL5rzzXtGM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/harmonie-reflexologue-74-logo-fond-blc-2000x1414.jpg");
}
.cid-uL5rzzXtGM .mbr-overlay {
  background-color: #f8f6f2;
  opacity: 0.2;
}
.cid-uL5rzzXtGM .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uL5rzzXtGM .mbr-section-title {
  color: #45494E;
}
.cid-uL5rzzXtGM .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-uL5rzzXtGM .form-container {
  display: flex;
  width: 100%;
}
.cid-uL5rzzXtGM .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uL5rzzXtGM form {
  width: 100%;
}
.cid-uL5rzzXtGM form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uL5rzzXtGM form h5 {
  margin: 40px 0 20px;
}
.cid-uL5rzzXtGM form p {
  color: #45494E;
}
.cid-uL5rzzXtGM form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uL5rzzXtGM form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uL5rzzXtGM form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uL5rzzXtGM form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-uL5rzzXtGM form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5rzzXtGM form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5rzzXtGM form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5rzzXtGM form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5rzzXtGM form select {
  color: #A2A4A7 !important;
}
.cid-uL5rzzXtGM form textarea {
  height: 250px !important;
}
.cid-uL5rzzXtGM form input:active,
.cid-uL5rzzXtGM form textarea:active,
.cid-uL5rzzXtGM form input:focus,
.cid-uL5rzzXtGM form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-uL5rzzXtGM form input:active::-webkit-input-placeholder,
.cid-uL5rzzXtGM form textarea:active::-webkit-input-placeholder,
.cid-uL5rzzXtGM form input:focus::-webkit-input-placeholder,
.cid-uL5rzzXtGM form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5rzzXtGM form input:active::-moz-placeholder,
.cid-uL5rzzXtGM form textarea:active::-moz-placeholder,
.cid-uL5rzzXtGM form input:focus::-moz-placeholder,
.cid-uL5rzzXtGM form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5rzzXtGM form input:active:-moz-placeholder,
.cid-uL5rzzXtGM form textarea:active:-moz-placeholder,
.cid-uL5rzzXtGM form input:focus:-moz-placeholder,
.cid-uL5rzzXtGM form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5rzzXtGM form input:active:-ms-input-placeholder,
.cid-uL5rzzXtGM form textarea:active:-ms-input-placeholder,
.cid-uL5rzzXtGM form input:focus:-ms-input-placeholder,
.cid-uL5rzzXtGM form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5rzzXtGM form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uL5rzzXtGM form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uL5rzzXtGM form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-uL5rzzXtGM form .form-control-label {
  width: 100%;
}
.cid-uL5rzzXtGM form .form-check-label {
  margin-bottom: 10px;
}
.cid-uL5rzzXtGM form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uL5rzzXtGM form .form-check-input:focus,
.cid-uL5rzzXtGM form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-uL5rzzXtGM form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-uIHDuOFxaS {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f8f1ea;
}
.cid-uIHDuOFxaS .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uIHDuOFxaS .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #43977e;
}
.cid-uIHDuOFxaS .svg-top .st0 {
  fill: #f8f1ea;
}
@media (max-width: 992px) {
  .cid-uIHDuOFxaS .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uIHDuOFxaS .text-content {
    max-width: none;
  }
}
.cid-uIHDuOFxaS .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uIHDuOFxaS .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uIHDuOFxaS .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIHDuOFxaS .icons {
    justify-content: center !important;
  }
  .cid-uIHDuOFxaS .text-content * {
    text-align: center;
  }
}
.cid-uIHDuOFxaS P {
  color: #353535;
}
.cid-uIHDuOFxaS .mbr-section-title {
  color: #353535;
}
.cid-uJKrt8QZKV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #86bcac;
}
.cid-uJKrt8QZKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKrt8QZKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKrt8QZKV .mbr-section-title {
  width: 100%;
  color: #232323;
  margin-bottom: 0;
}
.cid-uJKrt8QZKV .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uJKrt8QZKV .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uJKrt8QZKV .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uJKrt8QZKV .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJKrt8QZKV .mbr-text {
    margin-top: 16px;
  }
}
.cid-uJKrt8QZKV .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJKrt8QZKV .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIC8oDz85S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #86bcac;
}
.cid-uIC8oDz85S .mbr-text {
  color: #FFFCF5;
}
.cid-uIC8oDz85S .media-container-row .mbr-text {
  color: #353535;
}
.cid-tqnGSSQQAK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-tqnGSSQQAK nav.navbar {
  position: fixed;
}
.cid-tqnGSSQQAK .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-tqnGSSQQAK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqnGSSQQAK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqnGSSQQAK .dropdown-item:hover,
.cid-tqnGSSQQAK .dropdown-item:focus {
  background: #43977e !important;
  color: white !important;
}
.cid-tqnGSSQQAK .dropdown-item:hover span {
  color: white;
}
.cid-tqnGSSQQAK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tqnGSSQQAK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tqnGSSQQAK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tqnGSSQQAK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqnGSSQQAK .nav-link {
  position: relative;
}
.cid-tqnGSSQQAK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tqnGSSQQAK .container {
    flex-wrap: nowrap;
  }
}
.cid-tqnGSSQQAK .iconfont-wrapper {
  color: #353535 !important;
  font-size: 18px;
  padding-right: 0;
}
.cid-tqnGSSQQAK .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tqnGSSQQAK .iconfont-wrapper .mbr-iconfont:hover {
  color: #43977e;
}
.cid-tqnGSSQQAK .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 66.66666667%;
  margin-right: auto;
  min-height: 89px;
}
.cid-tqnGSSQQAK .navbar-nav .nav-item {
  margin: 2px;
}
.cid-tqnGSSQQAK .navbar-nav .nav-link {
  padding: 5px 9px;
  transition: .4s all;
}
.cid-tqnGSSQQAK .navbar-nav .nav-link:hover {
  transform: scale(1.1);
}
.cid-tqnGSSQQAK .dropdown-menu,
.cid-tqnGSSQQAK .navbar.opened {
  background: #fffdfb !important;
}
.cid-tqnGSSQQAK .nav-item:focus,
.cid-tqnGSSQQAK .nav-link:focus {
  outline: none;
}
.cid-tqnGSSQQAK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqnGSSQQAK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqnGSSQQAK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqnGSSQQAK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqnGSSQQAK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqnGSSQQAK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqnGSSQQAK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdfb;
  box-shadow: none !important;
  padding: 0 !important;
}
.cid-tqnGSSQQAK .navbar.opened {
  transition: all 0.3s;
}
.cid-tqnGSSQQAK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tqnGSSQQAK .navbar .navbar-logo img {
  width: auto;
}
.cid-tqnGSSQQAK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqnGSSQQAK .navbar.collapsed {
  justify-content: center;
}
.cid-tqnGSSQQAK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqnGSSQQAK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqnGSSQQAK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-tqnGSSQQAK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqnGSSQQAK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqnGSSQQAK .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-tqnGSSQQAK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqnGSSQQAK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tqnGSSQQAK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tqnGSSQQAK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqnGSSQQAK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqnGSSQQAK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqnGSSQQAK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqnGSSQQAK .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-tqnGSSQQAK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tqnGSSQQAK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqnGSSQQAK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqnGSSQQAK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqnGSSQQAK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqnGSSQQAK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tqnGSSQQAK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tqnGSSQQAK .navbar.navbar-short {
  min-height: 90px;
}
.cid-tqnGSSQQAK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tqnGSSQQAK .navbar.navbar-short .navbar-brand {
  min-height: 89px;
  padding: 0;
}
.cid-tqnGSSQQAK .navbar-brand {
  min-height: 89px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-tqnGSSQQAK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqnGSSQQAK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqnGSSQQAK .dropdown-item.active,
.cid-tqnGSSQQAK .dropdown-item:active {
  background-color: transparent;
}
.cid-tqnGSSQQAK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqnGSSQQAK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqnGSSQQAK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqnGSSQQAK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdfb;
}
.cid-tqnGSSQQAK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqnGSSQQAK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqnGSSQQAK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqnGSSQQAK .navbar-buttons {
  text-align: center;
}
.cid-tqnGSSQQAK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tqnGSSQQAK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 13px;
  width: 22px;
  height: 2px;
  background-color: #353535;
}
.cid-tqnGSSQQAK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 17px;
  transition: all 0.2s;
}
.cid-tqnGSSQQAK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-tqnGSSQQAK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transform: translateY(-1px);
  transition: all 0.15s;
}
.cid-tqnGSSQQAK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 29px;
  transition: all 0.2s;
}
.cid-tqnGSSQQAK nav.opened .hamburger span:nth-child(1) {
  top: 17px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-tqnGSSQQAK nav.opened .hamburger span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
  transition: all 0.25s;
}
.cid-tqnGSSQQAK nav.opened .hamburger span:nth-child(3) {
  transform: translateY(-1px) rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqnGSSQQAK nav.opened .hamburger span:nth-child(4) {
  top: 29px;
  width: 0;
  opacity: 0;
  right: 13px;
  transition: all 0.2s;
}
.cid-tqnGSSQQAK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tqnGSSQQAK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqnGSSQQAK .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-tqnGSSQQAK .navbar {
    height: 70px;
  }
  .cid-tqnGSSQQAK .navbar.opened {
    height: auto;
  }
  .cid-tqnGSSQQAK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqnGSSQQAK .container,
.cid-tqnGSSQQAK .container-fluid {
  flex-wrap: wrap;
}
.cid-tqnGSSQQAK .navbar-collapse {
  width: 75%;
  min-height: 89px;
}
.cid-tqnGSSQQAK .border-item {
  width: 100%;
  height: 1px;
  background-color: #f6efe8;
}
.cid-tqnGSSQQAK .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tqnGSSQQAK .navbar-brand {
    width: calc(100% - 48px) !important;
    min-height: 89px;
  }
  .cid-tqnGSSQQAK .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 1rem;
    order: 5;
  }
  .cid-tqnGSSQQAK .navbar-nav {
    width: 100%;
  }
}
.cid-uIrf9R4ldv {
  overflow: hidden !important;
  background-image: url("../../../assets/images/cabinet-harmoniereflexo74-2000x1414.jpeg");
}
.cid-uIrf9R4ldv .container-fluid {
  padding: 0 3rem;
}
.cid-uIrf9R4ldv .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-uIrf9R4ldv .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uIrf9R4ldv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrf9R4ldv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqnPeqdcaI {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fffdfb;
}
.cid-tqnPeqdcaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqnPeqdcaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqnPeqdcaI .text-wrap {
  width: 100%;
}
.cid-tqnPeqdcaI .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tqnPeqdcaI .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tqnPeqdcaI .mbr-section-title {
  color: #353535;
  margin-bottom: 0;
}
.cid-tqnPeqdcaI .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tqnPeqdcaI .item-row {
  row-gap: 50px;
}
.cid-tqnPeqdcaI .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tqnPeqdcaI .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-tqnPeqdcaI .img-box img {
  width: 100%;
  height: auto;
}
.cid-tqnPeqdcaI .item-title {
  width: 100%;
  margin: 0;
  color: #232323;
}
.cid-tqnPeqdcaI .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-tqnPeqdcaI .item-text {
    margin: 16px 0 0;
  }
}
.cid-tqnPeqdcaI .mbr-section-btn {
  margin-top: 20px;
}
.cid-tqnPeqdcaI .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-uIpZ1z0aFz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffdfb;
  overflow: hidden;
}
.cid-uIpZ1z0aFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpZ1z0aFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpZ1z0aFz .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIpZ1z0aFz .row {
    flex-wrap: wrap;
  }
}
.cid-uIpZ1z0aFz .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uIpZ1z0aFz .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #f6efe8;
  z-index: -1;
}
@media (max-width: 1199px) {
  .cid-uIpZ1z0aFz .text-wrap:before {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uIpZ1z0aFz .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uIpZ1z0aFz .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uIpZ1z0aFz .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uIpZ1z0aFz .mbr-section-title {
  color: #353535;
}
.cid-uIpZ1z0aFz .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIpZ1z0aFz .mbr-text {
    margin-top: 12px;
  }
}
.cid-uIpZ1z0aFz .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIpZ1z0aFz .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIpZ1z0aFz .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uIpZ1z0aFz .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uIpZ1z0aFz .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uIpZ1z0aFz .col-img {
    margin-bottom: -50px;
  }
}
.cid-uIpZ1z0aFz .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uIpZ1z0aFz .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uIpZ1z0aFz .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uIpZ1z0aFz .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
  }
}
.cid-uIpZ1z0aFz .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uInrEJCbUf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fffdfb;
  overflow: hidden;
}
.cid-uInrEJCbUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uInrEJCbUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uInrEJCbUf .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uInrEJCbUf .row {
    flex-wrap: wrap;
  }
}
.cid-uInrEJCbUf .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uInrEJCbUf .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #86bcac;
  z-index: -1;
  border-radius: 65px 0 0 65px;
  right: auto;
  left: -100px;
}
@media (max-width: 1199px) {
  .cid-uInrEJCbUf .text-wrap:before {
    border-radius: 0 40px 40px 0;
    border-radius: 40px 0 0 40px;
  }
}
@media (max-width: 991px) {
  .cid-uInrEJCbUf .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uInrEJCbUf .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uInrEJCbUf .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uInrEJCbUf .mbr-section-title {
  color: #353535;
}
.cid-uInrEJCbUf .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uInrEJCbUf .mbr-text {
    margin-top: 12px;
  }
}
.cid-uInrEJCbUf .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uInrEJCbUf .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uInrEJCbUf .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uInrEJCbUf .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uInrEJCbUf .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uInrEJCbUf .col-img {
    margin-bottom: -50px;
  }
}
.cid-uInrEJCbUf .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uInrEJCbUf .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
  border-radius: 65px 0 65px 65px;
}
@media (max-width: 1199px) {
  .cid-uInrEJCbUf .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
    border-radius: 40px 0 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uInrEJCbUf .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
    border-radius: 30px 0 30px 30px;
  }
}
.cid-uInrEJCbUf .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uIq0b1RIdw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffdfb;
  overflow: hidden;
}
.cid-uIq0b1RIdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIq0b1RIdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIq0b1RIdw .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIq0b1RIdw .row {
    flex-wrap: wrap;
  }
}
.cid-uIq0b1RIdw .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uIq0b1RIdw .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #ffe5cb;
  z-index: -1;
}
@media (max-width: 1199px) {
  .cid-uIq0b1RIdw .text-wrap:before {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uIq0b1RIdw .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uIq0b1RIdw .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uIq0b1RIdw .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uIq0b1RIdw .mbr-section-title {
  color: #353535;
}
.cid-uIq0b1RIdw .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIq0b1RIdw .mbr-text {
    margin-top: 12px;
  }
}
.cid-uIq0b1RIdw .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIq0b1RIdw .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIq0b1RIdw .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uIq0b1RIdw .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uIq0b1RIdw .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uIq0b1RIdw .col-img {
    margin-bottom: -50px;
  }
}
.cid-uIq0b1RIdw .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uIq0b1RIdw .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uIq0b1RIdw .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uIq0b1RIdw .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
  }
}
.cid-uIq0b1RIdw .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uIq2nOg99z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffdfb;
  overflow: hidden;
}
.cid-uIq2nOg99z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIq2nOg99z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIq2nOg99z .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uIq2nOg99z .row {
    flex-wrap: wrap;
  }
}
.cid-uIq2nOg99z .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uIq2nOg99z .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #f6efe8;
  z-index: -1;
  border-radius: 65px 0 0 65px;
  right: auto;
  left: -100px;
}
@media (max-width: 1199px) {
  .cid-uIq2nOg99z .text-wrap:before {
    border-radius: 0 40px 40px 0;
    border-radius: 40px 0 0 40px;
  }
}
@media (max-width: 991px) {
  .cid-uIq2nOg99z .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uIq2nOg99z .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uIq2nOg99z .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uIq2nOg99z .mbr-section-title {
  color: #353535;
}
.cid-uIq2nOg99z .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIq2nOg99z .mbr-text {
    margin-top: 12px;
  }
}
.cid-uIq2nOg99z .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIq2nOg99z .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIq2nOg99z .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uIq2nOg99z .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uIq2nOg99z .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uIq2nOg99z .col-img {
    margin-bottom: -50px;
  }
}
.cid-uIq2nOg99z .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uIq2nOg99z .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
  border-radius: 65px 0 65px 65px;
}
@media (max-width: 1199px) {
  .cid-uIq2nOg99z .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
    border-radius: 40px 0 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uIq2nOg99z .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
    border-radius: 30px 0 30px 30px;
  }
}
.cid-uIq2nOg99z .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uIq2sK0ghX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffdfb;
  overflow: hidden;
}
.cid-uIq2sK0ghX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIq2sK0ghX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIq2sK0ghX .row {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIq2sK0ghX .row {
    flex-wrap: wrap;
  }
}
.cid-uIq2sK0ghX .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uIq2sK0ghX .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #86bcac;
  z-index: -1;
}
@media (max-width: 1199px) {
  .cid-uIq2sK0ghX .text-wrap:before {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uIq2sK0ghX .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uIq2sK0ghX .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uIq2sK0ghX .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uIq2sK0ghX .mbr-section-title {
  color: #353535;
}
.cid-uIq2sK0ghX .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIq2sK0ghX .mbr-text {
    margin-top: 12px;
  }
}
.cid-uIq2sK0ghX .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uIq2sK0ghX .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIq2sK0ghX .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uIq2sK0ghX .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uIq2sK0ghX .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uIq2sK0ghX .col-img {
    margin-bottom: -50px;
  }
}
.cid-uIq2sK0ghX .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uIq2sK0ghX .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uIq2sK0ghX .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uIq2sK0ghX .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
  }
}
.cid-uIq2sK0ghX .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-uItlY1f49Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcf5;
  overflow: hidden;
}
.cid-uItlY1f49Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItlY1f49Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItlY1f49Y .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uItlY1f49Y .row {
    flex-wrap: wrap;
  }
}
.cid-uItlY1f49Y .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0;
}
.cid-uItlY1f49Y .text-wrap:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100vw;
  border-radius: 0 65px 65px 0;
  background-color: #ffe5cb;
  z-index: -1;
  border-radius: 65px 0 0 65px;
  right: auto;
  left: -100px;
}
@media (max-width: 1199px) {
  .cid-uItlY1f49Y .text-wrap:before {
    border-radius: 0 40px 40px 0;
    border-radius: 40px 0 0 40px;
  }
}
@media (max-width: 991px) {
  .cid-uItlY1f49Y .text-wrap:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .cid-uItlY1f49Y .text-wrap {
    padding: 50px 0 90px;
  }
}
@media (max-width: 767px) {
  .cid-uItlY1f49Y .text-wrap {
    margin-bottom: 20px;
  }
}
.cid-uItlY1f49Y .mbr-section-title {
  color: #353535;
}
.cid-uItlY1f49Y .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uItlY1f49Y .mbr-text {
    margin-top: 12px;
  }
}
.cid-uItlY1f49Y .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uItlY1f49Y .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uItlY1f49Y .col-img {
  width: 390px;
}
@media (max-width: 1199px) {
  .cid-uItlY1f49Y .col-img {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .cid-uItlY1f49Y .col-img {
    width: 250px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uItlY1f49Y .col-img {
    margin-bottom: -50px;
  }
}
.cid-uItlY1f49Y .img-wrap {
  position: relative;
  width: 100%;
}
.cid-uItlY1f49Y .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 0 65px 65px 65px;
  overflow: hidden;
  border-radius: 65px 0 65px 65px;
}
@media (max-width: 1199px) {
  .cid-uItlY1f49Y .img-wrap .img-box {
    border-radius: 0 40px 40px 40px;
    border-radius: 40px 0 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-uItlY1f49Y .img-wrap .img-box {
    transform: translateY(-50px);
    border-radius: 0 30px 30px 30px;
    border-radius: 30px 0 30px 30px;
  }
}
.cid-uItlY1f49Y .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tqnMpBk11O {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/reflexologue-bon-cadeau-deco-576x768.jpg");
}
.cid-tqnMpBk11O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqnMpBk11O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqnMpBk11O .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tqnMpBk11O .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-tqnMpBk11O .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-tqnMpBk11O .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-tqnMpBk11O .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tqnMpBk11O .mbr-text {
    margin-top: 16px;
  }
}
.cid-tqnMpBk11O .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tqnMpBk11O .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIqf7hCqpQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uIqf7hCqpQ .container {
    max-width: 1400px;
  }
}
.cid-uIqf7hCqpQ img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-uIqf7hCqpQ .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIqf7hCqpQ .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uIqf7hCqpQ .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIqf7hCqpQ .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uIqf7hCqpQ .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #43977e;
}
.cid-uIqf7hCqpQ .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uIqf7hCqpQ .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uIqf7hCqpQ .card-subtitle {
  color: #000000;
}
.cid-uIqf7hCqpQ .mbr-price {
  color: #232323;
}
.cid-uIqf7hCqpQ .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uIqf7hCqpQ .mbr-text,
.cid-uIqf7hCqpQ .link-align {
  color: #232323;
}
.cid-uIqf7hCqpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIqf7hCqpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5nrbIX0m {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uJ5nrbIX0m .container {
    max-width: 1400px;
  }
}
.cid-uJ5nrbIX0m img {
  margin-bottom: -2.5rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transform: translateY(-100px);
  object-fit: cover;
}
.cid-uJ5nrbIX0m .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uJ5nrbIX0m .card-wrapper {
  background: #f6f3ee;
  background-position: center;
  padding: 0 4rem;
  padding-bottom: 4rem;
  margin-top: 6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1400px) {
  .cid-uJ5nrbIX0m .card-wrapper {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ5nrbIX0m .card-wrapper {
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uJ5nrbIX0m .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #43977e;
}
.cid-uJ5nrbIX0m .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uJ5nrbIX0m .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uJ5nrbIX0m .card-subtitle {
  color: #000000;
}
.cid-uJ5nrbIX0m .mbr-price {
  color: #232323;
}
.cid-uJ5nrbIX0m .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uJ5nrbIX0m .mbr-text,
.cid-uJ5nrbIX0m .link-align {
  color: #232323;
}
.cid-uJ5nrbIX0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5nrbIX0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqnP5LWWNT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdfb;
}
.cid-tqnP5LWWNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqnP5LWWNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqnP5LWWNT .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 280px;
  padding: 70px 50px;
  background-image: url("../../../assets/images/galet-vert-2000x1041.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-tqnP5LWWNT .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-tqnP5LWWNT .mbr-section-title.display-4 {
  font-size: 48px;
}
@media (max-width: 767px) {
  .cid-tqnP5LWWNT .mbr-section-title.display-4 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .cid-tqnP5LWWNT .mbr-section-title.display-4 {
    font-size: 28px;
  }
}
.cid-tqnP5LWWNT .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tqnP5LWWNT .mbr-text {
    margin-top: 16px;
  }
}
.cid-tqnP5LWWNT .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tqnP5LWWNT .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJBxKuc68p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJBxKuc68p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBxKuc68p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBxKuc68p .mbr-section-title {
  width: 100%;
  color: #232323;
  margin-bottom: 0;
}
.cid-uJBxKuc68p .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uJBxKuc68p .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uJBxKuc68p .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uJBxKuc68p .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJBxKuc68p .mbr-text {
    margin-top: 16px;
  }
}
.cid-uJBxKuc68p .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJBxKuc68p .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJBrrhCZSs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/logo-fond-triptique-temoignages-2000x1414.jpg");
}
.cid-uJBrrhCZSs .container.main,
.cid-uJBrrhCZSs .container-fluid.main {
  padding-left: 30px;
  padding-right: 30px;
}
.cid-uJBrrhCZSs .container .mbr-section-subtitle,
.cid-uJBrrhCZSs .container-fluid .mbr-section-subtitle {
  color: #edce90;
  margin-bottom: 10px;
}
.cid-uJBrrhCZSs .container .mbr-section-title,
.cid-uJBrrhCZSs .container-fluid .mbr-section-title {
  margin-bottom: 20px;
  color: #43977e;
}
.cid-uJBrrhCZSs .container .mbr-text,
.cid-uJBrrhCZSs .container-fluid .mbr-text {
  color: #f8f1ea;
}
.cid-uJBrrhCZSs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-uJBrrhCZSs .carousel-item > div {
  width: 100%;
}
.cid-uJBrrhCZSs .carousel-item.active,
.cid-uJBrrhCZSs .carousel-item-next,
.cid-uJBrrhCZSs .carousel-item-prev {
  display: flex;
}
.cid-uJBrrhCZSs .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  align-items: center;
  bottom: -60px !important;
}
.cid-uJBrrhCZSs .carousel-indicators .active {
  border: 3px solid #ffffff;
  background-color: #ffffff !important;
}
.cid-uJBrrhCZSs .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: border 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 1;
  border-width: 0px;
  margin: 6px;
}
.cid-uJBrrhCZSs .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-uJBrrhCZSs .carousel-controls {
    display: none;
  }
}
.cid-uJBrrhCZSs .carousel-controls .carousel-control-prev,
.cid-uJBrrhCZSs .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-uJBrrhCZSs .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-uJBrrhCZSs .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #13287d;
  background: #ffffff;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-uJBrrhCZSs .carousel-controls a:hover span {
  opacity: 1;
}
.cid-uJBrrhCZSs .card {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 40px 30px;
  position: relative;
}
.cid-uJBrrhCZSs .card .client-content {
  display: block;
}
.cid-uJBrrhCZSs .card .client-content .service-icon {
  text-align: left;
  position: relative;
  display: block;
}
.cid-uJBrrhCZSs .card .client-content .service-icon .front {
  color: #86bcac;
  font-size: 3.1875rem;
  position: relative;
  margin-bottom: 22px;
}
.cid-uJBrrhCZSs .card .client-content .service-icon:after {
  opacity: 0.5;
  width: 76px;
  height: 76px;
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -13%;
  border-radius: 50%;
  z-index: 0;
}
.cid-uJBrrhCZSs .card .client-content .card-text {
  margin-bottom: 25px;
  color: #f8f1ea;
}
.cid-uJBrrhCZSs .card .client-info {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 30px;
}
.cid-uJBrrhCZSs .card .client-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #dcdfe2;
}
.cid-uJBrrhCZSs .card .client-info .client-image {
  margin-right: 20px;
  flex: none;
  display: block;
}
.cid-uJBrrhCZSs .card .client-info .client-image img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  display: block;
  max-width: 100%;
}
.cid-uJBrrhCZSs .card .client-info .name-job .signature {
  margin-bottom: 0;
  color: #43977e;
}
.cid-uJBrrhCZSs .card .client-info .name-job .profession {
  color: #f8f1ea;
}
@media (min-width: 768px) {
  .cid-uJBrrhCZSs .carousel-controls a {
    width: 5%;
  }
  .cid-uJBrrhCZSs .client-info {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uJBrrhCZSs .client-info .client-image {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .cid-uJBrrhCZSs * {
    text-align: center;
  }
}
.cid-uJBrrhCZSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBrrhCZSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBrrhCZSs .card .client-info .name-job .profession,
.cid-uJBrrhCZSs .mbr-section-btn {
  color: #353535;
}
.cid-uJBrrhCZSs .card .client-content .card-text,
.cid-uJBrrhCZSs .mbr-section-btn {
  color: #353535;
}
.cid-uJBrrhCZSs .container .mbr-section-title {
  color: #353535;
}
.cid-uIqvx9heAp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f1ea;
}
.cid-uIqvx9heAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIqvx9heAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIqvx9heAp .mbr-section-title {
  width: 100%;
  color: #232323;
  margin-bottom: 0;
}
.cid-uIqvx9heAp .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uIqvx9heAp .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uIqvx9heAp .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uIqvx9heAp .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uIqvx9heAp .mbr-text {
    margin-top: 16px;
  }
}
.cid-uIqvx9heAp .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uIqvx9heAp .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIsUSykHPx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #f8f1ea;
}
.cid-uIsUSykHPx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uIsUSykHPx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uIsUSykHPx .embla__slide .slide-content {
  width: 100%;
}
.cid-uIsUSykHPx .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uIsUSykHPx .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIsUSykHPx .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIsUSykHPx .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uIsUSykHPx .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uIsUSykHPx .embla__button--next,
.cid-uIsUSykHPx .embla__button--prev {
  display: flex;
}
.cid-uIsUSykHPx .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uIsUSykHPx .embla__button:hover {
  opacity: .7 !important;
}
.cid-uIsUSykHPx .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uIsUSykHPx .embla__button.embla__button--next {
  right: 0;
}
.cid-uIsUSykHPx .embla {
  position: relative;
  width: 100%;
}
.cid-uIsUSykHPx .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uIsUSykHPx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIsUSykHPx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIsUSykHPx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIsUSykHPx .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uIsUSykHPx .item-desc {
  color: #ffffff;
}
.cid-uIqBPbrG7s {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIqBPbrG7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIqBPbrG7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIqBPbrG7s .google-map {
  height: 350px;
  position: relative;
}
.cid-uIqBPbrG7s .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uIqBPbrG7s .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uIqBPbrG7s .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uIqBPbrG7s .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uL5r4XacAM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/harmonie-reflexologue-74-logo-fond-blc-2000x1414.jpg");
}
.cid-uL5r4XacAM .mbr-overlay {
  background-color: #f8f6f2;
  opacity: 0.2;
}
.cid-uL5r4XacAM .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uL5r4XacAM .mbr-section-title {
  color: #45494E;
}
.cid-uL5r4XacAM .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-uL5r4XacAM .form-container {
  display: flex;
  width: 100%;
}
.cid-uL5r4XacAM .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uL5r4XacAM form {
  width: 100%;
}
.cid-uL5r4XacAM form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uL5r4XacAM form h5 {
  margin: 40px 0 20px;
}
.cid-uL5r4XacAM form p {
  color: #45494E;
}
.cid-uL5r4XacAM form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uL5r4XacAM form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uL5r4XacAM form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uL5r4XacAM form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-uL5r4XacAM form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5r4XacAM form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5r4XacAM form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5r4XacAM form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5r4XacAM form select {
  color: #A2A4A7 !important;
}
.cid-uL5r4XacAM form textarea {
  height: 250px !important;
}
.cid-uL5r4XacAM form input:active,
.cid-uL5r4XacAM form textarea:active,
.cid-uL5r4XacAM form input:focus,
.cid-uL5r4XacAM form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-uL5r4XacAM form input:active::-webkit-input-placeholder,
.cid-uL5r4XacAM form textarea:active::-webkit-input-placeholder,
.cid-uL5r4XacAM form input:focus::-webkit-input-placeholder,
.cid-uL5r4XacAM form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5r4XacAM form input:active::-moz-placeholder,
.cid-uL5r4XacAM form textarea:active::-moz-placeholder,
.cid-uL5r4XacAM form input:focus::-moz-placeholder,
.cid-uL5r4XacAM form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5r4XacAM form input:active:-moz-placeholder,
.cid-uL5r4XacAM form textarea:active:-moz-placeholder,
.cid-uL5r4XacAM form input:focus:-moz-placeholder,
.cid-uL5r4XacAM form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uL5r4XacAM form input:active:-ms-input-placeholder,
.cid-uL5r4XacAM form textarea:active:-ms-input-placeholder,
.cid-uL5r4XacAM form input:focus:-ms-input-placeholder,
.cid-uL5r4XacAM form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uL5r4XacAM form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uL5r4XacAM form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uL5r4XacAM form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-uL5r4XacAM form .form-control-label {
  width: 100%;
}
.cid-uL5r4XacAM form .form-check-label {
  margin-bottom: 10px;
}
.cid-uL5r4XacAM form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uL5r4XacAM form .form-check-input:focus,
.cid-uL5r4XacAM form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-uL5r4XacAM form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-uIHFUIDqOy {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f8f1ea;
}
.cid-uIHFUIDqOy .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uIHFUIDqOy .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #43977e;
}
.cid-uIHFUIDqOy .svg-top .st0 {
  fill: #f8f1ea;
}
@media (max-width: 992px) {
  .cid-uIHFUIDqOy .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uIHFUIDqOy .text-content {
    max-width: none;
  }
}
.cid-uIHFUIDqOy .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uIHFUIDqOy .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uIHFUIDqOy .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uIHFUIDqOy .icons {
    justify-content: center !important;
  }
  .cid-uIHFUIDqOy .text-content * {
    text-align: center;
  }
}
.cid-uIHFUIDqOy P {
  color: #353535;
}
.cid-uIHFUIDqOy .mbr-section-title {
  color: #353535;
}
.cid-uJK2WyWtNy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #86bcac;
}
.cid-uJK2WyWtNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJK2WyWtNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJK2WyWtNy .mbr-section-title {
  width: 100%;
  color: #232323;
  margin-bottom: 0;
}
.cid-uJK2WyWtNy .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uJK2WyWtNy .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uJK2WyWtNy .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uJK2WyWtNy .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJK2WyWtNy .mbr-text {
    margin-top: 16px;
  }
}
.cid-uJK2WyWtNy .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJK2WyWtNy .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-tqnNLkY391 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #86bcac;
}
.cid-tqnNLkY391 .mbr-text {
  color: #FFFCF5;
}
.cid-tqnNLkY391 .media-container-row .mbr-text {
  color: #353535;
}
