.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #003077 !important;
}
.bg-success {
  background-color: #cadefc !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f9f3c2 !important;
}
.bg-danger {
  background-color: #6a85ac !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003077 !important;
  border-color: #003077 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0045aa !important;
  border-color: #0045aa !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0045aa !important;
  border-color: #0045aa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fff7b4 !important;
  border-color: #fff7b4 !important;
  color: #b4a100 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fffce7 !important;
  border-color: #fffce7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b4a100 !important;
  background-color: #fffce7 !important;
  border-color: #fffce7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #cadefc !important;
  border-color: #cadefc !important;
  color: #0b52bc !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fafcff !important;
  border-color: #fafcff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0b52bc !important;
  background-color: #fafcff !important;
  border-color: #fafcff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f9f3c2 !important;
  border-color: #f9f3c2 !important;
  color: #ab9a11 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fefcf0 !important;
  border-color: #fefcf0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ab9a11 !important;
  background-color: #fefcf0 !important;
  border-color: #fefcf0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6a85ac !important;
  border-color: #6a85ac !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #8ba0be !important;
  border-color: #8ba0be !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8ba0be !important;
  border-color: #8ba0be !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #003077;
  color: #003077;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000d20 !important;
  background-color: transparent !important;
  border-color: #000d20 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003077 !important;
  border-color: #003077 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fff7b4;
  color: #fff7b4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffee5d !important;
  background-color: transparent !important;
  border-color: #ffee5d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b4a100 !important;
  background-color: #fff7b4 !important;
  border-color: #fff7b4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #cadefc;
  color: #cadefc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #78abf7 !important;
  background-color: transparent !important;
  border-color: #78abf7 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0b52bc !important;
  background-color: #cadefc !important;
  border-color: #cadefc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f9f3c2;
  color: #f9f3c2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f1e373 !important;
  background-color: transparent !important;
  border-color: #f1e373 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ab9a11 !important;
  background-color: #f9f3c2 !important;
  border-color: #f9f3c2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6a85ac;
  color: #6a85ac;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #445b7b !important;
  background-color: transparent !important;
  border-color: #445b7b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6a85ac !important;
  border-color: #6a85ac !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #003077 !important;
}
.text-secondary {
  color: #fff7b4 !important;
}
.text-success {
  color: #cadefc !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f9f3c2 !important;
}
.text-danger {
  color: #6a85ac !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000711 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffec4e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #69a2f7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f0e165 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3f5371 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #003077;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f9f3c2;
}
.alert-danger {
  background-color: #6a85ac;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003077;
  border-color: #003077;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #003077;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0063f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bcc8da;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #003077 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #003077;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003077;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #003077;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003077;
  border-bottom-color: #003077;
}
.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: #003077 !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: #fff7b4 !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='%23003077' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 0;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 0 !important;
  transition: all .5s ease;
  z-index: 2;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border-radius: 1rem 1rem 1rem 0 !important;
  padding: 12px 25px;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #003077 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  color: #003077 !important;
  flex-direction: row-reverse;
  padding: 0 20px;
  margin: 16px 10px;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all .5s ease;
  z-index: -1;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  position: absolute;
  left: 14px;
  transform: translateX(-1rem);
  opacity: 0;
  transition: all .5s ease;
  margin: 0;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  padding: 0 14px 0 70px;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(0);
  opacity: 1;
  display: inline-flex;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  transform: scale(1.25);
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #003077 !important;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #fff7b4 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #cadefc !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #f9f3c2 !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #6a85ac !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff !important;
}
img {
  border-radius: 0 !important;
}
.cid-u4nrCoRRWb {
  background-color: transparent;
}
.cid-u4nrCoRRWb .navbar-dropdown {
  background-color: #003077 !important;
  padding: 0;
}
.cid-u4nrCoRRWb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003077 !important;
  background: #003077;
}
.cid-u4nrCoRRWb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4nrCoRRWb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4nrCoRRWb .menu_box .navbar.opened,
  .cid-u4nrCoRRWb .menu_box .navbar-collapse {
    background-color: #003077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4nrCoRRWb .navbar-dropdown {
  position: relative !important;
}
.cid-u4nrCoRRWb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4nrCoRRWb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4nrCoRRWb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4nrCoRRWb .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-u4nrCoRRWb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4nrCoRRWb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4nrCoRRWb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4nrCoRRWb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4nrCoRRWb .offcanvas-body .mbr-text,
  .cid-u4nrCoRRWb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4nrCoRRWb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4nrCoRRWb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4nrCoRRWb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4nrCoRRWb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4nrCoRRWb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u4nrCoRRWb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4nrCoRRWb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u4nrCoRRWb .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4nrCoRRWb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u4nrCoRRWb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4nrCoRRWb .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .nav-item {
    margin: 0 !important;
  }
}
.cid-u4nrCoRRWb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u4nrCoRRWb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u4nrCoRRWb .nav-item .nav-link:hover,
.cid-u4nrCoRRWb .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-u4nrCoRRWb .nav-item .nav-link:hover:before,
.cid-u4nrCoRRWb .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-u4nrCoRRWb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4nrCoRRWb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4nrCoRRWb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4nrCoRRWb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u4nrCoRRWb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4nrCoRRWb .offcanvas_box {
    display: none;
  }
}
.cid-u4nrCoRRWb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4nrCoRRWb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4nrCoRRWb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4nrCoRRWb .container {
  display: flex;
  margin: auto;
}
.cid-u4nrCoRRWb .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u4nrCoRRWb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4nrCoRRWb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4nrCoRRWb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4nrCoRRWb .navbar-nav {
    margin: 0;
  }
}
.cid-u4nrCoRRWb .dropdown-menu,
.cid-u4nrCoRRWb .navbar.opened {
  background-color: false !important;
}
.cid-u4nrCoRRWb .nav-item:focus,
.cid-u4nrCoRRWb .nav-link:focus {
  outline: none;
}
.cid-u4nrCoRRWb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4nrCoRRWb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4nrCoRRWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4nrCoRRWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4nrCoRRWb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4nrCoRRWb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4nrCoRRWb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4nrCoRRWb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4nrCoRRWb .navbar.opened {
  transition: all 0.3s;
}
.cid-u4nrCoRRWb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4nrCoRRWb .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u4nrCoRRWb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4nrCoRRWb .navbar.collapsed {
  justify-content: center;
}
.cid-u4nrCoRRWb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4nrCoRRWb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4nrCoRRWb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4nrCoRRWb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4nrCoRRWb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4nrCoRRWb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4nrCoRRWb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4nrCoRRWb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4nrCoRRWb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u4nrCoRRWb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4nrCoRRWb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4nrCoRRWb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4nrCoRRWb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4nrCoRRWb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4nrCoRRWb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4nrCoRRWb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4nrCoRRWb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4nrCoRRWb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4nrCoRRWb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4nrCoRRWb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4nrCoRRWb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4nrCoRRWb .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4nrCoRRWb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4nrCoRRWb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4nrCoRRWb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-u4nrCoRRWb .navbar-brand {
    margin-right: 25px;
  }
}
.cid-u4nrCoRRWb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u4nrCoRRWb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4nrCoRRWb .dropdown-item.active,
.cid-u4nrCoRRWb .dropdown-item:active {
  background-color: transparent;
}
.cid-u4nrCoRRWb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-u4nrCoRRWb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4nrCoRRWb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4nrCoRRWb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4nrCoRRWb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4nrCoRRWb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4nrCoRRWb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003077;
  background: #ffffff;
}
.cid-u4nrCoRRWb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-u4nrCoRRWb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4nrCoRRWb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4nrCoRRWb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4nrCoRRWb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4nrCoRRWb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4nrCoRRWb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4nrCoRRWb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4nrCoRRWb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4nrCoRRWb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4nrCoRRWb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4nrCoRRWb .navbar {
    height: 70px;
  }
  .cid-u4nrCoRRWb .navbar.opened {
    height: auto;
  }
  .cid-u4nrCoRRWb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4nrCoRRWb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4nrCoRRWb .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-u4nrCoRRWb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u4nrCoRRWb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u4nrCoRRWb .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-u4nrCoRRWb .navbar-caption:hover {
  color: #cadefc;
}
@media (min-width: 992px) {
  .cid-u4nrCoRRWb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4nrCoRRWb .text_widget {
  margin-bottom: 32px;
}
.cid-u4nrCoRRWb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4nrCoRRWb .text_widget a:hover,
.cid-u4nrCoRRWb .text_widget a:focus {
  opacity: .8;
}
.cid-u4nrCoRRWb .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-u4nrCoRRWb .contacts-wrapper {
    display: none;
  }
}
.cid-u4nrCoRRWb .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-u4nrCoRRWb .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-u4nrCoRRWb .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u4nrCoRRWb .contacts-wrapper a .mbr-contact:hover:before,
.cid-u4nrCoRRWb .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-u4nrCoRRWb .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-u4nrCoRRWb .navbar-caption {
  color: #c7fcb5;
}
.cid-u4nrCoRRWb .mbr-contact {
  color: #ffffff;
}
.cid-u4nrCoRRWb .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-u4nrCoRRWb .mbr-section-subtitle,
.cid-u4nrCoRRWb .text_widget,
.cid-u4nrCoRRWb .mbr-section-btn {
  text-align: center;
}
.cid-u4nrCoRRWb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u4nrCxQQ3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-6-1-1600x1200.jpg");
}
.cid-u4nrCxQQ3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nrCxQQ3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4nrCxQQ3w .container {
    padding: 0 30px;
  }
}
.cid-u4nrCxQQ3w .row {
  justify-content: center;
}
.cid-u4nrCxQQ3w .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-u4nrCxQQ3w .content-wrapper {
    padding: 80px 0;
  }
}
.cid-u4nrCxQQ3w .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u4nrCxQQ3w .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u4nrCxQQ3w .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u4nrCxQQ3w .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u4nrCxQQ3w .mbr-section-title {
  color: #ffffff;
}
.cid-u4nrCxQQ3w .mbr-text {
  color: #ffffff;
}
.cid-u4nrCxQQ3w .mbr-section-title,
.cid-u4nrCxQQ3w .mbr-section-btn {
  text-align: center;
}
.cid-u4nrCS26bd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4nrCS26bd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nrCS26bd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4nrCS26bd .container {
    padding: 0 30px;
  }
}
.cid-u4nrCS26bd .items-wrapper .item:first-child {
  position: relative;
}
.cid-u4nrCS26bd .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-u4nrCS26bd .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-u4nrCS26bd .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-u4nrCS26bd .items-wrapper .item:last-child {
  position: relative;
}
.cid-u4nrCS26bd .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-u4nrCS26bd .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-u4nrCS26bd .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-u4nrCS26bd .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-u4nrCS26bd .item-title {
  color: #144031;
}
.cid-u4nrCS26bd .item-text {
  color: #003077;
}
.cid-u4nrCS26bd .item-title,
.cid-u4nrCS26bd .mbr-section-btn {
  color: #003077;
}
.cid-u4oedGAwJT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cadefc;
}
.cid-u4oedGAwJT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-u4oedGAwJT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u4oedGAwJT .embla__slide .slide-content {
  width: 100%;
}
.cid-u4oedGAwJT .embla__slide .slide-content .item-wrapper .item-img {
  padding: 0 1px;
}
.cid-u4oedGAwJT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u4oedGAwJT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u4oedGAwJT .embla__button--next,
.cid-u4oedGAwJT .embla__button--prev {
  display: flex;
}
.cid-u4oedGAwJT .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #c7fcb5 !important;
  color: #144031 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u4oedGAwJT .embla__button:hover {
  opacity: .6 !important;
}
.cid-u4oedGAwJT .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-u4oedGAwJT .embla__button.embla__button--next {
  right: 0;
}
.cid-u4oedGAwJT .embla {
  position: relative;
  width: 100%;
}
.cid-u4oedGAwJT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u4oedGAwJT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4oedGAwJT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4oedGAwJT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4oecNIot4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-u4oecNIot4 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-u4oecNIot4 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-u4oecNIot4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oecNIot4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4oecNIot4 .container {
    padding: 0 30px;
  }
}
.cid-u4oecNIot4 .row {
  justify-content: center;
}
.cid-u4oecNIot4 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u4oecNIot4 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #cadefc;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #b2c1d6;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #003077;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-u4oecNIot4 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u4oecNIot4 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-u4oecNIot4 .mbr-desc {
  color: #ffffff;
}
.cid-u4oecNIot4 .mbr-section-title {
  color: #ffffff;
}
.cid-u4oecNIot4 .mbr-text {
  color: #ffffff;
}
.cid-u4oe5GrOHo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-u4oe5GrOHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oe5GrOHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4oe5GrOHo .container {
    padding: 0 30px;
  }
}
.cid-u4oe5GrOHo .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u4oe5GrOHo .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-u4oe5GrOHo .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-u4oe5GrOHo .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-u4oe5GrOHo .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #6a85ac;
}
.cid-u4oe5GrOHo .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #003077;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-u4oe5GrOHo .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-u4oe5GrOHo .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.cid-u4oe5GrOHo .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-u4oe5GrOHo .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-u4oe5GrOHo .item-title {
  color: #144031;
}
.cid-u4oe5GrOHo .item-text {
  color: #ffffff;
}
.cid-u4oe5GrOHo .item-title,
.cid-u4oe5GrOHo .icon-wrapper {
  color: #ffffff;
}
.cid-u4oe9dyQ7a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4oe9dyQ7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oe9dyQ7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .container {
    padding: 0 30px;
  }
}
.cid-u4oe9dyQ7a .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper {
    display: block;
  }
}
.cid-u4oe9dyQ7a .content-wrapper .card {
  justify-content: center;
}
.cid-u4oe9dyQ7a .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-u4oe9dyQ7a .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-u4oe9dyQ7a .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #6a85ac;
  opacity: .9;
  z-index: 1;
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #cadefc;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
@media (max-width: 992px) {
  .cid-u4oe9dyQ7a .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-u4oe9dyQ7a .mbr-section-title {
  color: #144031;
}
.cid-u4oe9dyQ7a .mbr-text {
  color: #0a4db0;
}
.cid-u4oe9dyQ7a .list {
  color: #144031;
}
.cid-u4oe9dyQ7a .mbr-section-title,
.cid-u4oe9dyQ7a .mbr-section-btn {
  color: #003077;
}
.cid-u4oe7WBbd1 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-10-1600x1200.jpg");
}
.cid-u4oe7WBbd1 .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-u4oe7WBbd1 .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-u4oe7WBbd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oe7WBbd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4oe7WBbd1 .container {
    padding: 0 30px;
  }
}
.cid-u4oe7WBbd1 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u4oe7WBbd1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u4oe7WBbd1 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u4oe7WBbd1 .text-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-u4oe7WBbd1 .text-wrapper {
    padding-left: 20px;
  }
}
.cid-u4oe7WBbd1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4oe7WBbd1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u4oe7WBbd1 .mbr-text {
  color: #ffffff;
}
.cid-u4oe60AJSw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4oe60AJSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oe60AJSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4oe60AJSw .container {
    padding: 0 30px;
  }
}
.cid-u4oe60AJSw .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u4oe60AJSw .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u4oe60AJSw .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-u4oe60AJSw .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u4oe60AJSw .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-u4oe60AJSw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-u4oe60AJSw .items-wrapper {
    display: block;
  }
}
.cid-u4oe60AJSw .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #dbf5d1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-u4oe60AJSw .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-u4oe60AJSw .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #dbf5d1;
  }
}
.cid-u4oe60AJSw .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-u4oe60AJSw .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-u4oe60AJSw .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-u4oe60AJSw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u4oe60AJSw .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-u4oe60AJSw .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u4oe60AJSw .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-u4oe60AJSw .item-date {
  color: #0a4db0;
}
.cid-u4oe60AJSw .item-title {
  color: #22654E;
}
.cid-u4oe60AJSw .item-text {
  color: #003077;
}
.cid-u4oe60AJSw .item-title,
.cid-u4oe60AJSw .mbr-section-btn {
  color: #003077;
}
.cid-u4oe9R0B4o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #003077;
}
.cid-u4oe9R0B4o .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-u4oe9R0B4o .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-u4oe9R0B4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oe9R0B4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4oe9R0B4o .container {
    padding: 0 30px;
  }
}
.cid-u4oe9R0B4o .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u4oe9R0B4o .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u4oe9R0B4o .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u4oe9R0B4o .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-u4oe9R0B4o .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 630px;
}
@media (max-width: 992px) {
  .cid-u4oe9R0B4o .box .mbr-media {
    height: 350px;
  }
}
.cid-u4oe9R0B4o .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-u4oe9R0B4o .box .mbr-media .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-u4oe9R0B4o .mbr-media {
  position: relative;
}
.cid-u4oe9R0B4o .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u4oe9R0B4o a:hover {
  background-image: none !important;
}
.cid-u4oe9R0B4o .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #003077;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-u4oe9R0B4o .icon-wrap:hover,
.cid-u4oe9R0B4o .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-u4oe9R0B4o .icon-wrap:hover .mbr-iconfont,
.cid-u4oe9R0B4o .icon-wrap:focus .mbr-iconfont {
  color: #003077;
}
.cid-u4oe9R0B4o .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u4oe9R0B4o .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u4oe9R0B4o .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u4oe9R0B4o .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u4oe9R0B4o .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u4oe9R0B4o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4oe9R0B4o .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u4oec9hAB3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4oec9hAB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oec9hAB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4oec9hAB3 .container {
    padding: 0 30px;
  }
}
.cid-u4oec9hAB3 .row {
  justify-content: center;
}
.cid-u4oec9hAB3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u4oec9hAB3 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u4oec9hAB3 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u4oec9hAB3 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-u4oec9hAB3 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-u4oec9hAB3 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-u4oec9hAB3 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u4oec9hAB3 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
.cid-u4oec9hAB3 .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-u4oec9hAB3 .mbr-text {
  color: #003077;
}
.cid-u4oec9hAB3 .list,
.cid-u4oec9hAB3 .item-wrap {
  color: #003077;
}
.cid-u4oe8NfrbD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4oe8NfrbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oe8NfrbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4oe8NfrbD .container {
    padding: 0 30px;
  }
}
.cid-u4oe8NfrbD .row {
  justify-content: center;
}
.cid-u4oe8NfrbD .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #003077;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-u4oe8NfrbD .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-u4oe8NfrbD .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4oe8NfrbD .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-u4oe8NfrbD .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u4oe8NfrbD .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-u4oe8NfrbD .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-u4oe8NfrbD .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-u4oe8NfrbD .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-u4oe8NfrbD .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #0a4db0;
}
.cid-u4oe8NfrbD .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #003077;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u4oe8NfrbD .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-u4oe8NfrbD .mbr-desc {
  color: #003077;
}
.cid-u4oeaGnnKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-u4oeaGnnKJ .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-u4oeaGnnKJ .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-u4oeaGnnKJ .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-u4oeaGnnKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oeaGnnKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4oeaGnnKJ .container {
    padding: 0 30px;
  }
}
.cid-u4oeaGnnKJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u4oeaGnnKJ .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u4oeaGnnKJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u4oeaGnnKJ .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-u4oeaGnnKJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #0a4db0;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-u4oeaGnnKJ .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-u4oeaGnnKJ .mbr-desc {
  color: #cadefc;
  text-align: center;
}
.cid-u4oeaGnnKJ .mbr-section-title {
  color: #ffffff;
}
.cid-u4oeaGnnKJ .mbr-section-title,
.cid-u4oeaGnnKJ .mbr-section-btn {
  text-align: center;
}
.cid-u4oebfMIN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-u4oebfMIN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oebfMIN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4oebfMIN9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4oebfMIN9 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u4oebfMIN9 .container {
    padding: 0 30px;
  }
}
.cid-u4oebfMIN9 .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u4oebfMIN9 .row {
    padding-bottom: 50px;
  }
}
.cid-u4oebfMIN9 .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u4oebfMIN9 .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-u4oebfMIN9 .card {
  justify-content: center;
}
.cid-u4oebfMIN9 .title-wrapper {
  margin-bottom: 20px;
}
.cid-u4oebfMIN9 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-u4oebfMIN9 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-u4oebfMIN9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4oebfMIN9 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-u4oebfMIN9 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u4oebfMIN9 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-u4oebfMIN9 .nav-wrapper .list .item-wrap:hover::before,
.cid-u4oebfMIN9 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u4oebfMIN9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-u4oebfMIN9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-u4oebfMIN9 .mbr-section-title {
  color: #144031;
}
.cid-u4oebfMIN9 .list {
  color: #144031;
}
.cid-u4oebfMIN9 .mbr-section-title,
.cid-u4oebfMIN9 .title-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-u4oebfMIN9 .list,
.cid-u4oebfMIN9 .item-wrap {
  color: #ffffff;
}
.cid-uvlEjrCwTU {
  background-color: transparent;
}
.cid-uvlEjrCwTU .navbar-dropdown {
  background-color: #003077 !important;
  padding: 0;
}
.cid-uvlEjrCwTU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003077 !important;
  background: #003077;
}
.cid-uvlEjrCwTU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvlEjrCwTU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvlEjrCwTU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvlEjrCwTU .menu_box .navbar.opened,
  .cid-uvlEjrCwTU .menu_box .navbar-collapse {
    background-color: #003077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvlEjrCwTU .navbar-dropdown {
  position: relative !important;
}
.cid-uvlEjrCwTU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvlEjrCwTU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvlEjrCwTU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvlEjrCwTU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvlEjrCwTU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvlEjrCwTU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uvlEjrCwTU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvlEjrCwTU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvlEjrCwTU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvlEjrCwTU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvlEjrCwTU .offcanvas-body .mbr-text,
  .cid-uvlEjrCwTU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvlEjrCwTU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvlEjrCwTU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvlEjrCwTU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uvlEjrCwTU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvlEjrCwTU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvlEjrCwTU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvlEjrCwTU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvlEjrCwTU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvlEjrCwTU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvlEjrCwTU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uvlEjrCwTU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvlEjrCwTU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvlEjrCwTU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uvlEjrCwTU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uvlEjrCwTU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvlEjrCwTU .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uvlEjrCwTU .nav-item {
    margin: 0 !important;
  }
}
.cid-uvlEjrCwTU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uvlEjrCwTU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvlEjrCwTU .nav-item .nav-link:hover,
.cid-uvlEjrCwTU .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uvlEjrCwTU .nav-item .nav-link:hover:before,
.cid-uvlEjrCwTU .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uvlEjrCwTU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvlEjrCwTU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvlEjrCwTU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvlEjrCwTU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvlEjrCwTU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvlEjrCwTU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvlEjrCwTU .offcanvas_box {
    display: none;
  }
}
.cid-uvlEjrCwTU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvlEjrCwTU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvlEjrCwTU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvlEjrCwTU .container {
  display: flex;
  margin: auto;
}
.cid-uvlEjrCwTU .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvlEjrCwTU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvlEjrCwTU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvlEjrCwTU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvlEjrCwTU .navbar-nav {
    margin: 0;
  }
}
.cid-uvlEjrCwTU .dropdown-menu,
.cid-uvlEjrCwTU .navbar.opened {
  background-color: false !important;
}
.cid-uvlEjrCwTU .nav-item:focus,
.cid-uvlEjrCwTU .nav-link:focus {
  outline: none;
}
.cid-uvlEjrCwTU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvlEjrCwTU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvlEjrCwTU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvlEjrCwTU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvlEjrCwTU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvlEjrCwTU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvlEjrCwTU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjrCwTU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvlEjrCwTU .navbar.opened {
  transition: all 0.3s;
}
.cid-uvlEjrCwTU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvlEjrCwTU .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uvlEjrCwTU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uvlEjrCwTU .navbar.collapsed {
  justify-content: center;
}
.cid-uvlEjrCwTU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvlEjrCwTU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvlEjrCwTU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvlEjrCwTU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvlEjrCwTU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvlEjrCwTU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvlEjrCwTU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvlEjrCwTU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvlEjrCwTU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvlEjrCwTU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvlEjrCwTU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvlEjrCwTU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvlEjrCwTU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvlEjrCwTU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvlEjrCwTU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvlEjrCwTU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvlEjrCwTU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvlEjrCwTU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvlEjrCwTU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvlEjrCwTU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvlEjrCwTU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvlEjrCwTU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvlEjrCwTU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvlEjrCwTU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvlEjrCwTU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uvlEjrCwTU .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uvlEjrCwTU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvlEjrCwTU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvlEjrCwTU .dropdown-item.active,
.cid-uvlEjrCwTU .dropdown-item:active {
  background-color: transparent;
}
.cid-uvlEjrCwTU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uvlEjrCwTU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvlEjrCwTU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvlEjrCwTU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvlEjrCwTU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvlEjrCwTU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvlEjrCwTU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003077;
  background: #ffffff;
}
.cid-uvlEjrCwTU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uvlEjrCwTU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvlEjrCwTU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvlEjrCwTU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvlEjrCwTU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvlEjrCwTU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvlEjrCwTU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvlEjrCwTU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvlEjrCwTU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvlEjrCwTU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvlEjrCwTU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvlEjrCwTU .navbar {
    height: 70px;
  }
  .cid-uvlEjrCwTU .navbar.opened {
    height: auto;
  }
  .cid-uvlEjrCwTU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvlEjrCwTU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvlEjrCwTU .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uvlEjrCwTU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvlEjrCwTU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uvlEjrCwTU .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uvlEjrCwTU .navbar-caption:hover {
  color: #cadefc;
}
@media (min-width: 992px) {
  .cid-uvlEjrCwTU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvlEjrCwTU .text_widget {
  margin-bottom: 32px;
}
.cid-uvlEjrCwTU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvlEjrCwTU .text_widget a:hover,
.cid-uvlEjrCwTU .text_widget a:focus {
  opacity: .8;
}
.cid-uvlEjrCwTU .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uvlEjrCwTU .contacts-wrapper {
    display: none;
  }
}
.cid-uvlEjrCwTU .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uvlEjrCwTU .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uvlEjrCwTU .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvlEjrCwTU .contacts-wrapper a .mbr-contact:hover:before,
.cid-uvlEjrCwTU .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uvlEjrCwTU .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uvlEjrCwTU .navbar-caption {
  color: #c7fcb5;
}
.cid-uvlEjrCwTU .mbr-contact {
  color: #ffffff;
}
.cid-uvlEjrCwTU .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uvlEjrCwTU .mbr-section-subtitle,
.cid-uvlEjrCwTU .text_widget,
.cid-uvlEjrCwTU .mbr-section-btn {
  text-align: center;
}
.cid-uvlEjrCwTU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvlEjsfL9F {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvlEjsfL9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjsfL9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlEjsfL9F .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvlEjsfL9F .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvlEjsfL9F .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvlEjsfL9F .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvlEjsfL9F .container {
    padding: 0 24px;
  }
}
.cid-uvlEjsfL9F .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uvlEjsfL9F .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvlEjsfL9F .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvlEjsfL9F .image-wrapper img {
    height: 400px;
  }
}
.cid-uvlEjsfL9F .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uvlEjsfL9F .content-wrapper {
    padding: 24px;
  }
}
.cid-uvlEjsfL9F .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uvlEjsfL9F .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvlEjsfL9F .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvlEjsfL9F .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvlEjsfL9F .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uvlEjsfL9F .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uvlEjsfL9F .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uvlEjsfL9F .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uvlEjsfL9F .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uvlEjsfL9F .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uvlEjsfL9F .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvlEjsfL9F .mbr-section-title {
  color: #000000;
}
.cid-uvlEjsfL9F .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlEjsfL9F .mbr-desc {
  color: #18212d;
}
.cid-uvlEjsfL9F .mbr-text_1 {
  color: #000000;
}
.cid-uvlEjsfL9F .mbr-text_2 {
  color: #18212d;
}
.cid-uvlEjsfL9F .mbr-role {
  color: #18212d;
}
.cid-uvlEjsfL9F .mbr-name {
  color: #18212d;
}
.cid-uvlEjsfL9F .mbr-desc,
.cid-uvlEjsfL9F .desc-wrapper {
  color: #003077;
}
.cid-uvlEjsfL9F .mbr-role,
.cid-uvlEjsfL9F .person-wrapper {
  color: #003077;
}
.cid-uvlEjsENaI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvlEjsENaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjsENaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjsENaI .container {
    padding: 0 30px;
  }
}
.cid-uvlEjsENaI .row {
  justify-content: center;
}
.cid-uvlEjsENaI .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvlEjsENaI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvlEjsENaI .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #b2c1d6;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uvlEjsENaI .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uvlEjsENaI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uvlEjsENaI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uvlEjsENaI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvlEjsENaI .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #003077;
  background-color: #b2c1d6;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uvlEjsENaI .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uvlEjsENaI .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uvlEjsENaI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uvlEjsENaI .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvlEjsENaI .panel-title-edit {
  color: #003077;
}
.cid-uvlEjsENaI .panel-text {
  color: #003077;
}
.cid-uvlEjtaqTE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-20-1600x1200.jpg");
}
.cid-uvlEjtaqTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjtaqTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjtaqTE .container {
    padding: 0 30px;
  }
}
.cid-uvlEjtaqTE .row {
  justify-content: center;
}
.cid-uvlEjtaqTE .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uvlEjtaqTE .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uvlEjtaqTE .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uvlEjtaqTE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvlEjtaqTE .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvlEjtaqTE .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvlEjtaqTE .mbr-section-title {
  color: #ffffff;
}
.cid-uvlEjtaqTE .mbr-text {
  color: #ffffff;
}
.cid-uvlEjtaqTE .mbr-section-title,
.cid-uvlEjtaqTE .mbr-section-btn {
  text-align: center;
}
.cid-uvlEjtw3uk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvlEjtw3uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjtw3uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjtw3uk .container {
    padding: 0 30px;
  }
}
.cid-uvlEjtw3uk .items-wrapper .item:first-child {
  position: relative;
}
.cid-uvlEjtw3uk .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-uvlEjtw3uk .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uvlEjtw3uk .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-uvlEjtw3uk .items-wrapper .item:last-child {
  position: relative;
}
.cid-uvlEjtw3uk .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-uvlEjtw3uk .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uvlEjtw3uk .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uvlEjtw3uk .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uvlEjtw3uk .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvlEjtw3uk .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uvlEjtw3uk .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvlEjtw3uk .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uvlEjtw3uk .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uvlEjtw3uk .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvlEjtw3uk .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uvlEjtw3uk .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uvlEjtw3uk .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uvlEjtw3uk .item-title {
  color: #144031;
}
.cid-uvlEjtw3uk .item-text {
  color: #003077;
}
.cid-uvlEjtw3uk .item-title,
.cid-uvlEjtw3uk .mbr-section-btn {
  color: #003077;
}
.cid-uvlEjtX7cy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cadefc;
}
.cid-uvlEjtX7cy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uvlEjtX7cy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvlEjtX7cy .embla__slide .slide-content {
  width: 100%;
}
.cid-uvlEjtX7cy .embla__slide .slide-content .item-wrapper .item-img {
  padding: 0 1px;
}
.cid-uvlEjtX7cy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uvlEjtX7cy .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvlEjtX7cy .embla__button--next,
.cid-uvlEjtX7cy .embla__button--prev {
  display: flex;
}
.cid-uvlEjtX7cy .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #c7fcb5 !important;
  color: #144031 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uvlEjtX7cy .embla__button:hover {
  opacity: .6 !important;
}
.cid-uvlEjtX7cy .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uvlEjtX7cy .embla__button.embla__button--next {
  right: 0;
}
.cid-uvlEjtX7cy .embla {
  position: relative;
  width: 100%;
}
.cid-uvlEjtX7cy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uvlEjtX7cy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvlEjtX7cy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvlEjtX7cy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvlEjuKlZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvlEjuKlZ2 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvlEjuKlZ2 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvlEjuKlZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjuKlZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjuKlZ2 .container {
    padding: 0 30px;
  }
}
.cid-uvlEjuKlZ2 .row {
  justify-content: center;
}
.cid-uvlEjuKlZ2 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #cadefc;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #b2c1d6;
}
.cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #003077;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uvlEjuKlZ2 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uvlEjuKlZ2 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvlEjuKlZ2 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uvlEjuKlZ2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uvlEjuKlZ2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uvlEjuKlZ2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvlEjuKlZ2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvlEjuKlZ2 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uvlEjuKlZ2 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uvlEjuKlZ2 .mbr-desc {
  color: #ffffff;
}
.cid-uvlEjuKlZ2 .mbr-section-title {
  color: #ffffff;
}
.cid-uvlEjuKlZ2 .mbr-text {
  color: #ffffff;
}
.cid-uvlEjvlyzv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvlEjvlyzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjvlyzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjvlyzv .container {
    padding: 0 30px;
  }
}
.cid-uvlEjvlyzv .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvlEjvlyzv .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-uvlEjvlyzv .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uvlEjvlyzv .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uvlEjvlyzv .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #6a85ac;
}
.cid-uvlEjvlyzv .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #003077;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uvlEjvlyzv .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uvlEjvlyzv .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.cid-uvlEjvlyzv .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-uvlEjvlyzv .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvlEjvlyzv .item-title {
  color: #144031;
}
.cid-uvlEjvlyzv .item-text {
  color: #ffffff;
}
.cid-uvlEjvlyzv .item-title,
.cid-uvlEjvlyzv .icon-wrapper {
  color: #ffffff;
}
.cid-uvlEjvPQOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvlEjvPQOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjvPQOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjvPQOb .container {
    padding: 0 30px;
  }
}
.cid-uvlEjvPQOb .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-uvlEjvPQOb .content-wrapper {
    display: block;
  }
}
.cid-uvlEjvPQOb .content-wrapper .card {
  justify-content: center;
}
.cid-uvlEjvPQOb .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvlEjvPQOb .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uvlEjvPQOb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uvlEjvPQOb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uvlEjvPQOb .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvlEjvPQOb .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uvlEjvPQOb .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #6a85ac;
  opacity: .9;
  z-index: 1;
}
.cid-uvlEjvPQOb .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvlEjvPQOb .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #cadefc;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uvlEjvPQOb .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uvlEjvPQOb .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uvlEjvPQOb .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uvlEjvPQOb .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvlEjvPQOb .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
@media (max-width: 992px) {
  .cid-uvlEjvPQOb .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uvlEjvPQOb .mbr-section-title {
  color: #144031;
}
.cid-uvlEjvPQOb .mbr-text {
  color: #0a4db0;
}
.cid-uvlEjvPQOb .list {
  color: #144031;
}
.cid-uvlEjvPQOb .mbr-section-title,
.cid-uvlEjvPQOb .mbr-section-btn {
  color: #003077;
}
.cid-uvlEjwkwuF {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-15-1600x1200.jpg");
}
.cid-uvlEjwkwuF .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvlEjwkwuF .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvlEjwkwuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjwkwuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjwkwuF .container {
    padding: 0 30px;
  }
}
.cid-uvlEjwkwuF .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvlEjwkwuF .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvlEjwkwuF .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uvlEjwkwuF .text-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uvlEjwkwuF .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uvlEjwkwuF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvlEjwkwuF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvlEjwkwuF .mbr-text {
  color: #ffffff;
}
.cid-uvlEjwMK9p {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #003077;
}
.cid-uvlEjwMK9p .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvlEjwMK9p .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvlEjwMK9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjwMK9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjwMK9p .container {
    padding: 0 30px;
  }
}
.cid-uvlEjwMK9p .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvlEjwMK9p .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvlEjwMK9p .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvlEjwMK9p .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvlEjwMK9p .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 630px;
}
@media (max-width: 992px) {
  .cid-uvlEjwMK9p .box .mbr-media {
    height: 350px;
  }
}
.cid-uvlEjwMK9p .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvlEjwMK9p .box .mbr-media .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvlEjwMK9p .mbr-media {
  position: relative;
}
.cid-uvlEjwMK9p .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvlEjwMK9p a:hover {
  background-image: none !important;
}
.cid-uvlEjwMK9p .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #003077;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uvlEjwMK9p .icon-wrap:hover,
.cid-uvlEjwMK9p .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-uvlEjwMK9p .icon-wrap:hover .mbr-iconfont,
.cid-uvlEjwMK9p .icon-wrap:focus .mbr-iconfont {
  color: #003077;
}
.cid-uvlEjwMK9p .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvlEjwMK9p .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvlEjwMK9p .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvlEjwMK9p .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvlEjwMK9p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvlEjwMK9p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvlEjwMK9p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvlEjxyopI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvlEjxyopI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjxyopI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjxyopI .container {
    padding: 0 30px;
  }
}
.cid-uvlEjxyopI .row {
  justify-content: center;
}
.cid-uvlEjxyopI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvlEjxyopI .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvlEjxyopI .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvlEjxyopI .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uvlEjxyopI .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uvlEjxyopI .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uvlEjxyopI .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvlEjxyopI .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
.cid-uvlEjxyopI .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvlEjxyopI .mbr-text {
  color: #003077;
}
.cid-uvlEjxyopI .list,
.cid-uvlEjxyopI .item-wrap {
  color: #003077;
}
.cid-uvlEjy29xn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvlEjy29xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjy29xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjy29xn .container {
    padding: 0 30px;
  }
}
.cid-uvlEjy29xn .row {
  justify-content: center;
}
.cid-uvlEjy29xn .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #003077;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvlEjy29xn .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uvlEjy29xn .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjy29xn .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uvlEjy29xn .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvlEjy29xn .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uvlEjy29xn .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uvlEjy29xn .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uvlEjy29xn .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uvlEjy29xn .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #0a4db0;
}
.cid-uvlEjy29xn .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #003077;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvlEjy29xn .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uvlEjy29xn .mbr-desc {
  color: #003077;
}
.cid-uvlEjyvTUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvlEjyvTUe .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvlEjyvTUe .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvlEjyvTUe .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvlEjyvTUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjyvTUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlEjyvTUe .container {
    padding: 0 30px;
  }
}
.cid-uvlEjyvTUe .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvlEjyvTUe .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvlEjyvTUe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvlEjyvTUe .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvlEjyvTUe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #0a4db0;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uvlEjyvTUe .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uvlEjyvTUe .mbr-desc {
  color: #cadefc;
  text-align: center;
}
.cid-uvlEjyvTUe .mbr-section-title {
  color: #ffffff;
}
.cid-uvlEjyvTUe .mbr-section-title,
.cid-uvlEjyvTUe .mbr-section-btn {
  text-align: center;
}
.cid-uvlEjz2uUK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvlEjz2uUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlEjz2uUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlEjz2uUK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvlEjz2uUK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uvlEjz2uUK .container {
    padding: 0 30px;
  }
}
.cid-uvlEjz2uUK .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvlEjz2uUK .row {
    padding-bottom: 50px;
  }
}
.cid-uvlEjz2uUK .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvlEjz2uUK .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvlEjz2uUK .card {
  justify-content: center;
}
.cid-uvlEjz2uUK .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvlEjz2uUK .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvlEjz2uUK .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvlEjz2uUK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvlEjz2uUK .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvlEjz2uUK .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvlEjz2uUK .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvlEjz2uUK .nav-wrapper .list .item-wrap:hover::before,
.cid-uvlEjz2uUK .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvlEjz2uUK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uvlEjz2uUK .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uvlEjz2uUK .mbr-section-title {
  color: #144031;
}
.cid-uvlEjz2uUK .list {
  color: #144031;
}
.cid-uvlEjz2uUK .mbr-section-title,
.cid-uvlEjz2uUK .title-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uvlEjz2uUK .list,
.cid-uvlEjz2uUK .item-wrap {
  color: #ffffff;
}
.cid-uvlRpsy7rq {
  background-color: transparent;
}
.cid-uvlRpsy7rq .navbar-dropdown {
  background-color: #003077 !important;
  padding: 0;
}
.cid-uvlRpsy7rq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003077 !important;
  background: #003077;
}
.cid-uvlRpsy7rq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvlRpsy7rq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvlRpsy7rq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvlRpsy7rq .menu_box .navbar.opened,
  .cid-uvlRpsy7rq .menu_box .navbar-collapse {
    background-color: #003077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvlRpsy7rq .navbar-dropdown {
  position: relative !important;
}
.cid-uvlRpsy7rq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvlRpsy7rq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvlRpsy7rq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvlRpsy7rq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvlRpsy7rq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvlRpsy7rq .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uvlRpsy7rq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvlRpsy7rq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvlRpsy7rq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvlRpsy7rq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvlRpsy7rq .offcanvas-body .mbr-text,
  .cid-uvlRpsy7rq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvlRpsy7rq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvlRpsy7rq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvlRpsy7rq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uvlRpsy7rq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvlRpsy7rq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvlRpsy7rq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvlRpsy7rq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvlRpsy7rq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvlRpsy7rq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvlRpsy7rq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uvlRpsy7rq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvlRpsy7rq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvlRpsy7rq .lg_brand {
    margin: 0 1rem;
  }
  .cid-uvlRpsy7rq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uvlRpsy7rq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvlRpsy7rq .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uvlRpsy7rq .nav-item {
    margin: 0 !important;
  }
}
.cid-uvlRpsy7rq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uvlRpsy7rq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvlRpsy7rq .nav-item .nav-link:hover,
.cid-uvlRpsy7rq .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uvlRpsy7rq .nav-item .nav-link:hover:before,
.cid-uvlRpsy7rq .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uvlRpsy7rq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvlRpsy7rq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvlRpsy7rq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvlRpsy7rq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvlRpsy7rq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvlRpsy7rq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvlRpsy7rq .offcanvas_box {
    display: none;
  }
}
.cid-uvlRpsy7rq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvlRpsy7rq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvlRpsy7rq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvlRpsy7rq .container {
  display: flex;
  margin: auto;
}
.cid-uvlRpsy7rq .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvlRpsy7rq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvlRpsy7rq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvlRpsy7rq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvlRpsy7rq .navbar-nav {
    margin: 0;
  }
}
.cid-uvlRpsy7rq .dropdown-menu,
.cid-uvlRpsy7rq .navbar.opened {
  background-color: false !important;
}
.cid-uvlRpsy7rq .nav-item:focus,
.cid-uvlRpsy7rq .nav-link:focus {
  outline: none;
}
.cid-uvlRpsy7rq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvlRpsy7rq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvlRpsy7rq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvlRpsy7rq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvlRpsy7rq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvlRpsy7rq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvlRpsy7rq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpsy7rq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvlRpsy7rq .navbar.opened {
  transition: all 0.3s;
}
.cid-uvlRpsy7rq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvlRpsy7rq .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uvlRpsy7rq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uvlRpsy7rq .navbar.collapsed {
  justify-content: center;
}
.cid-uvlRpsy7rq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvlRpsy7rq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvlRpsy7rq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvlRpsy7rq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvlRpsy7rq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvlRpsy7rq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvlRpsy7rq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvlRpsy7rq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvlRpsy7rq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvlRpsy7rq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvlRpsy7rq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvlRpsy7rq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvlRpsy7rq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvlRpsy7rq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvlRpsy7rq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvlRpsy7rq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvlRpsy7rq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvlRpsy7rq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvlRpsy7rq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvlRpsy7rq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvlRpsy7rq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvlRpsy7rq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvlRpsy7rq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvlRpsy7rq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvlRpsy7rq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uvlRpsy7rq .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uvlRpsy7rq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvlRpsy7rq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvlRpsy7rq .dropdown-item.active,
.cid-uvlRpsy7rq .dropdown-item:active {
  background-color: transparent;
}
.cid-uvlRpsy7rq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uvlRpsy7rq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvlRpsy7rq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvlRpsy7rq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvlRpsy7rq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvlRpsy7rq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvlRpsy7rq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003077;
  background: #ffffff;
}
.cid-uvlRpsy7rq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uvlRpsy7rq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvlRpsy7rq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvlRpsy7rq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvlRpsy7rq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvlRpsy7rq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvlRpsy7rq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvlRpsy7rq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvlRpsy7rq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvlRpsy7rq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvlRpsy7rq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvlRpsy7rq .navbar {
    height: 70px;
  }
  .cid-uvlRpsy7rq .navbar.opened {
    height: auto;
  }
  .cid-uvlRpsy7rq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvlRpsy7rq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvlRpsy7rq .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uvlRpsy7rq .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvlRpsy7rq .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uvlRpsy7rq .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uvlRpsy7rq .navbar-caption:hover {
  color: #cadefc;
}
@media (min-width: 992px) {
  .cid-uvlRpsy7rq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvlRpsy7rq .text_widget {
  margin-bottom: 32px;
}
.cid-uvlRpsy7rq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvlRpsy7rq .text_widget a:hover,
.cid-uvlRpsy7rq .text_widget a:focus {
  opacity: .8;
}
.cid-uvlRpsy7rq .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uvlRpsy7rq .contacts-wrapper {
    display: none;
  }
}
.cid-uvlRpsy7rq .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uvlRpsy7rq .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uvlRpsy7rq .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvlRpsy7rq .contacts-wrapper a .mbr-contact:hover:before,
.cid-uvlRpsy7rq .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uvlRpsy7rq .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uvlRpsy7rq .navbar-caption {
  color: #c7fcb5;
}
.cid-uvlRpsy7rq .mbr-contact {
  color: #ffffff;
}
.cid-uvlRpsy7rq .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uvlRpsy7rq .mbr-section-subtitle,
.cid-uvlRpsy7rq .text_widget,
.cid-uvlRpsy7rq .mbr-section-btn {
  text-align: center;
}
.cid-uvlRpsy7rq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvlRptranh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvlRptranh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRptranh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlRptranh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvlRptranh .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvlRptranh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvlRptranh .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvlRptranh .container {
    padding: 0 24px;
  }
}
.cid-uvlRptranh .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uvlRptranh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvlRptranh .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvlRptranh .image-wrapper img {
    height: 400px;
  }
}
.cid-uvlRptranh .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uvlRptranh .content-wrapper {
    padding: 24px;
  }
}
.cid-uvlRptranh .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uvlRptranh .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvlRptranh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvlRptranh .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvlRptranh .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uvlRptranh .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uvlRptranh .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uvlRptranh .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uvlRptranh .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uvlRptranh .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uvlRptranh .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvlRptranh .mbr-section-title {
  color: #000000;
}
.cid-uvlRptranh .mbr-section-subtitle {
  color: #000000;
}
.cid-uvlRptranh .mbr-desc {
  color: #18212d;
}
.cid-uvlRptranh .mbr-text_1 {
  color: #000000;
}
.cid-uvlRptranh .mbr-text_2 {
  color: #18212d;
}
.cid-uvlRptranh .mbr-role {
  color: #18212d;
}
.cid-uvlRptranh .mbr-name {
  color: #18212d;
}
.cid-uvlRptranh .mbr-desc,
.cid-uvlRptranh .desc-wrapper {
  color: #003077;
}
.cid-uvlRptranh .mbr-role,
.cid-uvlRptranh .person-wrapper {
  color: #003077;
}
.cid-uvlRptWpTN {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvlRptWpTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRptWpTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlRptWpTN .container {
    padding: 0 30px;
  }
}
.cid-uvlRptWpTN .row {
  justify-content: center;
}
.cid-uvlRptWpTN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvlRptWpTN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvlRptWpTN .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #b2c1d6;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uvlRptWpTN .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uvlRptWpTN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uvlRptWpTN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uvlRptWpTN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvlRptWpTN .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #003077;
  background-color: #b2c1d6;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uvlRptWpTN .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uvlRptWpTN .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uvlRptWpTN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uvlRptWpTN .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvlRptWpTN .panel-title-edit {
  color: #003077;
}
.cid-uvlRptWpTN .panel-text {
  color: #003077;
}
.cid-uvlRpurvNv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-20-1600x1200.jpg");
}
.cid-uvlRpurvNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRpurvNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpurvNv .container {
    padding: 0 30px;
  }
}
.cid-uvlRpurvNv .row {
  justify-content: center;
}
.cid-uvlRpurvNv .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uvlRpurvNv .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uvlRpurvNv .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uvlRpurvNv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvlRpurvNv .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvlRpurvNv .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvlRpurvNv .mbr-section-title {
  color: #ffffff;
}
.cid-uvlRpurvNv .mbr-text {
  color: #ffffff;
}
.cid-uvlRpurvNv .mbr-section-title,
.cid-uvlRpurvNv .mbr-section-btn {
  text-align: center;
}
.cid-uvlRpuRF0O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvlRpuRF0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRpuRF0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpuRF0O .container {
    padding: 0 30px;
  }
}
.cid-uvlRpuRF0O .items-wrapper .item:first-child {
  position: relative;
}
.cid-uvlRpuRF0O .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-uvlRpuRF0O .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uvlRpuRF0O .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-uvlRpuRF0O .items-wrapper .item:last-child {
  position: relative;
}
.cid-uvlRpuRF0O .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-uvlRpuRF0O .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uvlRpuRF0O .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uvlRpuRF0O .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uvlRpuRF0O .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvlRpuRF0O .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uvlRpuRF0O .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvlRpuRF0O .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uvlRpuRF0O .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uvlRpuRF0O .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvlRpuRF0O .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uvlRpuRF0O .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uvlRpuRF0O .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uvlRpuRF0O .item-title {
  color: #144031;
}
.cid-uvlRpuRF0O .item-text {
  color: #003077;
}
.cid-uvlRpuRF0O .item-title,
.cid-uvlRpuRF0O .mbr-section-btn {
  color: #003077;
}
.cid-uvlRpvmiKH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cadefc;
}
.cid-uvlRpvmiKH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uvlRpvmiKH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvlRpvmiKH .embla__slide .slide-content {
  width: 100%;
}
.cid-uvlRpvmiKH .embla__slide .slide-content .item-wrapper .item-img {
  padding: 0 1px;
}
.cid-uvlRpvmiKH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uvlRpvmiKH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvlRpvmiKH .embla__button--next,
.cid-uvlRpvmiKH .embla__button--prev {
  display: flex;
}
.cid-uvlRpvmiKH .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #c7fcb5 !important;
  color: #144031 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uvlRpvmiKH .embla__button:hover {
  opacity: .6 !important;
}
.cid-uvlRpvmiKH .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uvlRpvmiKH .embla__button.embla__button--next {
  right: 0;
}
.cid-uvlRpvmiKH .embla {
  position: relative;
  width: 100%;
}
.cid-uvlRpvmiKH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uvlRpvmiKH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvlRpvmiKH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvlRpvmiKH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvlRpwhxyK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvlRpwhxyK .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvlRpwhxyK .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvlRpwhxyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRpwhxyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpwhxyK .container {
    padding: 0 30px;
  }
}
.cid-uvlRpwhxyK .row {
  justify-content: center;
}
.cid-uvlRpwhxyK .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #cadefc;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #b2c1d6;
}
.cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #003077;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uvlRpwhxyK .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uvlRpwhxyK .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvlRpwhxyK .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uvlRpwhxyK .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uvlRpwhxyK .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uvlRpwhxyK .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvlRpwhxyK .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvlRpwhxyK .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uvlRpwhxyK .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uvlRpwhxyK .mbr-desc {
  color: #ffffff;
}
.cid-uvlRpwhxyK .mbr-section-title {
  color: #ffffff;
}
.cid-uvlRpwhxyK .mbr-text {
  color: #ffffff;
}
.cid-uvlRpwWka0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvlRpwWka0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRpwWka0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpwWka0 .container {
    padding: 0 30px;
  }
}
.cid-uvlRpwWka0 .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvlRpwWka0 .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-uvlRpwWka0 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uvlRpwWka0 .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uvlRpwWka0 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #6a85ac;
}
.cid-uvlRpwWka0 .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #003077;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uvlRpwWka0 .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uvlRpwWka0 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.cid-uvlRpwWka0 .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-uvlRpwWka0 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvlRpwWka0 .item-title {
  color: #144031;
}
.cid-uvlRpwWka0 .item-text {
  color: #ffffff;
}
.cid-uvlRpwWka0 .item-title,
.cid-uvlRpwWka0 .icon-wrapper {
  color: #ffffff;
}
.cid-uvlRpxAWgO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvlRpxAWgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRpxAWgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpxAWgO .container {
    padding: 0 30px;
  }
}
.cid-uvlRpxAWgO .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-uvlRpxAWgO .content-wrapper {
    display: block;
  }
}
.cid-uvlRpxAWgO .content-wrapper .card {
  justify-content: center;
}
.cid-uvlRpxAWgO .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvlRpxAWgO .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uvlRpxAWgO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uvlRpxAWgO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uvlRpxAWgO .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvlRpxAWgO .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uvlRpxAWgO .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #6a85ac;
  opacity: .9;
  z-index: 1;
}
.cid-uvlRpxAWgO .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvlRpxAWgO .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #cadefc;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uvlRpxAWgO .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uvlRpxAWgO .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uvlRpxAWgO .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uvlRpxAWgO .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvlRpxAWgO .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
@media (max-width: 992px) {
  .cid-uvlRpxAWgO .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uvlRpxAWgO .mbr-section-title {
  color: #144031;
}
.cid-uvlRpxAWgO .mbr-text {
  color: #0a4db0;
}
.cid-uvlRpxAWgO .list {
  color: #144031;
}
.cid-uvlRpxAWgO .mbr-section-title,
.cid-uvlRpxAWgO .mbr-section-btn {
  color: #003077;
}
.cid-uvlRpy8Svv {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-15-1600x1200.jpg");
}
.cid-uvlRpy8Svv .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvlRpy8Svv .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvlRpy8Svv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRpy8Svv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpy8Svv .container {
    padding: 0 30px;
  }
}
.cid-uvlRpy8Svv .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvlRpy8Svv .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvlRpy8Svv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uvlRpy8Svv .text-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uvlRpy8Svv .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uvlRpy8Svv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvlRpy8Svv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvlRpy8Svv .mbr-text {
  color: #ffffff;
}
.cid-uvlRpyMoB3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #003077;
}
.cid-uvlRpyMoB3 .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvlRpyMoB3 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvlRpyMoB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRpyMoB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpyMoB3 .container {
    padding: 0 30px;
  }
}
.cid-uvlRpyMoB3 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvlRpyMoB3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvlRpyMoB3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvlRpyMoB3 .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvlRpyMoB3 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 630px;
}
@media (max-width: 992px) {
  .cid-uvlRpyMoB3 .box .mbr-media {
    height: 350px;
  }
}
.cid-uvlRpyMoB3 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvlRpyMoB3 .box .mbr-media .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvlRpyMoB3 .mbr-media {
  position: relative;
}
.cid-uvlRpyMoB3 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvlRpyMoB3 a:hover {
  background-image: none !important;
}
.cid-uvlRpyMoB3 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #003077;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uvlRpyMoB3 .icon-wrap:hover,
.cid-uvlRpyMoB3 .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-uvlRpyMoB3 .icon-wrap:hover .mbr-iconfont,
.cid-uvlRpyMoB3 .icon-wrap:focus .mbr-iconfont {
  color: #003077;
}
.cid-uvlRpyMoB3 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvlRpyMoB3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvlRpyMoB3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvlRpyMoB3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvlRpyMoB3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvlRpyMoB3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvlRpyMoB3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvlRpzI5GP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvlRpzI5GP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRpzI5GP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpzI5GP .container {
    padding: 0 30px;
  }
}
.cid-uvlRpzI5GP .row {
  justify-content: center;
}
.cid-uvlRpzI5GP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvlRpzI5GP .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvlRpzI5GP .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvlRpzI5GP .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uvlRpzI5GP .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uvlRpzI5GP .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uvlRpzI5GP .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvlRpzI5GP .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
.cid-uvlRpzI5GP .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvlRpzI5GP .mbr-text {
  color: #003077;
}
.cid-uvlRpzI5GP .list,
.cid-uvlRpzI5GP .item-wrap {
  color: #003077;
}
.cid-uvlRpAoJKF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvlRpAoJKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRpAoJKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpAoJKF .container {
    padding: 0 30px;
  }
}
.cid-uvlRpAoJKF .row {
  justify-content: center;
}
.cid-uvlRpAoJKF .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #003077;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvlRpAoJKF .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uvlRpAoJKF .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpAoJKF .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uvlRpAoJKF .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvlRpAoJKF .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uvlRpAoJKF .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uvlRpAoJKF .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uvlRpAoJKF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uvlRpAoJKF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #0a4db0;
}
.cid-uvlRpAoJKF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #003077;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvlRpAoJKF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uvlRpAoJKF .mbr-desc {
  color: #003077;
}
.cid-uvlRpAWl6g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvlRpAWl6g .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvlRpAWl6g .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvlRpAWl6g .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvlRpAWl6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRpAWl6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvlRpAWl6g .container {
    padding: 0 30px;
  }
}
.cid-uvlRpAWl6g .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvlRpAWl6g .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvlRpAWl6g .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvlRpAWl6g .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvlRpAWl6g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #0a4db0;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uvlRpAWl6g .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uvlRpAWl6g .mbr-desc {
  color: #cadefc;
  text-align: center;
}
.cid-uvlRpAWl6g .mbr-section-title {
  color: #ffffff;
}
.cid-uvlRpAWl6g .mbr-section-title,
.cid-uvlRpAWl6g .mbr-section-btn {
  text-align: center;
}
.cid-uvlRpBzhLV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvlRpBzhLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlRpBzhLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlRpBzhLV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvlRpBzhLV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uvlRpBzhLV .container {
    padding: 0 30px;
  }
}
.cid-uvlRpBzhLV .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvlRpBzhLV .row {
    padding-bottom: 50px;
  }
}
.cid-uvlRpBzhLV .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvlRpBzhLV .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvlRpBzhLV .card {
  justify-content: center;
}
.cid-uvlRpBzhLV .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvlRpBzhLV .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvlRpBzhLV .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvlRpBzhLV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvlRpBzhLV .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvlRpBzhLV .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvlRpBzhLV .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvlRpBzhLV .nav-wrapper .list .item-wrap:hover::before,
.cid-uvlRpBzhLV .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvlRpBzhLV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uvlRpBzhLV .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uvlRpBzhLV .mbr-section-title {
  color: #144031;
}
.cid-uvlRpBzhLV .list {
  color: #144031;
}
.cid-uvlRpBzhLV .mbr-section-title,
.cid-uvlRpBzhLV .title-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uvlRpBzhLV .list,
.cid-uvlRpBzhLV .item-wrap {
  color: #ffffff;
}
.cid-uvmKCaHoXW {
  background-color: transparent;
}
.cid-uvmKCaHoXW .navbar-dropdown {
  background-color: #003077 !important;
  padding: 0;
}
.cid-uvmKCaHoXW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003077 !important;
  background: #003077;
}
.cid-uvmKCaHoXW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvmKCaHoXW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvmKCaHoXW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvmKCaHoXW .menu_box .navbar.opened,
  .cid-uvmKCaHoXW .menu_box .navbar-collapse {
    background-color: #003077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvmKCaHoXW .navbar-dropdown {
  position: relative !important;
}
.cid-uvmKCaHoXW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvmKCaHoXW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvmKCaHoXW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvmKCaHoXW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvmKCaHoXW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvmKCaHoXW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uvmKCaHoXW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvmKCaHoXW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvmKCaHoXW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvmKCaHoXW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvmKCaHoXW .offcanvas-body .mbr-text,
  .cid-uvmKCaHoXW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvmKCaHoXW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvmKCaHoXW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvmKCaHoXW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uvmKCaHoXW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvmKCaHoXW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvmKCaHoXW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvmKCaHoXW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvmKCaHoXW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvmKCaHoXW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvmKCaHoXW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uvmKCaHoXW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvmKCaHoXW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvmKCaHoXW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uvmKCaHoXW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uvmKCaHoXW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvmKCaHoXW .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uvmKCaHoXW .nav-item {
    margin: 0 !important;
  }
}
.cid-uvmKCaHoXW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uvmKCaHoXW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvmKCaHoXW .nav-item .nav-link:hover,
.cid-uvmKCaHoXW .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uvmKCaHoXW .nav-item .nav-link:hover:before,
.cid-uvmKCaHoXW .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uvmKCaHoXW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvmKCaHoXW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvmKCaHoXW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvmKCaHoXW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvmKCaHoXW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvmKCaHoXW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvmKCaHoXW .offcanvas_box {
    display: none;
  }
}
.cid-uvmKCaHoXW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvmKCaHoXW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvmKCaHoXW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvmKCaHoXW .container {
  display: flex;
  margin: auto;
}
.cid-uvmKCaHoXW .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvmKCaHoXW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvmKCaHoXW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvmKCaHoXW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvmKCaHoXW .navbar-nav {
    margin: 0;
  }
}
.cid-uvmKCaHoXW .dropdown-menu,
.cid-uvmKCaHoXW .navbar.opened {
  background-color: false !important;
}
.cid-uvmKCaHoXW .nav-item:focus,
.cid-uvmKCaHoXW .nav-link:focus {
  outline: none;
}
.cid-uvmKCaHoXW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvmKCaHoXW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvmKCaHoXW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvmKCaHoXW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvmKCaHoXW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvmKCaHoXW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvmKCaHoXW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCaHoXW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvmKCaHoXW .navbar.opened {
  transition: all 0.3s;
}
.cid-uvmKCaHoXW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvmKCaHoXW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uvmKCaHoXW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uvmKCaHoXW .navbar.collapsed {
  justify-content: center;
}
.cid-uvmKCaHoXW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvmKCaHoXW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvmKCaHoXW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvmKCaHoXW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvmKCaHoXW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvmKCaHoXW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvmKCaHoXW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvmKCaHoXW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvmKCaHoXW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvmKCaHoXW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvmKCaHoXW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvmKCaHoXW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvmKCaHoXW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvmKCaHoXW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvmKCaHoXW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvmKCaHoXW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvmKCaHoXW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvmKCaHoXW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvmKCaHoXW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvmKCaHoXW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvmKCaHoXW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvmKCaHoXW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvmKCaHoXW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvmKCaHoXW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvmKCaHoXW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uvmKCaHoXW .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uvmKCaHoXW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvmKCaHoXW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvmKCaHoXW .dropdown-item.active,
.cid-uvmKCaHoXW .dropdown-item:active {
  background-color: transparent;
}
.cid-uvmKCaHoXW .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uvmKCaHoXW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvmKCaHoXW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvmKCaHoXW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvmKCaHoXW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvmKCaHoXW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvmKCaHoXW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003077;
  background: #ffffff;
}
.cid-uvmKCaHoXW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uvmKCaHoXW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvmKCaHoXW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvmKCaHoXW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvmKCaHoXW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvmKCaHoXW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvmKCaHoXW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvmKCaHoXW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvmKCaHoXW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvmKCaHoXW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvmKCaHoXW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvmKCaHoXW .navbar {
    height: 70px;
  }
  .cid-uvmKCaHoXW .navbar.opened {
    height: auto;
  }
  .cid-uvmKCaHoXW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvmKCaHoXW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvmKCaHoXW .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uvmKCaHoXW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvmKCaHoXW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uvmKCaHoXW .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uvmKCaHoXW .navbar-caption:hover {
  color: #cadefc;
}
@media (min-width: 992px) {
  .cid-uvmKCaHoXW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvmKCaHoXW .text_widget {
  margin-bottom: 32px;
}
.cid-uvmKCaHoXW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvmKCaHoXW .text_widget a:hover,
.cid-uvmKCaHoXW .text_widget a:focus {
  opacity: .8;
}
.cid-uvmKCaHoXW .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uvmKCaHoXW .contacts-wrapper {
    display: none;
  }
}
.cid-uvmKCaHoXW .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uvmKCaHoXW .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uvmKCaHoXW .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvmKCaHoXW .contacts-wrapper a .mbr-contact:hover:before,
.cid-uvmKCaHoXW .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uvmKCaHoXW .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uvmKCaHoXW .navbar-caption {
  color: #c7fcb5;
}
.cid-uvmKCaHoXW .mbr-contact {
  color: #ffffff;
}
.cid-uvmKCaHoXW .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uvmKCaHoXW .mbr-section-subtitle,
.cid-uvmKCaHoXW .text_widget,
.cid-uvmKCaHoXW .mbr-section-btn {
  text-align: center;
}
.cid-uvmKCaHoXW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvmKCbEMsg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvmKCbEMsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCbEMsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmKCbEMsg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvmKCbEMsg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvmKCbEMsg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvmKCbEMsg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvmKCbEMsg .container {
    padding: 0 24px;
  }
}
.cid-uvmKCbEMsg .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uvmKCbEMsg .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvmKCbEMsg .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvmKCbEMsg .image-wrapper img {
    height: 400px;
  }
}
.cid-uvmKCbEMsg .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uvmKCbEMsg .content-wrapper {
    padding: 24px;
  }
}
.cid-uvmKCbEMsg .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uvmKCbEMsg .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvmKCbEMsg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvmKCbEMsg .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvmKCbEMsg .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uvmKCbEMsg .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uvmKCbEMsg .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uvmKCbEMsg .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uvmKCbEMsg .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uvmKCbEMsg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uvmKCbEMsg .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvmKCbEMsg .mbr-section-title {
  color: #000000;
}
.cid-uvmKCbEMsg .mbr-section-subtitle {
  color: #000000;
}
.cid-uvmKCbEMsg .mbr-desc {
  color: #18212d;
}
.cid-uvmKCbEMsg .mbr-text_1 {
  color: #000000;
}
.cid-uvmKCbEMsg .mbr-text_2 {
  color: #18212d;
}
.cid-uvmKCbEMsg .mbr-role {
  color: #18212d;
}
.cid-uvmKCbEMsg .mbr-name {
  color: #18212d;
}
.cid-uvmKCbEMsg .mbr-desc,
.cid-uvmKCbEMsg .desc-wrapper {
  color: #003077;
}
.cid-uvmKCbEMsg .mbr-role,
.cid-uvmKCbEMsg .person-wrapper {
  color: #003077;
}
.cid-uvmKCcbtn1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvmKCcbtn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCcbtn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCcbtn1 .container {
    padding: 0 30px;
  }
}
.cid-uvmKCcbtn1 .row {
  justify-content: center;
}
.cid-uvmKCcbtn1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvmKCcbtn1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvmKCcbtn1 .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #b2c1d6;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uvmKCcbtn1 .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uvmKCcbtn1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uvmKCcbtn1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uvmKCcbtn1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvmKCcbtn1 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #003077;
  background-color: #b2c1d6;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uvmKCcbtn1 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uvmKCcbtn1 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uvmKCcbtn1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uvmKCcbtn1 .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvmKCcbtn1 .panel-title-edit {
  color: #003077;
}
.cid-uvmKCcbtn1 .panel-text {
  color: #003077;
}
.cid-uvmKCcIWUd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-20-1600x1200.jpg");
}
.cid-uvmKCcIWUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCcIWUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCcIWUd .container {
    padding: 0 30px;
  }
}
.cid-uvmKCcIWUd .row {
  justify-content: center;
}
.cid-uvmKCcIWUd .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uvmKCcIWUd .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uvmKCcIWUd .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uvmKCcIWUd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvmKCcIWUd .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvmKCcIWUd .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvmKCcIWUd .mbr-section-title {
  color: #ffffff;
}
.cid-uvmKCcIWUd .mbr-text {
  color: #ffffff;
}
.cid-uvmKCcIWUd .mbr-section-title,
.cid-uvmKCcIWUd .mbr-section-btn {
  text-align: center;
}
.cid-uvmKCdd855 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvmKCdd855 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCdd855 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCdd855 .container {
    padding: 0 30px;
  }
}
.cid-uvmKCdd855 .items-wrapper .item:first-child {
  position: relative;
}
.cid-uvmKCdd855 .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-uvmKCdd855 .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uvmKCdd855 .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-uvmKCdd855 .items-wrapper .item:last-child {
  position: relative;
}
.cid-uvmKCdd855 .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-uvmKCdd855 .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uvmKCdd855 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uvmKCdd855 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uvmKCdd855 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvmKCdd855 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uvmKCdd855 .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmKCdd855 .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uvmKCdd855 .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uvmKCdd855 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmKCdd855 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uvmKCdd855 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uvmKCdd855 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uvmKCdd855 .item-title {
  color: #144031;
}
.cid-uvmKCdd855 .item-text {
  color: #003077;
}
.cid-uvmKCdd855 .item-title,
.cid-uvmKCdd855 .mbr-section-btn {
  color: #003077;
}
.cid-uvmKCdIAKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cadefc;
}
.cid-uvmKCdIAKJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uvmKCdIAKJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvmKCdIAKJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uvmKCdIAKJ .embla__slide .slide-content .item-wrapper .item-img {
  padding: 0 1px;
}
.cid-uvmKCdIAKJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uvmKCdIAKJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvmKCdIAKJ .embla__button--next,
.cid-uvmKCdIAKJ .embla__button--prev {
  display: flex;
}
.cid-uvmKCdIAKJ .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #c7fcb5 !important;
  color: #144031 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uvmKCdIAKJ .embla__button:hover {
  opacity: .6 !important;
}
.cid-uvmKCdIAKJ .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uvmKCdIAKJ .embla__button.embla__button--next {
  right: 0;
}
.cid-uvmKCdIAKJ .embla {
  position: relative;
  width: 100%;
}
.cid-uvmKCdIAKJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uvmKCdIAKJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvmKCdIAKJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvmKCdIAKJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvmKCeNylu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvmKCeNylu .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvmKCeNylu .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvmKCeNylu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCeNylu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCeNylu .container {
    padding: 0 30px;
  }
}
.cid-uvmKCeNylu .row {
  justify-content: center;
}
.cid-uvmKCeNylu .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvmKCeNylu .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvmKCeNylu .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uvmKCeNylu .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #cadefc;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uvmKCeNylu .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uvmKCeNylu .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvmKCeNylu .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uvmKCeNylu .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uvmKCeNylu .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #b2c1d6;
}
.cid-uvmKCeNylu .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #003077;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uvmKCeNylu .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uvmKCeNylu .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uvmKCeNylu .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uvmKCeNylu .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvmKCeNylu .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uvmKCeNylu .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uvmKCeNylu .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uvmKCeNylu .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvmKCeNylu .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvmKCeNylu .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uvmKCeNylu .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uvmKCeNylu .mbr-desc {
  color: #ffffff;
}
.cid-uvmKCeNylu .mbr-section-title {
  color: #ffffff;
}
.cid-uvmKCeNylu .mbr-text {
  color: #ffffff;
}
.cid-uvmKCfpWr6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvmKCfpWr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCfpWr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCfpWr6 .container {
    padding: 0 30px;
  }
}
.cid-uvmKCfpWr6 .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvmKCfpWr6 .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-uvmKCfpWr6 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uvmKCfpWr6 .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uvmKCfpWr6 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #6a85ac;
}
.cid-uvmKCfpWr6 .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #003077;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uvmKCfpWr6 .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uvmKCfpWr6 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.cid-uvmKCfpWr6 .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-uvmKCfpWr6 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvmKCfpWr6 .item-title {
  color: #144031;
}
.cid-uvmKCfpWr6 .item-text {
  color: #ffffff;
}
.cid-uvmKCfpWr6 .item-title,
.cid-uvmKCfpWr6 .icon-wrapper {
  color: #ffffff;
}
.cid-uvmKCfUQ8H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvmKCfUQ8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCfUQ8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCfUQ8H .container {
    padding: 0 30px;
  }
}
.cid-uvmKCfUQ8H .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-uvmKCfUQ8H .content-wrapper {
    display: block;
  }
}
.cid-uvmKCfUQ8H .content-wrapper .card {
  justify-content: center;
}
.cid-uvmKCfUQ8H .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmKCfUQ8H .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uvmKCfUQ8H .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uvmKCfUQ8H .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uvmKCfUQ8H .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmKCfUQ8H .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uvmKCfUQ8H .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #6a85ac;
  opacity: .9;
  z-index: 1;
}
.cid-uvmKCfUQ8H .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvmKCfUQ8H .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #cadefc;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uvmKCfUQ8H .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uvmKCfUQ8H .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uvmKCfUQ8H .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uvmKCfUQ8H .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvmKCfUQ8H .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
@media (max-width: 992px) {
  .cid-uvmKCfUQ8H .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uvmKCfUQ8H .mbr-section-title {
  color: #144031;
}
.cid-uvmKCfUQ8H .mbr-text {
  color: #0a4db0;
}
.cid-uvmKCfUQ8H .list {
  color: #144031;
}
.cid-uvmKCfUQ8H .mbr-section-title,
.cid-uvmKCfUQ8H .mbr-section-btn {
  color: #003077;
}
.cid-uvmKCgsSuf {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-15-1600x1200.jpg");
}
.cid-uvmKCgsSuf .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvmKCgsSuf .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvmKCgsSuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCgsSuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCgsSuf .container {
    padding: 0 30px;
  }
}
.cid-uvmKCgsSuf .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvmKCgsSuf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvmKCgsSuf .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uvmKCgsSuf .text-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uvmKCgsSuf .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uvmKCgsSuf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvmKCgsSuf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvmKCgsSuf .mbr-text {
  color: #ffffff;
}
.cid-uvmKCgWDl4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #003077;
}
.cid-uvmKCgWDl4 .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvmKCgWDl4 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvmKCgWDl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCgWDl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCgWDl4 .container {
    padding: 0 30px;
  }
}
.cid-uvmKCgWDl4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvmKCgWDl4 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvmKCgWDl4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvmKCgWDl4 .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvmKCgWDl4 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 630px;
}
@media (max-width: 992px) {
  .cid-uvmKCgWDl4 .box .mbr-media {
    height: 350px;
  }
}
.cid-uvmKCgWDl4 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvmKCgWDl4 .box .mbr-media .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvmKCgWDl4 .mbr-media {
  position: relative;
}
.cid-uvmKCgWDl4 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvmKCgWDl4 a:hover {
  background-image: none !important;
}
.cid-uvmKCgWDl4 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #003077;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uvmKCgWDl4 .icon-wrap:hover,
.cid-uvmKCgWDl4 .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-uvmKCgWDl4 .icon-wrap:hover .mbr-iconfont,
.cid-uvmKCgWDl4 .icon-wrap:focus .mbr-iconfont {
  color: #003077;
}
.cid-uvmKCgWDl4 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvmKCgWDl4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvmKCgWDl4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvmKCgWDl4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvmKCgWDl4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvmKCgWDl4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvmKCgWDl4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvmKChRZYp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvmKChRZYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKChRZYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmKChRZYp .container {
    padding: 0 30px;
  }
}
.cid-uvmKChRZYp .row {
  justify-content: center;
}
.cid-uvmKChRZYp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvmKChRZYp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvmKChRZYp .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvmKChRZYp .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uvmKChRZYp .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uvmKChRZYp .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uvmKChRZYp .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvmKChRZYp .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
.cid-uvmKChRZYp .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvmKChRZYp .mbr-text {
  color: #003077;
}
.cid-uvmKChRZYp .list,
.cid-uvmKChRZYp .item-wrap {
  color: #003077;
}
.cid-uvmKCinChC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvmKCinChC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCinChC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCinChC .container {
    padding: 0 30px;
  }
}
.cid-uvmKCinChC .row {
  justify-content: center;
}
.cid-uvmKCinChC .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #003077;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvmKCinChC .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uvmKCinChC .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCinChC .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uvmKCinChC .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvmKCinChC .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uvmKCinChC .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uvmKCinChC .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uvmKCinChC .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uvmKCinChC .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #0a4db0;
}
.cid-uvmKCinChC .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #003077;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvmKCinChC .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uvmKCinChC .mbr-desc {
  color: #003077;
}
.cid-uvmKCiYSbO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvmKCiYSbO .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvmKCiYSbO .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvmKCiYSbO .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvmKCiYSbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCiYSbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmKCiYSbO .container {
    padding: 0 30px;
  }
}
.cid-uvmKCiYSbO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvmKCiYSbO .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvmKCiYSbO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvmKCiYSbO .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvmKCiYSbO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #0a4db0;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uvmKCiYSbO .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uvmKCiYSbO .mbr-desc {
  color: #cadefc;
  text-align: center;
}
.cid-uvmKCiYSbO .mbr-section-title {
  color: #ffffff;
}
.cid-uvmKCiYSbO .mbr-section-title,
.cid-uvmKCiYSbO .mbr-section-btn {
  text-align: center;
}
.cid-uvmKCjzKGc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvmKCjzKGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmKCjzKGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmKCjzKGc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvmKCjzKGc .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uvmKCjzKGc .container {
    padding: 0 30px;
  }
}
.cid-uvmKCjzKGc .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvmKCjzKGc .row {
    padding-bottom: 50px;
  }
}
.cid-uvmKCjzKGc .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvmKCjzKGc .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvmKCjzKGc .card {
  justify-content: center;
}
.cid-uvmKCjzKGc .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvmKCjzKGc .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvmKCjzKGc .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvmKCjzKGc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvmKCjzKGc .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvmKCjzKGc .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvmKCjzKGc .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvmKCjzKGc .nav-wrapper .list .item-wrap:hover::before,
.cid-uvmKCjzKGc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvmKCjzKGc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uvmKCjzKGc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uvmKCjzKGc .mbr-section-title {
  color: #144031;
}
.cid-uvmKCjzKGc .list {
  color: #144031;
}
.cid-uvmKCjzKGc .mbr-section-title,
.cid-uvmKCjzKGc .title-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uvmKCjzKGc .list,
.cid-uvmKCjzKGc .item-wrap {
  color: #ffffff;
}
.cid-uvmSNYN5rw {
  background-color: transparent;
}
.cid-uvmSNYN5rw .navbar-dropdown {
  background-color: #003077 !important;
  padding: 0;
}
.cid-uvmSNYN5rw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003077 !important;
  background: #003077;
}
.cid-uvmSNYN5rw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvmSNYN5rw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvmSNYN5rw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvmSNYN5rw .menu_box .navbar.opened,
  .cid-uvmSNYN5rw .menu_box .navbar-collapse {
    background-color: #003077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvmSNYN5rw .navbar-dropdown {
  position: relative !important;
}
.cid-uvmSNYN5rw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvmSNYN5rw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvmSNYN5rw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvmSNYN5rw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvmSNYN5rw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvmSNYN5rw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uvmSNYN5rw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvmSNYN5rw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvmSNYN5rw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvmSNYN5rw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvmSNYN5rw .offcanvas-body .mbr-text,
  .cid-uvmSNYN5rw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvmSNYN5rw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvmSNYN5rw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvmSNYN5rw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uvmSNYN5rw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvmSNYN5rw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvmSNYN5rw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvmSNYN5rw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvmSNYN5rw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvmSNYN5rw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvmSNYN5rw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uvmSNYN5rw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvmSNYN5rw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvmSNYN5rw .lg_brand {
    margin: 0 1rem;
  }
  .cid-uvmSNYN5rw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uvmSNYN5rw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvmSNYN5rw .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uvmSNYN5rw .nav-item {
    margin: 0 !important;
  }
}
.cid-uvmSNYN5rw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uvmSNYN5rw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvmSNYN5rw .nav-item .nav-link:hover,
.cid-uvmSNYN5rw .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uvmSNYN5rw .nav-item .nav-link:hover:before,
.cid-uvmSNYN5rw .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uvmSNYN5rw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvmSNYN5rw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvmSNYN5rw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvmSNYN5rw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvmSNYN5rw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvmSNYN5rw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvmSNYN5rw .offcanvas_box {
    display: none;
  }
}
.cid-uvmSNYN5rw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvmSNYN5rw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvmSNYN5rw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvmSNYN5rw .container {
  display: flex;
  margin: auto;
}
.cid-uvmSNYN5rw .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvmSNYN5rw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvmSNYN5rw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvmSNYN5rw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvmSNYN5rw .navbar-nav {
    margin: 0;
  }
}
.cid-uvmSNYN5rw .dropdown-menu,
.cid-uvmSNYN5rw .navbar.opened {
  background-color: false !important;
}
.cid-uvmSNYN5rw .nav-item:focus,
.cid-uvmSNYN5rw .nav-link:focus {
  outline: none;
}
.cid-uvmSNYN5rw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvmSNYN5rw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvmSNYN5rw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvmSNYN5rw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvmSNYN5rw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvmSNYN5rw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvmSNYN5rw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvmSNYN5rw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvmSNYN5rw .navbar.opened {
  transition: all 0.3s;
}
.cid-uvmSNYN5rw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvmSNYN5rw .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uvmSNYN5rw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uvmSNYN5rw .navbar.collapsed {
  justify-content: center;
}
.cid-uvmSNYN5rw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvmSNYN5rw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvmSNYN5rw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvmSNYN5rw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvmSNYN5rw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvmSNYN5rw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvmSNYN5rw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvmSNYN5rw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvmSNYN5rw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvmSNYN5rw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvmSNYN5rw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvmSNYN5rw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvmSNYN5rw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvmSNYN5rw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvmSNYN5rw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvmSNYN5rw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvmSNYN5rw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvmSNYN5rw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvmSNYN5rw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvmSNYN5rw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvmSNYN5rw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvmSNYN5rw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvmSNYN5rw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvmSNYN5rw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvmSNYN5rw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uvmSNYN5rw .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uvmSNYN5rw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvmSNYN5rw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvmSNYN5rw .dropdown-item.active,
.cid-uvmSNYN5rw .dropdown-item:active {
  background-color: transparent;
}
.cid-uvmSNYN5rw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uvmSNYN5rw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvmSNYN5rw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvmSNYN5rw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvmSNYN5rw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvmSNYN5rw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvmSNYN5rw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003077;
  background: #ffffff;
}
.cid-uvmSNYN5rw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uvmSNYN5rw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvmSNYN5rw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvmSNYN5rw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvmSNYN5rw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvmSNYN5rw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvmSNYN5rw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvmSNYN5rw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvmSNYN5rw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvmSNYN5rw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvmSNYN5rw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvmSNYN5rw .navbar {
    height: 70px;
  }
  .cid-uvmSNYN5rw .navbar.opened {
    height: auto;
  }
  .cid-uvmSNYN5rw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvmSNYN5rw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvmSNYN5rw .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uvmSNYN5rw .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvmSNYN5rw .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uvmSNYN5rw .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uvmSNYN5rw .navbar-caption:hover {
  color: #cadefc;
}
@media (min-width: 992px) {
  .cid-uvmSNYN5rw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvmSNYN5rw .text_widget {
  margin-bottom: 32px;
}
.cid-uvmSNYN5rw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvmSNYN5rw .text_widget a:hover,
.cid-uvmSNYN5rw .text_widget a:focus {
  opacity: .8;
}
.cid-uvmSNYN5rw .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uvmSNYN5rw .contacts-wrapper {
    display: none;
  }
}
.cid-uvmSNYN5rw .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uvmSNYN5rw .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uvmSNYN5rw .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvmSNYN5rw .contacts-wrapper a .mbr-contact:hover:before,
.cid-uvmSNYN5rw .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uvmSNYN5rw .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uvmSNYN5rw .navbar-caption {
  color: #c7fcb5;
}
.cid-uvmSNYN5rw .mbr-contact {
  color: #ffffff;
}
.cid-uvmSNYN5rw .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uvmSNYN5rw .mbr-section-subtitle,
.cid-uvmSNYN5rw .text_widget,
.cid-uvmSNYN5rw .mbr-section-btn {
  text-align: center;
}
.cid-uvmSNYN5rw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvmSO74LRy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-20-1600x1200.jpg");
}
.cid-uvmSO74LRy .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvmSO74LRy .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvmSO74LRy .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvmSO74LRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmSO74LRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmSO74LRy .container {
    padding: 0 30px;
  }
}
.cid-uvmSO74LRy .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvmSO74LRy .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvmSO74LRy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvmSO74LRy .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvmSO74LRy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #0a4db0;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uvmSO74LRy .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uvmSO74LRy .mbr-desc {
  color: #cadefc;
  text-align: center;
}
.cid-uvmSO74LRy .mbr-section-title {
  color: #ffffff;
}
.cid-uvmSO74LRy .mbr-section-title,
.cid-uvmSO74LRy .mbr-section-btn {
  text-align: center;
}
.cid-uvmSO0VttO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvmSO0VttO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmSO0VttO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmSO0VttO .container {
    padding: 0 30px;
  }
}
.cid-uvmSO0VttO .items-wrapper .item:first-child {
  position: relative;
}
.cid-uvmSO0VttO .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-uvmSO0VttO .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uvmSO0VttO .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-uvmSO0VttO .items-wrapper .item:last-child {
  position: relative;
}
.cid-uvmSO0VttO .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-uvmSO0VttO .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uvmSO0VttO .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uvmSO0VttO .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uvmSO0VttO .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvmSO0VttO .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uvmSO0VttO .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmSO0VttO .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uvmSO0VttO .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uvmSO0VttO .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmSO0VttO .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uvmSO0VttO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uvmSO0VttO .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uvmSO0VttO .item-title {
  color: #144031;
}
.cid-uvmSO0VttO .item-text {
  color: #003077;
}
.cid-uvmSO0VttO .item-title,
.cid-uvmSO0VttO .mbr-section-btn {
  color: #003077;
}
.cid-uvmSO1uOcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cadefc;
}
.cid-uvmSO1uOcl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uvmSO1uOcl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvmSO1uOcl .embla__slide .slide-content {
  width: 100%;
}
.cid-uvmSO1uOcl .embla__slide .slide-content .item-wrapper .item-img {
  padding: 0 1px;
}
.cid-uvmSO1uOcl .embla__slide .slide-content .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uvmSO1uOcl .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvmSO1uOcl .embla__button--next,
.cid-uvmSO1uOcl .embla__button--prev {
  display: flex;
}
.cid-uvmSO1uOcl .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #c7fcb5 !important;
  color: #144031 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uvmSO1uOcl .embla__button:hover {
  opacity: .6 !important;
}
.cid-uvmSO1uOcl .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uvmSO1uOcl .embla__button.embla__button--next {
  right: 0;
}
.cid-uvmSO1uOcl .embla {
  position: relative;
  width: 100%;
}
.cid-uvmSO1uOcl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uvmSO1uOcl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvmSO1uOcl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvmSO1uOcl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvmSO2HSCJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvmSO2HSCJ .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvmSO2HSCJ .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvmSO2HSCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmSO2HSCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmSO2HSCJ .container {
    padding: 0 30px;
  }
}
.cid-uvmSO2HSCJ .row {
  justify-content: center;
}
.cid-uvmSO2HSCJ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #cadefc;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #b2c1d6;
}
.cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #003077;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uvmSO2HSCJ .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uvmSO2HSCJ .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvmSO2HSCJ .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uvmSO2HSCJ .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uvmSO2HSCJ .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uvmSO2HSCJ .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvmSO2HSCJ .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvmSO2HSCJ .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uvmSO2HSCJ .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uvmSO2HSCJ .mbr-desc {
  color: #ffffff;
}
.cid-uvmSO2HSCJ .mbr-section-title {
  color: #ffffff;
}
.cid-uvmSO2HSCJ .mbr-text {
  color: #ffffff;
}
.cid-uvmSO3jrmU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvmSO3jrmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmSO3jrmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmSO3jrmU .container {
    padding: 0 30px;
  }
}
.cid-uvmSO3jrmU .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvmSO3jrmU .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-uvmSO3jrmU .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uvmSO3jrmU .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uvmSO3jrmU .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #6a85ac;
}
.cid-uvmSO3jrmU .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #003077;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uvmSO3jrmU .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uvmSO3jrmU .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.cid-uvmSO3jrmU .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-uvmSO3jrmU .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvmSO3jrmU .item-title {
  color: #144031;
}
.cid-uvmSO3jrmU .item-text {
  color: #ffffff;
}
.cid-uvmSO3jrmU .item-title,
.cid-uvmSO3jrmU .icon-wrapper {
  color: #ffffff;
}
.cid-uvmSO3QGu1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvmSO3QGu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmSO3QGu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmSO3QGu1 .container {
    padding: 0 30px;
  }
}
.cid-uvmSO3QGu1 .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-uvmSO3QGu1 .content-wrapper {
    display: block;
  }
}
.cid-uvmSO3QGu1 .content-wrapper .card {
  justify-content: center;
}
.cid-uvmSO3QGu1 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmSO3QGu1 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uvmSO3QGu1 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uvmSO3QGu1 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uvmSO3QGu1 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmSO3QGu1 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uvmSO3QGu1 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #6a85ac;
  opacity: .9;
  z-index: 1;
}
.cid-uvmSO3QGu1 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvmSO3QGu1 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #cadefc;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uvmSO3QGu1 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uvmSO3QGu1 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uvmSO3QGu1 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uvmSO3QGu1 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvmSO3QGu1 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
@media (max-width: 992px) {
  .cid-uvmSO3QGu1 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uvmSO3QGu1 .mbr-section-title {
  color: #144031;
}
.cid-uvmSO3QGu1 .mbr-text {
  color: #0a4db0;
}
.cid-uvmSO3QGu1 .list {
  color: #144031;
}
.cid-uvmSO3QGu1 .mbr-section-title,
.cid-uvmSO3QGu1 .mbr-section-btn {
  color: #003077;
}
.cid-uvmSO4su5u {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-15-1600x1200.jpg");
}
.cid-uvmSO4su5u .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvmSO4su5u .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvmSO4su5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmSO4su5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmSO4su5u .container {
    padding: 0 30px;
  }
}
.cid-uvmSO4su5u .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvmSO4su5u .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvmSO4su5u .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uvmSO4su5u .text-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uvmSO4su5u .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uvmSO4su5u .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvmSO4su5u .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvmSO4su5u .mbr-text {
  color: #ffffff;
}
.cid-uvmSO4YEcu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #003077;
}
.cid-uvmSO4YEcu .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvmSO4YEcu .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvmSO4YEcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmSO4YEcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmSO4YEcu .container {
    padding: 0 30px;
  }
}
.cid-uvmSO4YEcu .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvmSO4YEcu .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvmSO4YEcu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvmSO4YEcu .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvmSO4YEcu .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 630px;
}
@media (max-width: 992px) {
  .cid-uvmSO4YEcu .box .mbr-media {
    height: 350px;
  }
}
.cid-uvmSO4YEcu .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvmSO4YEcu .box .mbr-media .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvmSO4YEcu .mbr-media {
  position: relative;
}
.cid-uvmSO4YEcu .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvmSO4YEcu a:hover {
  background-image: none !important;
}
.cid-uvmSO4YEcu .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #003077;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uvmSO4YEcu .icon-wrap:hover,
.cid-uvmSO4YEcu .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-uvmSO4YEcu .icon-wrap:hover .mbr-iconfont,
.cid-uvmSO4YEcu .icon-wrap:focus .mbr-iconfont {
  color: #003077;
}
.cid-uvmSO4YEcu .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvmSO4YEcu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvmSO4YEcu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvmSO4YEcu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvmSO4YEcu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvmSO4YEcu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvmSO4YEcu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvmSO5R1gA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvmSO5R1gA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmSO5R1gA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmSO5R1gA .container {
    padding: 0 30px;
  }
}
.cid-uvmSO5R1gA .row {
  justify-content: center;
}
.cid-uvmSO5R1gA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvmSO5R1gA .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvmSO5R1gA .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvmSO5R1gA .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uvmSO5R1gA .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uvmSO5R1gA .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uvmSO5R1gA .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvmSO5R1gA .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
.cid-uvmSO5R1gA .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvmSO5R1gA .mbr-text {
  color: #003077;
}
.cid-uvmSO5R1gA .list,
.cid-uvmSO5R1gA .item-wrap {
  color: #003077;
}
.cid-uvmSO0t48I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-20-1600x1200.jpg");
}
.cid-uvmSO0t48I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmSO0t48I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmSO0t48I .container {
    padding: 0 30px;
  }
}
.cid-uvmSO0t48I .row {
  justify-content: center;
}
.cid-uvmSO0t48I .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uvmSO0t48I .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uvmSO0t48I .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uvmSO0t48I .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvmSO0t48I .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvmSO0t48I .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvmSO0t48I .mbr-section-title {
  color: #ffffff;
}
.cid-uvmSO0t48I .mbr-text {
  color: #ffffff;
}
.cid-uvmSO0t48I .mbr-section-title,
.cid-uvmSO0t48I .mbr-section-btn {
  text-align: center;
}
.cid-uvmSO6qNHJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvmSO6qNHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmSO6qNHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmSO6qNHJ .container {
    padding: 0 30px;
  }
}
.cid-uvmSO6qNHJ .row {
  justify-content: center;
}
.cid-uvmSO6qNHJ .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #003077;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvmSO6qNHJ .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uvmSO6qNHJ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvmSO6qNHJ .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uvmSO6qNHJ .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvmSO6qNHJ .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uvmSO6qNHJ .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uvmSO6qNHJ .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uvmSO6qNHJ .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uvmSO6qNHJ .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #0a4db0;
}
.cid-uvmSO6qNHJ .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #003077;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvmSO6qNHJ .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uvmSO6qNHJ .mbr-desc {
  color: #003077;
}
.cid-uvmSO7GmGT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvmSO7GmGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmSO7GmGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmSO7GmGT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvmSO7GmGT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uvmSO7GmGT .container {
    padding: 0 30px;
  }
}
.cid-uvmSO7GmGT .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvmSO7GmGT .row {
    padding-bottom: 50px;
  }
}
.cid-uvmSO7GmGT .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvmSO7GmGT .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvmSO7GmGT .card {
  justify-content: center;
}
.cid-uvmSO7GmGT .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvmSO7GmGT .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvmSO7GmGT .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvmSO7GmGT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvmSO7GmGT .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvmSO7GmGT .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvmSO7GmGT .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvmSO7GmGT .nav-wrapper .list .item-wrap:hover::before,
.cid-uvmSO7GmGT .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvmSO7GmGT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uvmSO7GmGT .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uvmSO7GmGT .mbr-section-title {
  color: #144031;
}
.cid-uvmSO7GmGT .list {
  color: #144031;
}
.cid-uvmSO7GmGT .mbr-section-title,
.cid-uvmSO7GmGT .title-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uvmSO7GmGT .list,
.cid-uvmSO7GmGT .item-wrap {
  color: #ffffff;
}
.cid-uvmUeXPoAg {
  background-color: transparent;
}
.cid-uvmUeXPoAg .navbar-dropdown {
  background-color: #003077 !important;
  padding: 0;
}
.cid-uvmUeXPoAg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003077 !important;
  background: #003077;
}
.cid-uvmUeXPoAg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvmUeXPoAg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvmUeXPoAg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvmUeXPoAg .menu_box .navbar.opened,
  .cid-uvmUeXPoAg .menu_box .navbar-collapse {
    background-color: #003077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvmUeXPoAg .navbar-dropdown {
  position: relative !important;
}
.cid-uvmUeXPoAg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvmUeXPoAg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvmUeXPoAg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvmUeXPoAg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvmUeXPoAg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvmUeXPoAg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uvmUeXPoAg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvmUeXPoAg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvmUeXPoAg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvmUeXPoAg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvmUeXPoAg .offcanvas-body .mbr-text,
  .cid-uvmUeXPoAg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvmUeXPoAg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvmUeXPoAg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvmUeXPoAg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uvmUeXPoAg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvmUeXPoAg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvmUeXPoAg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvmUeXPoAg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvmUeXPoAg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvmUeXPoAg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvmUeXPoAg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uvmUeXPoAg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvmUeXPoAg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvmUeXPoAg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uvmUeXPoAg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uvmUeXPoAg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvmUeXPoAg .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uvmUeXPoAg .nav-item {
    margin: 0 !important;
  }
}
.cid-uvmUeXPoAg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uvmUeXPoAg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvmUeXPoAg .nav-item .nav-link:hover,
.cid-uvmUeXPoAg .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uvmUeXPoAg .nav-item .nav-link:hover:before,
.cid-uvmUeXPoAg .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uvmUeXPoAg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvmUeXPoAg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvmUeXPoAg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvmUeXPoAg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvmUeXPoAg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvmUeXPoAg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvmUeXPoAg .offcanvas_box {
    display: none;
  }
}
.cid-uvmUeXPoAg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvmUeXPoAg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvmUeXPoAg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvmUeXPoAg .container {
  display: flex;
  margin: auto;
}
.cid-uvmUeXPoAg .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvmUeXPoAg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvmUeXPoAg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvmUeXPoAg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvmUeXPoAg .navbar-nav {
    margin: 0;
  }
}
.cid-uvmUeXPoAg .dropdown-menu,
.cid-uvmUeXPoAg .navbar.opened {
  background-color: false !important;
}
.cid-uvmUeXPoAg .nav-item:focus,
.cid-uvmUeXPoAg .nav-link:focus {
  outline: none;
}
.cid-uvmUeXPoAg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvmUeXPoAg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvmUeXPoAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvmUeXPoAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvmUeXPoAg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvmUeXPoAg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvmUeXPoAg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvmUeXPoAg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvmUeXPoAg .navbar.opened {
  transition: all 0.3s;
}
.cid-uvmUeXPoAg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvmUeXPoAg .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uvmUeXPoAg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uvmUeXPoAg .navbar.collapsed {
  justify-content: center;
}
.cid-uvmUeXPoAg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvmUeXPoAg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvmUeXPoAg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvmUeXPoAg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvmUeXPoAg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvmUeXPoAg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvmUeXPoAg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvmUeXPoAg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvmUeXPoAg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvmUeXPoAg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvmUeXPoAg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvmUeXPoAg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvmUeXPoAg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvmUeXPoAg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvmUeXPoAg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvmUeXPoAg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvmUeXPoAg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvmUeXPoAg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvmUeXPoAg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvmUeXPoAg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvmUeXPoAg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvmUeXPoAg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvmUeXPoAg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvmUeXPoAg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvmUeXPoAg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uvmUeXPoAg .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uvmUeXPoAg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvmUeXPoAg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvmUeXPoAg .dropdown-item.active,
.cid-uvmUeXPoAg .dropdown-item:active {
  background-color: transparent;
}
.cid-uvmUeXPoAg .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uvmUeXPoAg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvmUeXPoAg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvmUeXPoAg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvmUeXPoAg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvmUeXPoAg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvmUeXPoAg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003077;
  background: #ffffff;
}
.cid-uvmUeXPoAg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uvmUeXPoAg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvmUeXPoAg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvmUeXPoAg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvmUeXPoAg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvmUeXPoAg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvmUeXPoAg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvmUeXPoAg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvmUeXPoAg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvmUeXPoAg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvmUeXPoAg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvmUeXPoAg .navbar {
    height: 70px;
  }
  .cid-uvmUeXPoAg .navbar.opened {
    height: auto;
  }
  .cid-uvmUeXPoAg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvmUeXPoAg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvmUeXPoAg .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uvmUeXPoAg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvmUeXPoAg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uvmUeXPoAg .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uvmUeXPoAg .navbar-caption:hover {
  color: #cadefc;
}
@media (min-width: 992px) {
  .cid-uvmUeXPoAg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvmUeXPoAg .text_widget {
  margin-bottom: 32px;
}
.cid-uvmUeXPoAg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvmUeXPoAg .text_widget a:hover,
.cid-uvmUeXPoAg .text_widget a:focus {
  opacity: .8;
}
.cid-uvmUeXPoAg .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uvmUeXPoAg .contacts-wrapper {
    display: none;
  }
}
.cid-uvmUeXPoAg .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uvmUeXPoAg .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uvmUeXPoAg .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvmUeXPoAg .contacts-wrapper a .mbr-contact:hover:before,
.cid-uvmUeXPoAg .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uvmUeXPoAg .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uvmUeXPoAg .navbar-caption {
  color: #c7fcb5;
}
.cid-uvmUeXPoAg .mbr-contact {
  color: #ffffff;
}
.cid-uvmUeXPoAg .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uvmUeXPoAg .mbr-section-subtitle,
.cid-uvmUeXPoAg .text_widget,
.cid-uvmUeXPoAg .mbr-section-btn {
  text-align: center;
}
.cid-uvmUeXPoAg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvmUw0yMd1 {
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-15-1600x1200.jpg");
}
.cid-uvmUw0yMd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUw0yMd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmUw0yMd1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uvmUw0yMd1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uvmUw0yMd1 .container {
    padding: 0 20px;
  }
}
.cid-uvmUw0yMd1 .row {
  justify-content: center;
}
.cid-uvmUw0yMd1 .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uvmUw0yMd1 .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uvmUw0yMd1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvmUw0yMd1 .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-uvmUw0yMd1 .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uvmUw0yMd1 .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uvmUw0yMd1 .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uvmUw0yMd1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-uvmUw0yMd1 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvmUw0yMd1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvmUw0yMd1 .mbr-text {
  color: #ffffff;
}
.cid-uvmUf42ISS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvmUf42ISS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUf42ISS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmUf42ISS .container {
    padding: 0 30px;
  }
}
.cid-uvmUf42ISS .row {
  justify-content: center;
}
.cid-uvmUf42ISS .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #003077;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvmUf42ISS .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uvmUf42ISS .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvmUf42ISS .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uvmUf42ISS .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvmUf42ISS .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uvmUf42ISS .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uvmUf42ISS .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uvmUf42ISS .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uvmUf42ISS .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #0a4db0;
}
.cid-uvmUf42ISS .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #003077;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvmUf42ISS .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uvmUf42ISS .mbr-desc {
  color: #003077;
}
.cid-uvmVAaLUlJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-27-1600x1200.jpg");
}
.cid-uvmVAaLUlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmVAaLUlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmVAaLUlJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvmVAaLUlJ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvmVAaLUlJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvmVAaLUlJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uvmVAaLUlJ .container {
    padding: 0 12px;
  }
}
.cid-uvmVAaLUlJ .image-wrapper img,
.cid-uvmVAaLUlJ .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .cid-uvmVAaLUlJ .image-wrapper img,
  .cid-uvmVAaLUlJ .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .cid-uvmVAaLUlJ .image-wrapper img,
  .cid-uvmVAaLUlJ .image-wrap img {
    margin-right: 16px;
  }
  .cid-uvmVAaLUlJ .image-wrapper img:nth-child(2n),
  .cid-uvmVAaLUlJ .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-uvmVAaLUlJ .image-wrapper img,
  .cid-uvmVAaLUlJ .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.cid-uvmVAaLUlJ .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .cid-uvmVAaLUlJ .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.cid-uvmVAaLUlJ .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvmVAaLUlJ .image-wrapper img {
    margin-bottom: 0;
  }
}
.cid-uvmVAaLUlJ .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uvmVAaLUlJ .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.cid-uvmVAaLUlJ .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvmVAaLUlJ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uvmVAaLUlJ .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvmVAaLUlJ .content-wrapper .mbr-section-title {
    margin-bottom: 56px;
  }
}
.cid-uvmVAaLUlJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvmVAaLUlJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvmVAaLUlJ .mbr-text {
  color: #ffffff;
}
.cid-uvmUeYqMuo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvmUeYqMuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUeYqMuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmUeYqMuo .container {
    padding: 0 30px;
  }
}
.cid-uvmUeYqMuo .items-wrapper .item:first-child {
  position: relative;
}
.cid-uvmUeYqMuo .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-uvmUeYqMuo .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uvmUeYqMuo .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-uvmUeYqMuo .items-wrapper .item:last-child {
  position: relative;
}
.cid-uvmUeYqMuo .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-uvmUeYqMuo .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uvmUeYqMuo .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uvmUeYqMuo .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uvmUeYqMuo .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvmUeYqMuo .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uvmUeYqMuo .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmUeYqMuo .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uvmUeYqMuo .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uvmUeYqMuo .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmUeYqMuo .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uvmUeYqMuo .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uvmUeYqMuo .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uvmUeYqMuo .item-title {
  color: #144031;
}
.cid-uvmUeYqMuo .item-text {
  color: #003077;
}
.cid-uvmUeYqMuo .item-title,
.cid-uvmUeYqMuo .mbr-section-btn {
  color: #003077;
}
.cid-uvmUf3tjJW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-20-1600x1200.jpg");
}
.cid-uvmUf3tjJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUf3tjJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmUf3tjJW .container {
    padding: 0 30px;
  }
}
.cid-uvmUf3tjJW .row {
  justify-content: center;
}
.cid-uvmUf3tjJW .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uvmUf3tjJW .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uvmUf3tjJW .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uvmUf3tjJW .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvmUf3tjJW .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvmUf3tjJW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvmUf3tjJW .mbr-section-title {
  color: #ffffff;
}
.cid-uvmUf3tjJW .mbr-text {
  color: #ffffff;
}
.cid-uvmUf3tjJW .mbr-section-title,
.cid-uvmUf3tjJW .mbr-section-btn {
  text-align: center;
}
.cid-uvmUeYR1O7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cadefc;
}
.cid-uvmUeYR1O7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uvmUeYR1O7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvmUeYR1O7 .embla__slide .slide-content {
  width: 100%;
}
.cid-uvmUeYR1O7 .embla__slide .slide-content .item-wrapper .item-img {
  padding: 0 1px;
}
.cid-uvmUeYR1O7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uvmUeYR1O7 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvmUeYR1O7 .embla__button--next,
.cid-uvmUeYR1O7 .embla__button--prev {
  display: flex;
}
.cid-uvmUeYR1O7 .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #c7fcb5 !important;
  color: #144031 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uvmUeYR1O7 .embla__button:hover {
  opacity: .6 !important;
}
.cid-uvmUeYR1O7 .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uvmUeYR1O7 .embla__button.embla__button--next {
  right: 0;
}
.cid-uvmUeYR1O7 .embla {
  position: relative;
  width: 100%;
}
.cid-uvmUeYR1O7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uvmUeYR1O7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvmUeYR1O7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvmUeYR1O7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvmUeZZ1M3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvmUeZZ1M3 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvmUeZZ1M3 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvmUeZZ1M3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUeZZ1M3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmUeZZ1M3 .container {
    padding: 0 30px;
  }
}
.cid-uvmUeZZ1M3 .row {
  justify-content: center;
}
.cid-uvmUeZZ1M3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #cadefc;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #b2c1d6;
}
.cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #003077;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uvmUeZZ1M3 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uvmUeZZ1M3 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvmUeZZ1M3 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uvmUeZZ1M3 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uvmUeZZ1M3 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uvmUeZZ1M3 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvmUeZZ1M3 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvmUeZZ1M3 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uvmUeZZ1M3 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uvmUeZZ1M3 .mbr-desc {
  color: #ffffff;
}
.cid-uvmUeZZ1M3 .mbr-section-title {
  color: #ffffff;
}
.cid-uvmUeZZ1M3 .mbr-text {
  color: #ffffff;
}
.cid-uvmUf0I3N5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvmUf0I3N5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUf0I3N5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmUf0I3N5 .container {
    padding: 0 30px;
  }
}
.cid-uvmUf0I3N5 .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvmUf0I3N5 .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-uvmUf0I3N5 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uvmUf0I3N5 .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uvmUf0I3N5 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #6a85ac;
}
.cid-uvmUf0I3N5 .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #003077;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uvmUf0I3N5 .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uvmUf0I3N5 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.cid-uvmUf0I3N5 .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-uvmUf0I3N5 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvmUf0I3N5 .item-title {
  color: #144031;
}
.cid-uvmUf0I3N5 .item-text {
  color: #ffffff;
}
.cid-uvmUf0I3N5 .item-title,
.cid-uvmUf0I3N5 .icon-wrapper {
  color: #ffffff;
}
.cid-uvmUf1cRva {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvmUf1cRva .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUf1cRva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmUf1cRva .container {
    padding: 0 30px;
  }
}
.cid-uvmUf1cRva .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-uvmUf1cRva .content-wrapper {
    display: block;
  }
}
.cid-uvmUf1cRva .content-wrapper .card {
  justify-content: center;
}
.cid-uvmUf1cRva .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmUf1cRva .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uvmUf1cRva .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uvmUf1cRva .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uvmUf1cRva .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvmUf1cRva .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uvmUf1cRva .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #6a85ac;
  opacity: .9;
  z-index: 1;
}
.cid-uvmUf1cRva .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvmUf1cRva .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #cadefc;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uvmUf1cRva .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uvmUf1cRva .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uvmUf1cRva .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uvmUf1cRva .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvmUf1cRva .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
@media (max-width: 992px) {
  .cid-uvmUf1cRva .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uvmUf1cRva .mbr-section-title {
  color: #144031;
}
.cid-uvmUf1cRva .mbr-text {
  color: #0a4db0;
}
.cid-uvmUf1cRva .list {
  color: #144031;
}
.cid-uvmUf1cRva .mbr-section-title,
.cid-uvmUf1cRva .mbr-section-btn {
  color: #003077;
}
.cid-uvmUf1K66y {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-15-1600x1200.jpg");
}
.cid-uvmUf1K66y .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvmUf1K66y .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvmUf1K66y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUf1K66y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmUf1K66y .container {
    padding: 0 30px;
  }
}
.cid-uvmUf1K66y .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvmUf1K66y .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvmUf1K66y .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uvmUf1K66y .text-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uvmUf1K66y .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uvmUf1K66y .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvmUf1K66y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvmUf1K66y .mbr-text {
  color: #ffffff;
}
.cid-uvmUf2dxWL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #003077;
}
.cid-uvmUf2dxWL .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvmUf2dxWL .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvmUf2dxWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUf2dxWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmUf2dxWL .container {
    padding: 0 30px;
  }
}
.cid-uvmUf2dxWL .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvmUf2dxWL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvmUf2dxWL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvmUf2dxWL .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvmUf2dxWL .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 630px;
}
@media (max-width: 992px) {
  .cid-uvmUf2dxWL .box .mbr-media {
    height: 350px;
  }
}
.cid-uvmUf2dxWL .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvmUf2dxWL .box .mbr-media .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvmUf2dxWL .mbr-media {
  position: relative;
}
.cid-uvmUf2dxWL .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvmUf2dxWL a:hover {
  background-image: none !important;
}
.cid-uvmUf2dxWL .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #003077;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uvmUf2dxWL .icon-wrap:hover,
.cid-uvmUf2dxWL .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-uvmUf2dxWL .icon-wrap:hover .mbr-iconfont,
.cid-uvmUf2dxWL .icon-wrap:focus .mbr-iconfont {
  color: #003077;
}
.cid-uvmUf2dxWL .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvmUf2dxWL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvmUf2dxWL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvmUf2dxWL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvmUf2dxWL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvmUf2dxWL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvmUf2dxWL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvmUf2ZVWG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvmUf2ZVWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUf2ZVWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmUf2ZVWG .container {
    padding: 0 30px;
  }
}
.cid-uvmUf2ZVWG .row {
  justify-content: center;
}
.cid-uvmUf2ZVWG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvmUf2ZVWG .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvmUf2ZVWG .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvmUf2ZVWG .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uvmUf2ZVWG .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uvmUf2ZVWG .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uvmUf2ZVWG .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvmUf2ZVWG .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
.cid-uvmUf2ZVWG .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvmUf2ZVWG .mbr-text {
  color: #003077;
}
.cid-uvmUf2ZVWG .list,
.cid-uvmUf2ZVWG .item-wrap {
  color: #003077;
}
.cid-uvmUeX19zd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-20-1600x1200.jpg");
}
.cid-uvmUeX19zd .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvmUeX19zd .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvmUeX19zd .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvmUeX19zd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUeX19zd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvmUeX19zd .container {
    padding: 0 30px;
  }
}
.cid-uvmUeX19zd .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvmUeX19zd .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvmUeX19zd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvmUeX19zd .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvmUeX19zd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #0a4db0;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uvmUeX19zd .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uvmUeX19zd .mbr-desc {
  color: #cadefc;
  text-align: center;
}
.cid-uvmUeX19zd .mbr-section-title {
  color: #ffffff;
}
.cid-uvmUeX19zd .mbr-section-title,
.cid-uvmUeX19zd .mbr-section-btn {
  text-align: center;
}
.cid-uvmUf4z0gd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvmUf4z0gd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmUf4z0gd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmUf4z0gd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvmUf4z0gd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uvmUf4z0gd .container {
    padding: 0 30px;
  }
}
.cid-uvmUf4z0gd .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvmUf4z0gd .row {
    padding-bottom: 50px;
  }
}
.cid-uvmUf4z0gd .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvmUf4z0gd .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvmUf4z0gd .card {
  justify-content: center;
}
.cid-uvmUf4z0gd .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvmUf4z0gd .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvmUf4z0gd .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvmUf4z0gd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvmUf4z0gd .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvmUf4z0gd .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvmUf4z0gd .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvmUf4z0gd .nav-wrapper .list .item-wrap:hover::before,
.cid-uvmUf4z0gd .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvmUf4z0gd .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uvmUf4z0gd .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uvmUf4z0gd .mbr-section-title {
  color: #144031;
}
.cid-uvmUf4z0gd .list {
  color: #144031;
}
.cid-uvmUf4z0gd .mbr-section-title,
.cid-uvmUf4z0gd .title-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uvmUf4z0gd .list,
.cid-uvmUf4z0gd .item-wrap {
  color: #ffffff;
}
.cid-uvqNZ0s0xR {
  background-color: transparent;
}
.cid-uvqNZ0s0xR .navbar-dropdown {
  background-color: #003077 !important;
  padding: 0;
}
.cid-uvqNZ0s0xR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003077 !important;
  background: #003077;
}
.cid-uvqNZ0s0xR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqNZ0s0xR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvqNZ0s0xR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvqNZ0s0xR .menu_box .navbar.opened,
  .cid-uvqNZ0s0xR .menu_box .navbar-collapse {
    background-color: #003077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvqNZ0s0xR .navbar-dropdown {
  position: relative !important;
}
.cid-uvqNZ0s0xR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvqNZ0s0xR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqNZ0s0xR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvqNZ0s0xR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvqNZ0s0xR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvqNZ0s0xR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uvqNZ0s0xR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvqNZ0s0xR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvqNZ0s0xR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvqNZ0s0xR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvqNZ0s0xR .offcanvas-body .mbr-text,
  .cid-uvqNZ0s0xR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvqNZ0s0xR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvqNZ0s0xR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvqNZ0s0xR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uvqNZ0s0xR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvqNZ0s0xR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvqNZ0s0xR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvqNZ0s0xR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvqNZ0s0xR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvqNZ0s0xR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvqNZ0s0xR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uvqNZ0s0xR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvqNZ0s0xR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvqNZ0s0xR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uvqNZ0s0xR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uvqNZ0s0xR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvqNZ0s0xR .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uvqNZ0s0xR .nav-item {
    margin: 0 !important;
  }
}
.cid-uvqNZ0s0xR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uvqNZ0s0xR .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvqNZ0s0xR .nav-item .nav-link:hover,
.cid-uvqNZ0s0xR .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uvqNZ0s0xR .nav-item .nav-link:hover:before,
.cid-uvqNZ0s0xR .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uvqNZ0s0xR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvqNZ0s0xR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvqNZ0s0xR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvqNZ0s0xR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvqNZ0s0xR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvqNZ0s0xR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvqNZ0s0xR .offcanvas_box {
    display: none;
  }
}
.cid-uvqNZ0s0xR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvqNZ0s0xR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvqNZ0s0xR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvqNZ0s0xR .container {
  display: flex;
  margin: auto;
}
.cid-uvqNZ0s0xR .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvqNZ0s0xR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvqNZ0s0xR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvqNZ0s0xR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvqNZ0s0xR .navbar-nav {
    margin: 0;
  }
}
.cid-uvqNZ0s0xR .dropdown-menu,
.cid-uvqNZ0s0xR .navbar.opened {
  background-color: false !important;
}
.cid-uvqNZ0s0xR .nav-item:focus,
.cid-uvqNZ0s0xR .nav-link:focus {
  outline: none;
}
.cid-uvqNZ0s0xR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvqNZ0s0xR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqNZ0s0xR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvqNZ0s0xR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqNZ0s0xR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqNZ0s0xR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqNZ0s0xR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZ0s0xR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvqNZ0s0xR .navbar.opened {
  transition: all 0.3s;
}
.cid-uvqNZ0s0xR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvqNZ0s0xR .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uvqNZ0s0xR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uvqNZ0s0xR .navbar.collapsed {
  justify-content: center;
}
.cid-uvqNZ0s0xR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqNZ0s0xR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqNZ0s0xR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqNZ0s0xR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqNZ0s0xR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqNZ0s0xR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvqNZ0s0xR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvqNZ0s0xR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvqNZ0s0xR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvqNZ0s0xR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqNZ0s0xR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqNZ0s0xR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvqNZ0s0xR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqNZ0s0xR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvqNZ0s0xR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvqNZ0s0xR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvqNZ0s0xR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvqNZ0s0xR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvqNZ0s0xR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvqNZ0s0xR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvqNZ0s0xR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvqNZ0s0xR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvqNZ0s0xR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvqNZ0s0xR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvqNZ0s0xR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uvqNZ0s0xR .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uvqNZ0s0xR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvqNZ0s0xR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqNZ0s0xR .dropdown-item.active,
.cid-uvqNZ0s0xR .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqNZ0s0xR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uvqNZ0s0xR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqNZ0s0xR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqNZ0s0xR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvqNZ0s0xR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvqNZ0s0xR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvqNZ0s0xR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003077;
  background: #ffffff;
}
.cid-uvqNZ0s0xR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uvqNZ0s0xR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvqNZ0s0xR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqNZ0s0xR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqNZ0s0xR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvqNZ0s0xR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqNZ0s0xR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvqNZ0s0xR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvqNZ0s0xR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqNZ0s0xR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvqNZ0s0xR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqNZ0s0xR .navbar {
    height: 70px;
  }
  .cid-uvqNZ0s0xR .navbar.opened {
    height: auto;
  }
  .cid-uvqNZ0s0xR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqNZ0s0xR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvqNZ0s0xR .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uvqNZ0s0xR .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvqNZ0s0xR .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uvqNZ0s0xR .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uvqNZ0s0xR .navbar-caption:hover {
  color: #cadefc;
}
@media (min-width: 992px) {
  .cid-uvqNZ0s0xR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvqNZ0s0xR .text_widget {
  margin-bottom: 32px;
}
.cid-uvqNZ0s0xR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvqNZ0s0xR .text_widget a:hover,
.cid-uvqNZ0s0xR .text_widget a:focus {
  opacity: .8;
}
.cid-uvqNZ0s0xR .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uvqNZ0s0xR .contacts-wrapper {
    display: none;
  }
}
.cid-uvqNZ0s0xR .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uvqNZ0s0xR .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uvqNZ0s0xR .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvqNZ0s0xR .contacts-wrapper a .mbr-contact:hover:before,
.cid-uvqNZ0s0xR .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uvqNZ0s0xR .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uvqNZ0s0xR .navbar-caption {
  color: #c7fcb5;
}
.cid-uvqNZ0s0xR .mbr-contact {
  color: #ffffff;
}
.cid-uvqNZ0s0xR .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uvqNZ0s0xR .mbr-section-subtitle,
.cid-uvqNZ0s0xR .text_widget,
.cid-uvqNZ0s0xR .mbr-section-btn {
  text-align: center;
}
.cid-uvqNZ0s0xR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvqNZ1NiYm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvqNZ1NiYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZ1NiYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqNZ1NiYm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvqNZ1NiYm .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvqNZ1NiYm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvqNZ1NiYm .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvqNZ1NiYm .container {
    padding: 0 24px;
  }
}
.cid-uvqNZ1NiYm .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uvqNZ1NiYm .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvqNZ1NiYm .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvqNZ1NiYm .image-wrapper img {
    height: 400px;
  }
}
.cid-uvqNZ1NiYm .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uvqNZ1NiYm .content-wrapper {
    padding: 24px;
  }
}
.cid-uvqNZ1NiYm .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uvqNZ1NiYm .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvqNZ1NiYm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvqNZ1NiYm .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvqNZ1NiYm .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uvqNZ1NiYm .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uvqNZ1NiYm .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uvqNZ1NiYm .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uvqNZ1NiYm .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uvqNZ1NiYm .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uvqNZ1NiYm .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvqNZ1NiYm .mbr-section-title {
  color: #000000;
}
.cid-uvqNZ1NiYm .mbr-section-subtitle {
  color: #000000;
}
.cid-uvqNZ1NiYm .mbr-desc {
  color: #18212d;
}
.cid-uvqNZ1NiYm .mbr-text_1 {
  color: #000000;
}
.cid-uvqNZ1NiYm .mbr-text_2 {
  color: #18212d;
}
.cid-uvqNZ1NiYm .mbr-role {
  color: #18212d;
}
.cid-uvqNZ1NiYm .mbr-name {
  color: #18212d;
}
.cid-uvqNZ1NiYm .mbr-desc,
.cid-uvqNZ1NiYm .desc-wrapper {
  color: #003077;
}
.cid-uvqNZ1NiYm .mbr-role,
.cid-uvqNZ1NiYm .person-wrapper {
  color: #003077;
}
.cid-uvqNZ2xGf6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvqNZ2xGf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZ2xGf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqNZ2xGf6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvqNZ2xGf6 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvqNZ2xGf6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvqNZ2xGf6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvqNZ2xGf6 .container {
    padding: 0 24px;
  }
}
.cid-uvqNZ2xGf6 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvqNZ2xGf6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvqNZ2xGf6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvqNZ2xGf6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvqNZ2xGf6 .item {
  margin-bottom: 32px;
}
.cid-uvqNZ2xGf6 .item .item-wrapper .item-img {
  border: 16px solid #edeceb;
  background-color: #edeceb;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uvqNZ2xGf6 .item .item-wrapper .item-img:hover img,
.cid-uvqNZ2xGf6 .item .item-wrapper .item-img:focus img {
  transform: scale(1.1);
}
.cid-uvqNZ2xGf6 .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  border-radius: 1rem !important;
  transition: all 0.3s ease-in-out;
}
.cid-uvqNZ2xGf6 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uvqNZ2xGf6 .mbr-desc,
.cid-uvqNZ2xGf6 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uvqNZ3l3Zl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvqNZ3l3Zl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZ3l3Zl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZ3l3Zl .container {
    padding: 0 30px;
  }
}
.cid-uvqNZ3l3Zl .row {
  justify-content: center;
}
.cid-uvqNZ3l3Zl .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvqNZ3l3Zl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvqNZ3l3Zl .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #b2c1d6;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uvqNZ3l3Zl .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uvqNZ3l3Zl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uvqNZ3l3Zl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uvqNZ3l3Zl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvqNZ3l3Zl .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #003077;
  background-color: #b2c1d6;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uvqNZ3l3Zl .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uvqNZ3l3Zl .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uvqNZ3l3Zl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uvqNZ3l3Zl .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvqNZ3l3Zl .panel-title-edit {
  color: #003077;
}
.cid-uvqNZ3l3Zl .panel-text {
  color: #003077;
}
.cid-uvqNZ46SZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-27-1600x1200.jpg");
}
.cid-uvqNZ46SZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZ46SZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZ46SZi .container {
    padding: 0 30px;
  }
}
.cid-uvqNZ46SZi .row {
  justify-content: center;
}
.cid-uvqNZ46SZi .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uvqNZ46SZi .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uvqNZ46SZi .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uvqNZ46SZi .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvqNZ46SZi .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvqNZ46SZi .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvqNZ46SZi .mbr-section-title {
  color: #ffffff;
}
.cid-uvqNZ46SZi .mbr-text {
  color: #ffffff;
}
.cid-uvqNZ46SZi .mbr-section-title,
.cid-uvqNZ46SZi .mbr-section-btn {
  text-align: center;
}
.cid-uvqNZ4KH3a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvqNZ4KH3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZ4KH3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZ4KH3a .container {
    padding: 0 30px;
  }
}
.cid-uvqNZ4KH3a .items-wrapper .item:first-child {
  position: relative;
}
.cid-uvqNZ4KH3a .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-uvqNZ4KH3a .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uvqNZ4KH3a .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-uvqNZ4KH3a .items-wrapper .item:last-child {
  position: relative;
}
.cid-uvqNZ4KH3a .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-uvqNZ4KH3a .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uvqNZ4KH3a .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uvqNZ4KH3a .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uvqNZ4KH3a .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvqNZ4KH3a .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uvqNZ4KH3a .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvqNZ4KH3a .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uvqNZ4KH3a .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uvqNZ4KH3a .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvqNZ4KH3a .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uvqNZ4KH3a .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uvqNZ4KH3a .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uvqNZ4KH3a .item-title {
  color: #144031;
}
.cid-uvqNZ4KH3a .item-text {
  color: #003077;
}
.cid-uvqNZ4KH3a .item-title,
.cid-uvqNZ4KH3a .mbr-section-btn {
  color: #003077;
}
.cid-uvqNZ5yG1W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cadefc;
}
.cid-uvqNZ5yG1W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uvqNZ5yG1W .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvqNZ5yG1W .embla__slide .slide-content {
  width: 100%;
}
.cid-uvqNZ5yG1W .embla__slide .slide-content .item-wrapper .item-img {
  padding: 0 1px;
}
.cid-uvqNZ5yG1W .embla__slide .slide-content .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uvqNZ5yG1W .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvqNZ5yG1W .embla__button--next,
.cid-uvqNZ5yG1W .embla__button--prev {
  display: flex;
}
.cid-uvqNZ5yG1W .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #c7fcb5 !important;
  color: #144031 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uvqNZ5yG1W .embla__button:hover {
  opacity: .6 !important;
}
.cid-uvqNZ5yG1W .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uvqNZ5yG1W .embla__button.embla__button--next {
  right: 0;
}
.cid-uvqNZ5yG1W .embla {
  position: relative;
  width: 100%;
}
.cid-uvqNZ5yG1W .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uvqNZ5yG1W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvqNZ5yG1W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvqNZ5yG1W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvqNZ6MBV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvqNZ6MBV8 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvqNZ6MBV8 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvqNZ6MBV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZ6MBV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZ6MBV8 .container {
    padding: 0 30px;
  }
}
.cid-uvqNZ6MBV8 .row {
  justify-content: center;
}
.cid-uvqNZ6MBV8 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #cadefc;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #b2c1d6;
}
.cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #003077;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uvqNZ6MBV8 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uvqNZ6MBV8 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvqNZ6MBV8 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uvqNZ6MBV8 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uvqNZ6MBV8 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uvqNZ6MBV8 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvqNZ6MBV8 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvqNZ6MBV8 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uvqNZ6MBV8 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uvqNZ6MBV8 .mbr-desc {
  color: #ffffff;
}
.cid-uvqNZ6MBV8 .mbr-section-title {
  color: #ffffff;
}
.cid-uvqNZ6MBV8 .mbr-text {
  color: #ffffff;
}
.cid-uvqNZ7IITi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvqNZ7IITi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZ7IITi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZ7IITi .container {
    padding: 0 30px;
  }
}
.cid-uvqNZ7IITi .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvqNZ7IITi .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-uvqNZ7IITi .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uvqNZ7IITi .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uvqNZ7IITi .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #6a85ac;
}
.cid-uvqNZ7IITi .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #003077;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uvqNZ7IITi .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uvqNZ7IITi .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.cid-uvqNZ7IITi .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-uvqNZ7IITi .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvqNZ7IITi .item-title {
  color: #144031;
}
.cid-uvqNZ7IITi .item-text {
  color: #ffffff;
}
.cid-uvqNZ7IITi .item-title,
.cid-uvqNZ7IITi .icon-wrapper {
  color: #ffffff;
}
.cid-uvqNZ8wRlV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvqNZ8wRlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZ8wRlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZ8wRlV .container {
    padding: 0 30px;
  }
}
.cid-uvqNZ8wRlV .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-uvqNZ8wRlV .content-wrapper {
    display: block;
  }
}
.cid-uvqNZ8wRlV .content-wrapper .card {
  justify-content: center;
}
.cid-uvqNZ8wRlV .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvqNZ8wRlV .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uvqNZ8wRlV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uvqNZ8wRlV .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uvqNZ8wRlV .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvqNZ8wRlV .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uvqNZ8wRlV .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #6a85ac;
  opacity: .9;
  z-index: 1;
}
.cid-uvqNZ8wRlV .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvqNZ8wRlV .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #cadefc;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uvqNZ8wRlV .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uvqNZ8wRlV .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uvqNZ8wRlV .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uvqNZ8wRlV .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvqNZ8wRlV .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
@media (max-width: 992px) {
  .cid-uvqNZ8wRlV .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uvqNZ8wRlV .mbr-section-title {
  color: #144031;
}
.cid-uvqNZ8wRlV .mbr-text {
  color: #0a4db0;
}
.cid-uvqNZ8wRlV .list {
  color: #144031;
}
.cid-uvqNZ8wRlV .mbr-section-title,
.cid-uvqNZ8wRlV .mbr-section-btn {
  color: #003077;
}
.cid-uvqNZ9kGQg {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-15-1600x1200.jpg");
}
.cid-uvqNZ9kGQg .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvqNZ9kGQg .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvqNZ9kGQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZ9kGQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZ9kGQg .container {
    padding: 0 30px;
  }
}
.cid-uvqNZ9kGQg .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvqNZ9kGQg .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvqNZ9kGQg .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uvqNZ9kGQg .text-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uvqNZ9kGQg .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uvqNZ9kGQg .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvqNZ9kGQg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvqNZ9kGQg .mbr-text {
  color: #ffffff;
}
.cid-uvqNZaaA5D {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #003077;
}
.cid-uvqNZaaA5D .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvqNZaaA5D .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvqNZaaA5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZaaA5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZaaA5D .container {
    padding: 0 30px;
  }
}
.cid-uvqNZaaA5D .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvqNZaaA5D .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvqNZaaA5D .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvqNZaaA5D .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvqNZaaA5D .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 630px;
}
@media (max-width: 992px) {
  .cid-uvqNZaaA5D .box .mbr-media {
    height: 350px;
  }
}
.cid-uvqNZaaA5D .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvqNZaaA5D .box .mbr-media .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvqNZaaA5D .mbr-media {
  position: relative;
}
.cid-uvqNZaaA5D .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvqNZaaA5D a:hover {
  background-image: none !important;
}
.cid-uvqNZaaA5D .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #003077;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uvqNZaaA5D .icon-wrap:hover,
.cid-uvqNZaaA5D .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-uvqNZaaA5D .icon-wrap:hover .mbr-iconfont,
.cid-uvqNZaaA5D .icon-wrap:focus .mbr-iconfont {
  color: #003077;
}
.cid-uvqNZaaA5D .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvqNZaaA5D .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvqNZaaA5D .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvqNZaaA5D .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvqNZaaA5D .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvqNZaaA5D .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvqNZaaA5D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvqNZbsqcL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvqNZbsqcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZbsqcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZbsqcL .container {
    padding: 0 30px;
  }
}
.cid-uvqNZbsqcL .row {
  justify-content: center;
}
.cid-uvqNZbsqcL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvqNZbsqcL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvqNZbsqcL .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvqNZbsqcL .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uvqNZbsqcL .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uvqNZbsqcL .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uvqNZbsqcL .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvqNZbsqcL .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
.cid-uvqNZbsqcL .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvqNZbsqcL .mbr-text {
  color: #003077;
}
.cid-uvqNZbsqcL .list,
.cid-uvqNZbsqcL .item-wrap {
  color: #003077;
}
.cid-uvqNZckchD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvqNZckchD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZckchD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZckchD .container {
    padding: 0 30px;
  }
}
.cid-uvqNZckchD .row {
  justify-content: center;
}
.cid-uvqNZckchD .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #003077;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvqNZckchD .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uvqNZckchD .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZckchD .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uvqNZckchD .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvqNZckchD .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uvqNZckchD .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uvqNZckchD .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uvqNZckchD .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uvqNZckchD .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #0a4db0;
}
.cid-uvqNZckchD .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #003077;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvqNZckchD .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uvqNZckchD .mbr-desc {
  color: #003077;
}
.cid-uvqNZd8aXJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvqNZd8aXJ .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvqNZd8aXJ .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvqNZd8aXJ .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvqNZd8aXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZd8aXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvqNZd8aXJ .container {
    padding: 0 30px;
  }
}
.cid-uvqNZd8aXJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvqNZd8aXJ .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvqNZd8aXJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvqNZd8aXJ .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvqNZd8aXJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #0a4db0;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uvqNZd8aXJ .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uvqNZd8aXJ .mbr-desc {
  color: #cadefc;
  text-align: center;
}
.cid-uvqNZd8aXJ .mbr-section-title {
  color: #ffffff;
}
.cid-uvqNZd8aXJ .mbr-section-title,
.cid-uvqNZd8aXJ .mbr-section-btn {
  text-align: center;
}
.cid-uvqNZe5Phg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvqNZe5Phg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqNZe5Phg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqNZe5Phg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvqNZe5Phg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uvqNZe5Phg .container {
    padding: 0 30px;
  }
}
.cid-uvqNZe5Phg .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvqNZe5Phg .row {
    padding-bottom: 50px;
  }
}
.cid-uvqNZe5Phg .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvqNZe5Phg .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvqNZe5Phg .card {
  justify-content: center;
}
.cid-uvqNZe5Phg .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvqNZe5Phg .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvqNZe5Phg .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvqNZe5Phg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvqNZe5Phg .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvqNZe5Phg .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvqNZe5Phg .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvqNZe5Phg .nav-wrapper .list .item-wrap:hover::before,
.cid-uvqNZe5Phg .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvqNZe5Phg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uvqNZe5Phg .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uvqNZe5Phg .mbr-section-title {
  color: #144031;
}
.cid-uvqNZe5Phg .list {
  color: #144031;
}
.cid-uvqNZe5Phg .mbr-section-title,
.cid-uvqNZe5Phg .title-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uvqNZe5Phg .list,
.cid-uvqNZe5Phg .item-wrap {
  color: #ffffff;
}
.cid-uvhm5fvwdY {
  background-color: transparent;
}
.cid-uvhm5fvwdY .navbar-dropdown {
  background-color: #003077 !important;
  padding: 0;
}
.cid-uvhm5fvwdY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003077 !important;
  background: #003077;
}
.cid-uvhm5fvwdY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvhm5fvwdY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvhm5fvwdY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvhm5fvwdY .menu_box .navbar.opened,
  .cid-uvhm5fvwdY .menu_box .navbar-collapse {
    background-color: #003077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvhm5fvwdY .navbar-dropdown {
  position: relative !important;
}
.cid-uvhm5fvwdY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvhm5fvwdY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvhm5fvwdY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvhm5fvwdY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvhm5fvwdY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvhm5fvwdY .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uvhm5fvwdY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvhm5fvwdY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvhm5fvwdY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvhm5fvwdY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvhm5fvwdY .offcanvas-body .mbr-text,
  .cid-uvhm5fvwdY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvhm5fvwdY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvhm5fvwdY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvhm5fvwdY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uvhm5fvwdY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvhm5fvwdY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvhm5fvwdY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvhm5fvwdY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvhm5fvwdY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvhm5fvwdY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvhm5fvwdY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uvhm5fvwdY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvhm5fvwdY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvhm5fvwdY .lg_brand {
    margin: 0 1rem;
  }
  .cid-uvhm5fvwdY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uvhm5fvwdY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvhm5fvwdY .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uvhm5fvwdY .nav-item {
    margin: 0 !important;
  }
}
.cid-uvhm5fvwdY .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uvhm5fvwdY .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvhm5fvwdY .nav-item .nav-link:hover,
.cid-uvhm5fvwdY .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uvhm5fvwdY .nav-item .nav-link:hover:before,
.cid-uvhm5fvwdY .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uvhm5fvwdY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvhm5fvwdY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvhm5fvwdY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvhm5fvwdY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvhm5fvwdY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvhm5fvwdY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvhm5fvwdY .offcanvas_box {
    display: none;
  }
}
.cid-uvhm5fvwdY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvhm5fvwdY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvhm5fvwdY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvhm5fvwdY .container {
  display: flex;
  margin: auto;
}
.cid-uvhm5fvwdY .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvhm5fvwdY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvhm5fvwdY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvhm5fvwdY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvhm5fvwdY .navbar-nav {
    margin: 0;
  }
}
.cid-uvhm5fvwdY .dropdown-menu,
.cid-uvhm5fvwdY .navbar.opened {
  background-color: false !important;
}
.cid-uvhm5fvwdY .nav-item:focus,
.cid-uvhm5fvwdY .nav-link:focus {
  outline: none;
}
.cid-uvhm5fvwdY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvhm5fvwdY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvhm5fvwdY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvhm5fvwdY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvhm5fvwdY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvhm5fvwdY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvhm5fvwdY .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5fvwdY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvhm5fvwdY .navbar.opened {
  transition: all 0.3s;
}
.cid-uvhm5fvwdY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvhm5fvwdY .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uvhm5fvwdY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uvhm5fvwdY .navbar.collapsed {
  justify-content: center;
}
.cid-uvhm5fvwdY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvhm5fvwdY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvhm5fvwdY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvhm5fvwdY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvhm5fvwdY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvhm5fvwdY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvhm5fvwdY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvhm5fvwdY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvhm5fvwdY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvhm5fvwdY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvhm5fvwdY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvhm5fvwdY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvhm5fvwdY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvhm5fvwdY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvhm5fvwdY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvhm5fvwdY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvhm5fvwdY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvhm5fvwdY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvhm5fvwdY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvhm5fvwdY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvhm5fvwdY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvhm5fvwdY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvhm5fvwdY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvhm5fvwdY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvhm5fvwdY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uvhm5fvwdY .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uvhm5fvwdY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvhm5fvwdY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvhm5fvwdY .dropdown-item.active,
.cid-uvhm5fvwdY .dropdown-item:active {
  background-color: transparent;
}
.cid-uvhm5fvwdY .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uvhm5fvwdY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvhm5fvwdY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvhm5fvwdY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvhm5fvwdY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvhm5fvwdY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvhm5fvwdY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003077;
  background: #ffffff;
}
.cid-uvhm5fvwdY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uvhm5fvwdY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvhm5fvwdY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvhm5fvwdY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvhm5fvwdY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvhm5fvwdY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvhm5fvwdY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvhm5fvwdY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvhm5fvwdY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvhm5fvwdY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvhm5fvwdY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvhm5fvwdY .navbar {
    height: 70px;
  }
  .cid-uvhm5fvwdY .navbar.opened {
    height: auto;
  }
  .cid-uvhm5fvwdY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvhm5fvwdY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvhm5fvwdY .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uvhm5fvwdY .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvhm5fvwdY .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uvhm5fvwdY .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uvhm5fvwdY .navbar-caption:hover {
  color: #cadefc;
}
@media (min-width: 992px) {
  .cid-uvhm5fvwdY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvhm5fvwdY .text_widget {
  margin-bottom: 32px;
}
.cid-uvhm5fvwdY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvhm5fvwdY .text_widget a:hover,
.cid-uvhm5fvwdY .text_widget a:focus {
  opacity: .8;
}
.cid-uvhm5fvwdY .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uvhm5fvwdY .contacts-wrapper {
    display: none;
  }
}
.cid-uvhm5fvwdY .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uvhm5fvwdY .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uvhm5fvwdY .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvhm5fvwdY .contacts-wrapper a .mbr-contact:hover:before,
.cid-uvhm5fvwdY .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uvhm5fvwdY .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uvhm5fvwdY .navbar-caption {
  color: #c7fcb5;
}
.cid-uvhm5fvwdY .mbr-contact {
  color: #ffffff;
}
.cid-uvhm5fvwdY .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uvhm5fvwdY .mbr-section-subtitle,
.cid-uvhm5fvwdY .text_widget,
.cid-uvhm5fvwdY .mbr-section-btn {
  text-align: center;
}
.cid-uvhm5fvwdY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvhnaIWuio {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvhnaIWuio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhnaIWuio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvhnaIWuio .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvhnaIWuio .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvhnaIWuio .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvhnaIWuio .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvhnaIWuio .container {
    padding: 0 24px;
  }
}
.cid-uvhnaIWuio .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uvhnaIWuio .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvhnaIWuio .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvhnaIWuio .image-wrapper img {
    height: 400px;
  }
}
.cid-uvhnaIWuio .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uvhnaIWuio .content-wrapper {
    padding: 24px;
  }
}
.cid-uvhnaIWuio .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uvhnaIWuio .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvhnaIWuio .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvhnaIWuio .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvhnaIWuio .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uvhnaIWuio .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uvhnaIWuio .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uvhnaIWuio .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uvhnaIWuio .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uvhnaIWuio .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uvhnaIWuio .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvhnaIWuio .mbr-section-title {
  color: #0a4db0;
}
.cid-uvhnaIWuio .mbr-section-subtitle {
  color: #000000;
}
.cid-uvhnaIWuio .mbr-desc {
  color: #18212d;
}
.cid-uvhnaIWuio .mbr-text_1 {
  color: #000000;
}
.cid-uvhnaIWuio .mbr-text_2 {
  color: #18212d;
}
.cid-uvhnaIWuio .mbr-role {
  color: #18212d;
}
.cid-uvhnaIWuio .mbr-name {
  color: #18212d;
}
.cid-uvhnaIWuio .mbr-desc,
.cid-uvhnaIWuio .desc-wrapper {
  color: #003077;
}
.cid-uvhnaIWuio .mbr-role,
.cid-uvhnaIWuio .person-wrapper {
  color: #003077;
}
.cid-uvlF3Bvk8J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvlF3Bvk8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlF3Bvk8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlF3Bvk8J .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvlF3Bvk8J .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvlF3Bvk8J .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvlF3Bvk8J .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvlF3Bvk8J .container {
    padding: 0 24px;
  }
}
.cid-uvlF3Bvk8J .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvlF3Bvk8J .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvlF3Bvk8J .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvlF3Bvk8J .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvlF3Bvk8J .item {
  margin-bottom: 32px;
}
.cid-uvlF3Bvk8J .item .item-wrapper .item-img {
  border: 16px solid #edeceb;
  background-color: #edeceb;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uvlF3Bvk8J .item .item-wrapper .item-img:hover img,
.cid-uvlF3Bvk8J .item .item-wrapper .item-img:focus img {
  transform: scale(1.1);
}
.cid-uvlF3Bvk8J .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  border-radius: 1rem !important;
  transition: all 0.3s ease-in-out;
}
.cid-uvlF3Bvk8J .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uvlF3Bvk8J .mbr-desc,
.cid-uvlF3Bvk8J .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uvhpVH67Lf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvhpVH67Lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhpVH67Lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvhpVH67Lf .container {
    padding: 0 30px;
  }
}
.cid-uvhpVH67Lf .row {
  justify-content: center;
}
.cid-uvhpVH67Lf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvhpVH67Lf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvhpVH67Lf .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #b2c1d6;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uvhpVH67Lf .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uvhpVH67Lf .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uvhpVH67Lf .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uvhpVH67Lf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvhpVH67Lf .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #003077;
  background-color: #b2c1d6;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uvhpVH67Lf .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uvhpVH67Lf .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uvhpVH67Lf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uvhpVH67Lf .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvhpVH67Lf .panel-title-edit {
  color: #003077;
}
.cid-uvhpVH67Lf .panel-text {
  color: #003077;
}
.cid-uvhm5gDvd6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-27-1600x1200.jpg");
}
.cid-uvhm5gDvd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhm5gDvd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5gDvd6 .container {
    padding: 0 30px;
  }
}
.cid-uvhm5gDvd6 .row {
  justify-content: center;
}
.cid-uvhm5gDvd6 .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uvhm5gDvd6 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uvhm5gDvd6 .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uvhm5gDvd6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvhm5gDvd6 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvhm5gDvd6 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvhm5gDvd6 .mbr-section-title {
  color: #ffffff;
}
.cid-uvhm5gDvd6 .mbr-text {
  color: #ffffff;
}
.cid-uvhm5gDvd6 .mbr-section-title,
.cid-uvhm5gDvd6 .mbr-section-btn {
  text-align: center;
}
.cid-uvhm5hbBiS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvhm5hbBiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhm5hbBiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5hbBiS .container {
    padding: 0 30px;
  }
}
.cid-uvhm5hbBiS .items-wrapper .item:first-child {
  position: relative;
}
.cid-uvhm5hbBiS .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-uvhm5hbBiS .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uvhm5hbBiS .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-uvhm5hbBiS .items-wrapper .item:last-child {
  position: relative;
}
.cid-uvhm5hbBiS .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-uvhm5hbBiS .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uvhm5hbBiS .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uvhm5hbBiS .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uvhm5hbBiS .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvhm5hbBiS .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uvhm5hbBiS .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvhm5hbBiS .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uvhm5hbBiS .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uvhm5hbBiS .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvhm5hbBiS .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uvhm5hbBiS .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uvhm5hbBiS .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uvhm5hbBiS .item-title {
  color: #144031;
}
.cid-uvhm5hbBiS .item-text {
  color: #003077;
}
.cid-uvhm5hbBiS .item-title,
.cid-uvhm5hbBiS .mbr-section-btn {
  color: #003077;
}
.cid-uvhm5hHSyr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cadefc;
}
.cid-uvhm5hHSyr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uvhm5hHSyr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvhm5hHSyr .embla__slide .slide-content {
  width: 100%;
}
.cid-uvhm5hHSyr .embla__slide .slide-content .item-wrapper .item-img {
  padding: 0 1px;
}
.cid-uvhm5hHSyr .embla__slide .slide-content .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uvhm5hHSyr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvhm5hHSyr .embla__button--next,
.cid-uvhm5hHSyr .embla__button--prev {
  display: flex;
}
.cid-uvhm5hHSyr .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #c7fcb5 !important;
  color: #144031 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uvhm5hHSyr .embla__button:hover {
  opacity: .6 !important;
}
.cid-uvhm5hHSyr .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uvhm5hHSyr .embla__button.embla__button--next {
  right: 0;
}
.cid-uvhm5hHSyr .embla {
  position: relative;
  width: 100%;
}
.cid-uvhm5hHSyr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uvhm5hHSyr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvhm5hHSyr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvhm5hHSyr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvhm5iD0v2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvhm5iD0v2 .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvhm5iD0v2 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvhm5iD0v2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhm5iD0v2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5iD0v2 .container {
    padding: 0 30px;
  }
}
.cid-uvhm5iD0v2 .row {
  justify-content: center;
}
.cid-uvhm5iD0v2 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #cadefc;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #b2c1d6;
}
.cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #003077;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uvhm5iD0v2 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uvhm5iD0v2 .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvhm5iD0v2 .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uvhm5iD0v2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uvhm5iD0v2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uvhm5iD0v2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvhm5iD0v2 .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvhm5iD0v2 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uvhm5iD0v2 .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uvhm5iD0v2 .mbr-desc {
  color: #ffffff;
}
.cid-uvhm5iD0v2 .mbr-section-title {
  color: #ffffff;
}
.cid-uvhm5iD0v2 .mbr-text {
  color: #ffffff;
}
.cid-uvhm5kMAuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvhm5kMAuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhm5kMAuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5kMAuz .container {
    padding: 0 30px;
  }
}
.cid-uvhm5kMAuz .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvhm5kMAuz .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-uvhm5kMAuz .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uvhm5kMAuz .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uvhm5kMAuz .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #6a85ac;
}
.cid-uvhm5kMAuz .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #003077;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uvhm5kMAuz .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uvhm5kMAuz .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.cid-uvhm5kMAuz .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-uvhm5kMAuz .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvhm5kMAuz .item-title {
  color: #144031;
}
.cid-uvhm5kMAuz .item-text {
  color: #ffffff;
}
.cid-uvhm5kMAuz .item-title,
.cid-uvhm5kMAuz .icon-wrapper {
  color: #ffffff;
}
.cid-uvhm5lAlAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvhm5lAlAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhm5lAlAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5lAlAd .container {
    padding: 0 30px;
  }
}
.cid-uvhm5lAlAd .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-uvhm5lAlAd .content-wrapper {
    display: block;
  }
}
.cid-uvhm5lAlAd .content-wrapper .card {
  justify-content: center;
}
.cid-uvhm5lAlAd .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvhm5lAlAd .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uvhm5lAlAd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uvhm5lAlAd .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uvhm5lAlAd .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvhm5lAlAd .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uvhm5lAlAd .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #6a85ac;
  opacity: .9;
  z-index: 1;
}
.cid-uvhm5lAlAd .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvhm5lAlAd .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #cadefc;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uvhm5lAlAd .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uvhm5lAlAd .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uvhm5lAlAd .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uvhm5lAlAd .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvhm5lAlAd .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
@media (max-width: 992px) {
  .cid-uvhm5lAlAd .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uvhm5lAlAd .mbr-section-title {
  color: #144031;
}
.cid-uvhm5lAlAd .mbr-text {
  color: #0a4db0;
}
.cid-uvhm5lAlAd .list {
  color: #144031;
}
.cid-uvhm5lAlAd .mbr-section-title,
.cid-uvhm5lAlAd .mbr-section-btn {
  color: #003077;
}
.cid-uvhm5mlgaG {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-15-1600x1200.jpg");
}
.cid-uvhm5mlgaG .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvhm5mlgaG .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvhm5mlgaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhm5mlgaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5mlgaG .container {
    padding: 0 30px;
  }
}
.cid-uvhm5mlgaG .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvhm5mlgaG .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvhm5mlgaG .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uvhm5mlgaG .text-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uvhm5mlgaG .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uvhm5mlgaG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvhm5mlgaG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvhm5mlgaG .mbr-text {
  color: #ffffff;
}
.cid-uvhm5pN1rJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #003077;
}
.cid-uvhm5pN1rJ .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvhm5pN1rJ .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvhm5pN1rJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhm5pN1rJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5pN1rJ .container {
    padding: 0 30px;
  }
}
.cid-uvhm5pN1rJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvhm5pN1rJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvhm5pN1rJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvhm5pN1rJ .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvhm5pN1rJ .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 630px;
}
@media (max-width: 992px) {
  .cid-uvhm5pN1rJ .box .mbr-media {
    height: 350px;
  }
}
.cid-uvhm5pN1rJ .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvhm5pN1rJ .box .mbr-media .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvhm5pN1rJ .mbr-media {
  position: relative;
}
.cid-uvhm5pN1rJ .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvhm5pN1rJ a:hover {
  background-image: none !important;
}
.cid-uvhm5pN1rJ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #003077;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uvhm5pN1rJ .icon-wrap:hover,
.cid-uvhm5pN1rJ .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-uvhm5pN1rJ .icon-wrap:hover .mbr-iconfont,
.cid-uvhm5pN1rJ .icon-wrap:focus .mbr-iconfont {
  color: #003077;
}
.cid-uvhm5pN1rJ .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvhm5pN1rJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvhm5pN1rJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvhm5pN1rJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvhm5pN1rJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvhm5pN1rJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvhm5pN1rJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvhm5sCage {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvhm5sCage .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhm5sCage .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5sCage .container {
    padding: 0 30px;
  }
}
.cid-uvhm5sCage .row {
  justify-content: center;
}
.cid-uvhm5sCage .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvhm5sCage .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvhm5sCage .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvhm5sCage .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uvhm5sCage .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uvhm5sCage .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uvhm5sCage .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvhm5sCage .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
.cid-uvhm5sCage .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvhm5sCage .mbr-text {
  color: #003077;
}
.cid-uvhm5sCage .list,
.cid-uvhm5sCage .item-wrap {
  color: #003077;
}
.cid-uvhm5tG3dn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvhm5tG3dn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhm5tG3dn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5tG3dn .container {
    padding: 0 30px;
  }
}
.cid-uvhm5tG3dn .row {
  justify-content: center;
}
.cid-uvhm5tG3dn .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #003077;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvhm5tG3dn .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uvhm5tG3dn .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5tG3dn .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uvhm5tG3dn .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvhm5tG3dn .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uvhm5tG3dn .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uvhm5tG3dn .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uvhm5tG3dn .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uvhm5tG3dn .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #0a4db0;
}
.cid-uvhm5tG3dn .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #003077;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvhm5tG3dn .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uvhm5tG3dn .mbr-desc {
  color: #003077;
}
.cid-uvhm5wJos1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvhm5wJos1 .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvhm5wJos1 .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvhm5wJos1 .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvhm5wJos1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhm5wJos1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvhm5wJos1 .container {
    padding: 0 30px;
  }
}
.cid-uvhm5wJos1 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvhm5wJos1 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvhm5wJos1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvhm5wJos1 .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvhm5wJos1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #0a4db0;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uvhm5wJos1 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uvhm5wJos1 .mbr-desc {
  color: #cadefc;
  text-align: center;
}
.cid-uvhm5wJos1 .mbr-section-title {
  color: #ffffff;
}
.cid-uvhm5wJos1 .mbr-section-title,
.cid-uvhm5wJos1 .mbr-section-btn {
  text-align: center;
}
.cid-uvhm5xKxvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvhm5xKxvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhm5xKxvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvhm5xKxvj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvhm5xKxvj .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uvhm5xKxvj .container {
    padding: 0 30px;
  }
}
.cid-uvhm5xKxvj .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvhm5xKxvj .row {
    padding-bottom: 50px;
  }
}
.cid-uvhm5xKxvj .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvhm5xKxvj .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvhm5xKxvj .card {
  justify-content: center;
}
.cid-uvhm5xKxvj .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvhm5xKxvj .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvhm5xKxvj .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvhm5xKxvj .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvhm5xKxvj .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvhm5xKxvj .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvhm5xKxvj .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvhm5xKxvj .nav-wrapper .list .item-wrap:hover::before,
.cid-uvhm5xKxvj .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvhm5xKxvj .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uvhm5xKxvj .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uvhm5xKxvj .mbr-section-title {
  color: #144031;
}
.cid-uvhm5xKxvj .list {
  color: #144031;
}
.cid-uvhm5xKxvj .mbr-section-title,
.cid-uvhm5xKxvj .title-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uvhm5xKxvj .list,
.cid-uvhm5xKxvj .item-wrap {
  color: #ffffff;
}
.cid-uvVIQah3uj {
  background-color: transparent;
}
.cid-uvVIQah3uj .navbar-dropdown {
  background-color: #003077 !important;
  padding: 0;
}
.cid-uvVIQah3uj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #003077 !important;
  background: #003077;
}
.cid-uvVIQah3uj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvVIQah3uj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvVIQah3uj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvVIQah3uj .menu_box .navbar.opened,
  .cid-uvVIQah3uj .menu_box .navbar-collapse {
    background-color: #003077 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvVIQah3uj .navbar-dropdown {
  position: relative !important;
}
.cid-uvVIQah3uj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uvVIQah3uj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvVIQah3uj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvVIQah3uj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uvVIQah3uj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uvVIQah3uj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #eaffe2;
  }
  .cid-uvVIQah3uj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uvVIQah3uj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uvVIQah3uj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uvVIQah3uj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uvVIQah3uj .offcanvas-body .mbr-text,
  .cid-uvVIQah3uj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uvVIQah3uj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uvVIQah3uj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uvVIQah3uj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #144031;
  }
  .cid-uvVIQah3uj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uvVIQah3uj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uvVIQah3uj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uvVIQah3uj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uvVIQah3uj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uvVIQah3uj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvVIQah3uj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uvVIQah3uj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uvVIQah3uj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uvVIQah3uj .lg_brand {
    margin: 0 1rem;
  }
  .cid-uvVIQah3uj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uvVIQah3uj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uvVIQah3uj .nav-item {
    margin: 4px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uvVIQah3uj .nav-item {
    margin: 0 !important;
  }
}
.cid-uvVIQah3uj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uvVIQah3uj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvVIQah3uj .nav-item .nav-link:hover,
.cid-uvVIQah3uj .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uvVIQah3uj .nav-item .nav-link:hover:before,
.cid-uvVIQah3uj .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uvVIQah3uj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvVIQah3uj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvVIQah3uj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvVIQah3uj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvVIQah3uj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvVIQah3uj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvVIQah3uj .offcanvas_box {
    display: none;
  }
}
.cid-uvVIQah3uj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvVIQah3uj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uvVIQah3uj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvVIQah3uj .container {
  display: flex;
  margin: auto;
}
.cid-uvVIQah3uj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uvVIQah3uj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvVIQah3uj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvVIQah3uj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uvVIQah3uj .navbar-nav {
    margin: 0;
  }
}
.cid-uvVIQah3uj .dropdown-menu,
.cid-uvVIQah3uj .navbar.opened {
  background-color: false !important;
}
.cid-uvVIQah3uj .nav-item:focus,
.cid-uvVIQah3uj .nav-link:focus {
  outline: none;
}
.cid-uvVIQah3uj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvVIQah3uj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvVIQah3uj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvVIQah3uj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvVIQah3uj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvVIQah3uj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvVIQah3uj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQah3uj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvVIQah3uj .navbar.opened {
  transition: all 0.3s;
}
.cid-uvVIQah3uj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvVIQah3uj .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uvVIQah3uj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uvVIQah3uj .navbar.collapsed {
  justify-content: center;
}
.cid-uvVIQah3uj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvVIQah3uj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvVIQah3uj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvVIQah3uj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvVIQah3uj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvVIQah3uj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvVIQah3uj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvVIQah3uj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvVIQah3uj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvVIQah3uj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvVIQah3uj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvVIQah3uj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvVIQah3uj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvVIQah3uj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvVIQah3uj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvVIQah3uj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvVIQah3uj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvVIQah3uj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvVIQah3uj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvVIQah3uj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvVIQah3uj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvVIQah3uj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvVIQah3uj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvVIQah3uj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvVIQah3uj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 1440px) {
  .cid-uvVIQah3uj .navbar-brand {
    margin-right: 25px;
  }
}
.cid-uvVIQah3uj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uvVIQah3uj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvVIQah3uj .dropdown-item.active,
.cid-uvVIQah3uj .dropdown-item:active {
  background-color: transparent;
}
.cid-uvVIQah3uj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uvVIQah3uj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvVIQah3uj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvVIQah3uj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvVIQah3uj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvVIQah3uj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvVIQah3uj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003077;
  background: #ffffff;
}
.cid-uvVIQah3uj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #144031;
}
.cid-uvVIQah3uj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvVIQah3uj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvVIQah3uj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvVIQah3uj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvVIQah3uj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvVIQah3uj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvVIQah3uj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvVIQah3uj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvVIQah3uj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvVIQah3uj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvVIQah3uj .navbar {
    height: 70px;
  }
  .cid-uvVIQah3uj .navbar.opened {
    height: auto;
  }
  .cid-uvVIQah3uj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvVIQah3uj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uvVIQah3uj .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uvVIQah3uj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvVIQah3uj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uvVIQah3uj .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
  padding: 14px 25px;
}
.cid-uvVIQah3uj .navbar-caption:hover {
  color: #cadefc;
}
@media (min-width: 992px) {
  .cid-uvVIQah3uj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvVIQah3uj .text_widget {
  margin-bottom: 32px;
}
.cid-uvVIQah3uj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvVIQah3uj .text_widget a:hover,
.cid-uvVIQah3uj .text_widget a:focus {
  opacity: .8;
}
.cid-uvVIQah3uj .contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uvVIQah3uj .contacts-wrapper {
    display: none;
  }
}
.cid-uvVIQah3uj .contacts-wrapper a .mbr-contact {
  margin: 8px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-uvVIQah3uj .contacts-wrapper a .mbr-contact {
    margin: 8px 20px;
  }
}
.cid-uvVIQah3uj .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvVIQah3uj .contacts-wrapper a .mbr-contact:hover:before,
.cid-uvVIQah3uj .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uvVIQah3uj .mbr-section-subtitle {
  color: #144031;
  text-align: center;
}
.cid-uvVIQah3uj .navbar-caption {
  color: #c7fcb5;
}
.cid-uvVIQah3uj .mbr-contact {
  color: #ffffff;
}
.cid-uvVIQah3uj .mbr-text {
  color: #144031;
  text-align: center;
}
.cid-uvVIQah3uj .mbr-section-subtitle,
.cid-uvVIQah3uj .text_widget,
.cid-uvVIQah3uj .mbr-section-btn {
  text-align: center;
}
.cid-uvVIQah3uj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvVIQaQd79 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvVIQaQd79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQaQd79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvVIQaQd79 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvVIQaQd79 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvVIQaQd79 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvVIQaQd79 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvVIQaQd79 .container {
    padding: 0 24px;
  }
}
.cid-uvVIQaQd79 .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uvVIQaQd79 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvVIQaQd79 .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvVIQaQd79 .image-wrapper img {
    height: 400px;
  }
}
.cid-uvVIQaQd79 .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-uvVIQaQd79 .content-wrapper {
    padding: 24px;
  }
}
.cid-uvVIQaQd79 .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uvVIQaQd79 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvVIQaQd79 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvVIQaQd79 .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvVIQaQd79 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uvVIQaQd79 .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uvVIQaQd79 .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-uvVIQaQd79 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-uvVIQaQd79 .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-uvVIQaQd79 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uvVIQaQd79 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvVIQaQd79 .mbr-section-title {
  color: #000000;
}
.cid-uvVIQaQd79 .mbr-section-subtitle {
  color: #000000;
}
.cid-uvVIQaQd79 .mbr-desc {
  color: #18212d;
}
.cid-uvVIQaQd79 .mbr-text_1 {
  color: #000000;
}
.cid-uvVIQaQd79 .mbr-text_2 {
  color: #18212d;
}
.cid-uvVIQaQd79 .mbr-role {
  color: #18212d;
}
.cid-uvVIQaQd79 .mbr-name {
  color: #18212d;
}
.cid-uvVIQaQd79 .mbr-desc,
.cid-uvVIQaQd79 .desc-wrapper {
  color: #003077;
}
.cid-uvVIQaQd79 .mbr-role,
.cid-uvVIQaQd79 .person-wrapper {
  color: #003077;
}
.cid-uvVIQbdfxx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvVIQbdfxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQbdfxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvVIQbdfxx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvVIQbdfxx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvVIQbdfxx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvVIQbdfxx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvVIQbdfxx .container {
    padding: 0 24px;
  }
}
.cid-uvVIQbdfxx .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvVIQbdfxx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvVIQbdfxx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvVIQbdfxx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvVIQbdfxx .item {
  margin-bottom: 32px;
}
.cid-uvVIQbdfxx .item .item-wrapper .item-img {
  border: 16px solid #edeceb;
  background-color: #edeceb;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uvVIQbdfxx .item .item-wrapper .item-img:hover img,
.cid-uvVIQbdfxx .item .item-wrapper .item-img:focus img {
  transform: scale(1.1);
}
.cid-uvVIQbdfxx .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  border-radius: 1rem !important;
  transition: all 0.3s ease-in-out;
}
.cid-uvVIQbdfxx .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uvVIQbdfxx .mbr-desc,
.cid-uvVIQbdfxx .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uvVIQbIquj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvVIQbIquj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQbIquj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQbIquj .container {
    padding: 0 30px;
  }
}
.cid-uvVIQbIquj .row {
  justify-content: center;
}
.cid-uvVIQbIquj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvVIQbIquj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvVIQbIquj .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #b2c1d6;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uvVIQbIquj .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uvVIQbIquj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uvVIQbIquj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uvVIQbIquj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvVIQbIquj .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #003077;
  background-color: #b2c1d6;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uvVIQbIquj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uvVIQbIquj .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uvVIQbIquj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uvVIQbIquj .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvVIQbIquj .panel-title-edit {
  color: #003077;
}
.cid-uvVIQbIquj .panel-text {
  color: #003077;
}
.cid-uvVIQcajWA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-27-1600x1200.jpg");
}
.cid-uvVIQcajWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQcajWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQcajWA .container {
    padding: 0 30px;
  }
}
.cid-uvVIQcajWA .row {
  justify-content: center;
}
.cid-uvVIQcajWA .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uvVIQcajWA .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uvVIQcajWA .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uvVIQcajWA .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvVIQcajWA .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvVIQcajWA .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvVIQcajWA .mbr-section-title {
  color: #ffffff;
}
.cid-uvVIQcajWA .mbr-text {
  color: #ffffff;
}
.cid-uvVIQcajWA .mbr-section-title,
.cid-uvVIQcajWA .mbr-section-btn {
  text-align: center;
}
.cid-uvVIQcvz11 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvVIQcvz11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQcvz11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQcvz11 .container {
    padding: 0 30px;
  }
}
.cid-uvVIQcvz11 .items-wrapper .item:first-child {
  position: relative;
}
.cid-uvVIQcvz11 .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-uvVIQcvz11 .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uvVIQcvz11 .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-uvVIQcvz11 .items-wrapper .item:last-child {
  position: relative;
}
.cid-uvVIQcvz11 .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-uvVIQcvz11 .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uvVIQcvz11 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uvVIQcvz11 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uvVIQcvz11 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvVIQcvz11 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uvVIQcvz11 .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvVIQcvz11 .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uvVIQcvz11 .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uvVIQcvz11 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvVIQcvz11 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uvVIQcvz11 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uvVIQcvz11 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uvVIQcvz11 .item-title {
  color: #144031;
}
.cid-uvVIQcvz11 .item-text {
  color: #003077;
}
.cid-uvVIQcvz11 .item-title,
.cid-uvVIQcvz11 .mbr-section-btn {
  color: #003077;
}
.cid-uvVIQcXMsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cadefc;
}
.cid-uvVIQcXMsX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-uvVIQcXMsX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvVIQcXMsX .embla__slide .slide-content {
  width: 100%;
}
.cid-uvVIQcXMsX .embla__slide .slide-content .item-wrapper .item-img {
  padding: 0 1px;
}
.cid-uvVIQcXMsX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uvVIQcXMsX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvVIQcXMsX .embla__button--next,
.cid-uvVIQcXMsX .embla__button--prev {
  display: flex;
}
.cid-uvVIQcXMsX .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #c7fcb5 !important;
  color: #144031 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uvVIQcXMsX .embla__button:hover {
  opacity: .6 !important;
}
.cid-uvVIQcXMsX .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uvVIQcXMsX .embla__button.embla__button--next {
  right: 0;
}
.cid-uvVIQcXMsX .embla {
  position: relative;
  width: 100%;
}
.cid-uvVIQcXMsX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uvVIQcXMsX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvVIQcXMsX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvVIQcXMsX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvVIQdMeDk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvVIQdMeDk .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvVIQdMeDk .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fffcf5 0, #003077 43%, #0a4db0 100%);
}
.cid-uvVIQdMeDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQdMeDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQdMeDk .container {
    padding: 0 30px;
  }
}
.cid-uvVIQdMeDk .row {
  justify-content: center;
}
.cid-uvVIQdMeDk .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #cadefc;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #b2c1d6;
}
.cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #003077;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uvVIQdMeDk .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uvVIQdMeDk .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvVIQdMeDk .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uvVIQdMeDk .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uvVIQdMeDk .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uvVIQdMeDk .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvVIQdMeDk .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvVIQdMeDk .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uvVIQdMeDk .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uvVIQdMeDk .mbr-desc {
  color: #ffffff;
}
.cid-uvVIQdMeDk .mbr-section-title {
  color: #ffffff;
}
.cid-uvVIQdMeDk .mbr-text {
  color: #ffffff;
}
.cid-uvVIQejXfU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvVIQejXfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQejXfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQejXfU .container {
    padding: 0 30px;
  }
}
.cid-uvVIQejXfU .item .item-wrapper {
  margin: 0 0 40px 110px;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvVIQejXfU .item .item-wrapper {
    margin: 0 0 40px 0;
    padding-left: 30px;
  }
}
.cid-uvVIQejXfU .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uvVIQejXfU .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
}
.cid-uvVIQejXfU .item .item-wrapper .card-box .icon-wrapper .icon-wrap .circle-wrap {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #6a85ac;
}
.cid-uvVIQejXfU .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #003077;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-uvVIQejXfU .item .item-wrapper .card-box .icon-wrapper .icon-wrap::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  backdrop-filter: blur(5px);
  border-radius: 100%;
}
.cid-uvVIQejXfU .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.cid-uvVIQejXfU .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.cid-uvVIQejXfU .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvVIQejXfU .item-title {
  color: #144031;
}
.cid-uvVIQejXfU .item-text {
  color: #ffffff;
}
.cid-uvVIQejXfU .item-title,
.cid-uvVIQejXfU .icon-wrapper {
  color: #ffffff;
}
.cid-uvVIQeQpjr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvVIQeQpjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQeQpjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQeQpjr .container {
    padding: 0 30px;
  }
}
.cid-uvVIQeQpjr .content-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 180px;
  border-bottom: 1px solid #144031;
}
@media (max-width: 992px) {
  .cid-uvVIQeQpjr .content-wrapper {
    display: block;
  }
}
.cid-uvVIQeQpjr .content-wrapper .card {
  justify-content: center;
}
.cid-uvVIQeQpjr .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvVIQeQpjr .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uvVIQeQpjr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uvVIQeQpjr .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uvVIQeQpjr .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvVIQeQpjr .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uvVIQeQpjr .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #6a85ac;
  opacity: .9;
  z-index: 1;
}
.cid-uvVIQeQpjr .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvVIQeQpjr .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #cadefc;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uvVIQeQpjr .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uvVIQeQpjr .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uvVIQeQpjr .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uvVIQeQpjr .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvVIQeQpjr .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
@media (max-width: 992px) {
  .cid-uvVIQeQpjr .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uvVIQeQpjr .mbr-section-title {
  color: #144031;
}
.cid-uvVIQeQpjr .mbr-text {
  color: #0a4db0;
}
.cid-uvVIQeQpjr .list {
  color: #144031;
}
.cid-uvVIQeQpjr .mbr-section-title,
.cid-uvVIQeQpjr .mbr-section-btn {
  color: #003077;
}
.cid-uvVIQfkCe6 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/clinica-estetica-e-fisioterapia-fazendinha-ao-lado-terminal-15-1600x1200.jpg");
}
.cid-uvVIQfkCe6 .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvVIQfkCe6 .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #cadefc 100%);
}
.cid-uvVIQfkCe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQfkCe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQfkCe6 .container {
    padding: 0 30px;
  }
}
.cid-uvVIQfkCe6 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvVIQfkCe6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvVIQfkCe6 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uvVIQfkCe6 .text-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uvVIQfkCe6 .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uvVIQfkCe6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvVIQfkCe6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvVIQfkCe6 .mbr-text {
  color: #ffffff;
}
.cid-uvVIQfQEAi {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #003077;
}
.cid-uvVIQfQEAi .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvVIQfQEAi .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #003077 0, #0a4db0 43%, #6a85ac 100%);
}
.cid-uvVIQfQEAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQfQEAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQfQEAi .container {
    padding: 0 30px;
  }
}
.cid-uvVIQfQEAi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvVIQfQEAi .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvVIQfQEAi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvVIQfQEAi .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvVIQfQEAi .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 630px;
}
@media (max-width: 992px) {
  .cid-uvVIQfQEAi .box .mbr-media {
    height: 350px;
  }
}
.cid-uvVIQfQEAi .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 2rem 0 2rem 0 !important;
}
.cid-uvVIQfQEAi .box .mbr-media .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvVIQfQEAi .mbr-media {
  position: relative;
}
.cid-uvVIQfQEAi .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvVIQfQEAi a:hover {
  background-image: none !important;
}
.cid-uvVIQfQEAi .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #003077;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uvVIQfQEAi .icon-wrap:hover,
.cid-uvVIQfQEAi .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-uvVIQfQEAi .icon-wrap:hover .mbr-iconfont,
.cid-uvVIQfQEAi .icon-wrap:focus .mbr-iconfont {
  color: #003077;
}
.cid-uvVIQfQEAi .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvVIQfQEAi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvVIQfQEAi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvVIQfQEAi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvVIQfQEAi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvVIQfQEAi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvVIQfQEAi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvVIQgLanr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvVIQgLanr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQgLanr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQgLanr .container {
    padding: 0 30px;
  }
}
.cid-uvVIQgLanr .row {
  justify-content: center;
}
.cid-uvVIQgLanr .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvVIQgLanr .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvVIQgLanr .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvVIQgLanr .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uvVIQgLanr .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uvVIQgLanr .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uvVIQgLanr .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvVIQgLanr .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #003077;
}
.cid-uvVIQgLanr .mbr-section-title {
  color: #003077;
  text-align: center;
}
.cid-uvVIQgLanr .mbr-text {
  color: #003077;
}
.cid-uvVIQgLanr .list,
.cid-uvVIQgLanr .item-wrap {
  color: #003077;
}
.cid-uvVIQhl475 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvVIQhl475 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQhl475 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQhl475 .container {
    padding: 0 30px;
  }
}
.cid-uvVIQhl475 .row {
  justify-content: center;
}
.cid-uvVIQhl475 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #003077;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uvVIQhl475 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uvVIQhl475 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQhl475 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uvVIQhl475 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvVIQhl475 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uvVIQhl475 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uvVIQhl475 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uvVIQhl475 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uvVIQhl475 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #0a4db0;
}
.cid-uvVIQhl475 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #003077;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvVIQhl475 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uvVIQhl475 .mbr-desc {
  color: #003077;
}
.cid-uvVIQhVUWm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003077;
  overflow: hidden;
  position: relative;
}
.cid-uvVIQhVUWm .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvVIQhVUWm .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvVIQhVUWm .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #6a85ac 0, #0a4db0 43%, #003077 100%);
}
.cid-uvVIQhVUWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQhVUWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvVIQhVUWm .container {
    padding: 0 30px;
  }
}
.cid-uvVIQhVUWm .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uvVIQhVUWm .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvVIQhVUWm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvVIQhVUWm .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uvVIQhVUWm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #0a4db0;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uvVIQhVUWm .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uvVIQhVUWm .mbr-desc {
  color: #cadefc;
  text-align: center;
}
.cid-uvVIQhVUWm .mbr-section-title {
  color: #ffffff;
}
.cid-uvVIQhVUWm .mbr-section-title,
.cid-uvVIQhVUWm .mbr-section-btn {
  text-align: center;
}
.cid-uvVIQitZQ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4db0;
}
.cid-uvVIQitZQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVIQitZQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvVIQitZQ4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvVIQitZQ4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uvVIQitZQ4 .container {
    padding: 0 30px;
  }
}
.cid-uvVIQitZQ4 .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvVIQitZQ4 .row {
    padding-bottom: 50px;
  }
}
.cid-uvVIQitZQ4 .row .border-wrap {
  background-color: #ffffff;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvVIQitZQ4 .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvVIQitZQ4 .card {
  justify-content: center;
}
.cid-uvVIQitZQ4 .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvVIQitZQ4 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvVIQitZQ4 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvVIQitZQ4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvVIQitZQ4 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvVIQitZQ4 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvVIQitZQ4 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvVIQitZQ4 .nav-wrapper .list .item-wrap:hover::before,
.cid-uvVIQitZQ4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvVIQitZQ4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-uvVIQitZQ4 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uvVIQitZQ4 .mbr-section-title {
  color: #144031;
}
.cid-uvVIQitZQ4 .list {
  color: #144031;
}
.cid-uvVIQitZQ4 .mbr-section-title,
.cid-uvVIQitZQ4 .title-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uvVIQitZQ4 .list,
.cid-uvVIQitZQ4 .item-wrap {
  color: #ffffff;
}
