.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 0.7rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #eb5e2e !important;
}
.bg-success {
  background-color: #ff8055 !important;
}
.bg-info {
  background-color: #25bc25 !important;
}
.bg-warning {
  background-color: #7343ad !important;
}
.bg-danger {
  background-color: #ff8055 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eb5e2e !important;
  border-color: #eb5e2e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ef825d !important;
  border-color: #ef825d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef825d !important;
  border-color: #ef825d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #25bc25 !important;
  border-color: #25bc25 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3bd93b !important;
  border-color: #3bd93b !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3bd93b !important;
  border-color: #3bd93b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7343ad !important;
  border-color: #7343ad !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8d61c2 !important;
  border-color: #8d61c2 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8d61c2 !important;
  border-color: #8d61c2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa688 !important;
  border-color: #ffa688 !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: #eb5e2e;
  color: #eb5e2e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b13a11 !important;
  background-color: transparent !important;
  border-color: #b13a11 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb5e2e !important;
  border-color: #eb5e2e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #25bc25;
  color: #25bc25;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #177417 !important;
  background-color: transparent !important;
  border-color: #177417 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #25bc25 !important;
  border-color: #25bc25 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff8055;
  color: #ff8055;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fd4000 !important;
  background-color: transparent !important;
  border-color: #fd4000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7343ad;
  color: #7343ad;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #492b6f !important;
  background-color: transparent !important;
  border-color: #492b6f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7343ad !important;
  border-color: #7343ad !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8055;
  color: #ff8055;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fd4000 !important;
  background-color: transparent !important;
  border-color: #fd4000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8055 !important;
  border-color: #ff8055 !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: #eb5e2e !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ff8055 !important;
}
.text-info {
  color: #25bc25 !important;
}
.text-warning {
  color: #7343ad !important;
}
.text-danger {
  color: #ff8055 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a33510 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ee3c00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #146714 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #422763 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ee3c00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #eb5e2e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #25bc25;
}
.alert-warning {
  background-color: #7343ad;
}
.alert-danger {
  background-color: #ff8055;
}
.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: #eb5e2e;
  border-color: #eb5e2e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #eb5e2e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdede8;
}
.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: #7be57b;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b598d7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #eb5e2e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #eb5e2e;
}
/* 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: #eb5e2e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #eb5e2e;
}
.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: #eb5e2e;
  border-bottom-color: #eb5e2e;
}
.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: #eb5e2e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23eb5e2e' %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,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 18px 40px;
  border-radius: 9999px !important;
  transition: all 0.7s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eb5e2e;
  border-radius: 100%;
  color: #000000 !important;
  margin-right: -18px;
  margin-left: 12rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 2rem;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset -600px 0 0 #eb5e2e;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #000000;
  color: #25bc25 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #25bc25 !important;
  box-shadow: inset -600px 0 0 #000000;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #000000 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #000000 !important;
}
.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: none !important;
}
.cid-us7qSat9so .navbar-dropdown {
  position: relative !important;
}
.cid-us7qSat9so .navbar-dropdown {
  position: absolute !important;
}
.cid-us7qSat9so .btn {
  line-height: 1.2;
}
.cid-us7qSat9so .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us7qSat9so .nav-link {
  position: relative;
}
.cid-us7qSat9so .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ff8055;
}
.cid-us7qSat9so .nav-link:hover {
  color: #ff8055 !important;
}
.cid-us7qSat9so .nav-link:hover:before {
  width: 100%;
}
.cid-us7qSat9so .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us7qSat9so .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us7qSat9so .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us7qSat9so .dropdown-item:hover,
.cid-us7qSat9so .dropdown-item:focus {
  background: #eb5e2e !important;
  color: white !important;
}
.cid-us7qSat9so .dropdown-item:hover span {
  color: white;
}
.cid-us7qSat9so .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us7qSat9so .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us7qSat9so .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us7qSat9so .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-us7qSat9so .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us7qSat9so .container {
    flex-wrap: nowrap;
  }
}
.cid-us7qSat9so .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us7qSat9so .navbar-nav {
  margin: auto;
}
.cid-us7qSat9so .dropdown-menu,
.cid-us7qSat9so .navbar.opened {
  background: #ffffff !important;
}
.cid-us7qSat9so .nav-item:focus,
.cid-us7qSat9so .nav-link:focus {
  outline: none;
}
.cid-us7qSat9so .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us7qSat9so .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us7qSat9so .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us7qSat9so .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us7qSat9so .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us7qSat9so .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us7qSat9so .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-us7qSat9so .navbar.opened {
  transition: all 0.3s;
}
.cid-us7qSat9so .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us7qSat9so .navbar .navbar-logo img {
  width: auto;
}
.cid-us7qSat9so .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us7qSat9so .navbar.collapsed {
  justify-content: center;
}
.cid-us7qSat9so .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us7qSat9so .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us7qSat9so .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-us7qSat9so .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us7qSat9so .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us7qSat9so .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us7qSat9so .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us7qSat9so .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us7qSat9so .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us7qSat9so .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us7qSat9so .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us7qSat9so .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us7qSat9so .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us7qSat9so .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us7qSat9so .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us7qSat9so .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us7qSat9so .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us7qSat9so .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us7qSat9so .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us7qSat9so .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us7qSat9so .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us7qSat9so .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us7qSat9so .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-us7qSat9so .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us7qSat9so .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us7qSat9so .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us7qSat9so .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us7qSat9so .dropdown-item.active,
.cid-us7qSat9so .dropdown-item:active {
  background-color: transparent;
}
.cid-us7qSat9so .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us7qSat9so .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us7qSat9so .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us7qSat9so .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us7qSat9so .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us7qSat9so .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us7qSat9so ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us7qSat9so button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us7qSat9so button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-us7qSat9so button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us7qSat9so button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us7qSat9so button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us7qSat9so button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us7qSat9so nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us7qSat9so nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us7qSat9so nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us7qSat9so nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us7qSat9so .navbar-dropdown {
  padding: 0 1rem;
}
.cid-us7qSat9so a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us7qSat9so .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us7qSat9so .navbar {
    height: 70px;
  }
  .cid-us7qSat9so .navbar.opened {
    height: auto;
  }
  .cid-us7qSat9so .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEB74uWZ54 {
  background-image: url("../../../assets/images/large-whatsapp-image-2024-10-23-at-14.31.541-1280x960.jpeg");
}
.cid-uEB74uWZ54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEB74uWZ54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEB74uWZ54 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uEB74uWZ54 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uEB74uWZ54 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uEB74uWZ54 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uEB74uWZ54 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEB74uWZ54 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uEB74uWZ54 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEB74uWZ54 .mbr-section-title {
  color: #ffffff;
}
.cid-uEB74uWZ54 .mbr-desc,
.cid-uEB74uWZ54 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uEB74uWZ54 .mbr-text,
.cid-uEB74uWZ54 .text-wrapper {
  color: #eb5e2e;
  text-align: center;
}
.cid-uEB74uWZ54 .mbr-section-title,
.cid-uEB74uWZ54 .mbr-section-btn {
  text-align: center;
}
.cid-uBQYCOlKuf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #e1e1e1;
}
.cid-uBQYCOlKuf p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uBQYCOlKuf .row {
    justify-content: flex-start !important;
  }
}
.cid-uBQYCOlKuf .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uBQYCOlKuf .mbr-section-title {
  text-align: center;
}
.cid-uBQYCOlKuf .mbr-section-subtitle {
  text-align: center;
}
.cid-uBQYCOlKuf .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uBQYCOlKuf .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uBQYCOlKuf .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uBQYCOlKuf .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uBQYCOlKuf .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-uBQYCOlKuf .card-title P {
  text-align: left;
}
.cid-uBQYCOlKuf P {
  color: #000000;
}
.cid-uBQYCOlKuf .card-title {
  color: #000000;
}
.cid-tYpRbW9m48 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/imagem-whatsapp-2024-10-25-s-15.06.44-d9b5c1c4-1536x1152.jpg");
}
.cid-tYpRbW9m48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpRbW9m48 .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-tYpRbW9m48 .container {
    padding: 0 20px;
  }
}
.cid-tYpRbW9m48 .row {
  justify-content: space-between;
}
.cid-tYpRbW9m48 .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-tYpRbW9m48 .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-tYpRbW9m48 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tYpRbW9m48 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-tYpRbW9m48 .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYpRbW9m48 .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-tYpRbW9m48 .mbr-section-title {
  color: #000000;
}
.cid-tYpRbW9m48 .mbr-desc {
  color: #eb5e2e;
}
.cid-tYpRbW9m48 .mbr-text {
  color: #9a9a9a;
}
.cid-tYpRbW9m48 .mbr-text,
.cid-tYpRbW9m48 .text-wrap {
  color: #060606;
}
.cid-uEBgw3OZMr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uEBgw3OZMr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uEBgw3OZMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEBgw3OZMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEBgw3OZMr .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uEBgw3OZMr .content-wrap .card {
  justify-content: space-between;
}
.cid-uEBgw3OZMr .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uEBgw3OZMr .content-wrapper {
    padding: 0;
  }
}
.cid-uEBgw3OZMr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEBgw3OZMr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uEBgw3OZMr .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uEBgw3OZMr .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uEBgw3OZMr .mbr-desc,
.cid-uEBgw3OZMr .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEBgw3OZMr .mbr-section-title,
.cid-uEBgw3OZMr .mbr-section-btn {
  color: #eb5e2e;
}
.cid-uEBd6grfIG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEBd6grfIG .item-wrapper {
  position: relative;
  overflow: initial;
}
.cid-uEBd6grfIG .item-img:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cid-uEBd6grfIG .item:hover .item-img:before {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uEBd6grfIG .col-12 {
    margin-top: 30px;
  }
  .cid-uEBd6grfIG .col-12:first-child {
    margin-top: 0px;
  }
  .cid-uEBd6grfIG .col-12:nth-child(2) {
    margin-top: 0px;
  }
  .cid-uEBd6grfIG .col-12:nth-child(3) {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uEBd6grfIG .col-12:nth-child(2) {
    margin-top: 30px;
  }
  .cid-uEBd6grfIG .col-12:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-uuwtaLEyaY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuwtaLEyaY .mbr-section-title,
.cid-uuwtaLEyaY .mbr-text {
  margin-bottom: 0;
}
.cid-uuwtaLEyaY .title__block {
  margin-bottom: 45px;
}
.cid-uuwtaLEyaY .mbr-text {
  color: #919DAB;
  letter-spacing: 2px;
}
.cid-uuwtaLEyaY .mbr-section-title {
  margin-top: 15px;
  color: #e7501f;
}
.cid-uuwtaLEyaY .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uuwtaLEyaY .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-uuwtaLEyaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuwtaLEyaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-use4w7eb7K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-use4w7eb7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-use4w7eb7K .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-use4w7eb7K .container {
    padding: 0 30px;
  }
}
.cid-use4w7eb7K .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #eb5e2e;
}
@media (max-width: 992px) {
  .cid-use4w7eb7K .items-wrapper {
    display: block;
  }
}
.cid-use4w7eb7K .items-wrapper .item .item-wrapper {
  padding: 0 60px 0 40px;
  border-left: 1px solid #eb5e2e;
  margin-bottom: 60px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-use4w7eb7K .items-wrapper .item .item-wrapper {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.cid-use4w7eb7K .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-use4w7eb7K .items-wrapper .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-use4w7eb7K .items-wrapper .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: #eb5e2e;
}
.cid-use4w7eb7K .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #bf3e11;
  opacity: .6;
  border-radius: 100%;
  z-index: 1;
}
.cid-use4w7eb7K .items-wrapper .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-use4w7eb7K .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.cid-use4w7eb7K .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-use4w7eb7K .item-text {
  color: #144031;
}
.cid-use4w7eb7K .item-text,
.cid-use4w7eb7K .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-usdsJBb9sc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-usdsJBb9sc .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-usdsJBb9sc .panel-group {
  border: none;
}
.cid-usdsJBb9sc .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-usdsJBb9sc .card-header {
    padding: 0rem;
  }
}
.cid-usdsJBb9sc .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-usdsJBb9sc .img-col {
  padding: 0;
}
.cid-usdsJBb9sc .img-item {
  height: 100%;
}
.cid-usdsJBb9sc img {
  height: 100%;
  object-fit: cover;
}
.cid-usdsJBb9sc .collapsed span {
  transform: rotate(0deg);
}
.cid-usdsJBb9sc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usdsJBb9sc p {
  margin-bottom: 0.3rem;
}
.cid-usdsJBb9sc .panel-title-edit {
  color: #000000;
}
.cid-usdsJBb9sc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-usdsJBb9sc .card {
  background: #f5f5f5;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-usdsJBb9sc .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-usdsJBb9sc .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-usdsJBb9sc .panel-text {
  color: #000000;
}
.cid-usdsJBb9sc .mbr-section-title {
  text-align: center;
  color: #eb5e2e;
}
.cid-usdsJBb9sc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-usdsJBb9sc .panel-title-edit,
.cid-usdsJBb9sc .mbr-iconfont {
  color: #000000;
}
.cid-tYpRdE4Kln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/car-parts-high-quality-1792x1024.jpg");
}
.cid-tYpRdE4Kln .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpRdE4Kln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpRdE4Kln .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-tYpRdE4Kln .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-tYpRdE4Kln .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tYpRdE4Kln .container {
    padding: 0 20px;
  }
}
.cid-tYpRdE4Kln .row {
  height: 100%;
}
.cid-tYpRdE4Kln .row .card {
  justify-content: flex-end;
}
.cid-tYpRdE4Kln .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYpRdE4Kln .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tYpRdE4Kln .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tYpRdE4Kln .mbr-section-btn {
    text-align: left;
  }
}
.cid-tYpRdE4Kln .mbr-section-title {
  color: #ffffff;
}
.cid-uEBY9FAEmE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #bf3e11;
}
.cid-uEBY9FAEmE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uEBY9FAEmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEBY9FAEmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEBY9FAEmE .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uEBY9FAEmE .content-wrap .card {
  justify-content: space-between;
}
.cid-uEBY9FAEmE .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uEBY9FAEmE .content-wrapper {
    padding: 0;
  }
}
.cid-uEBY9FAEmE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEBY9FAEmE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uEBY9FAEmE .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uEBY9FAEmE .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uEBY9FAEmE .mbr-desc,
.cid-uEBY9FAEmE .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEBY9FAEmE .mbr-section-title,
.cid-uEBY9FAEmE .mbr-section-btn {
  color: #ffffff;
}
.cid-usGrGooeib {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bf3e11;
}
.cid-usGrGooeib .mbr-fallback-image.disabled {
  display: none;
}
.cid-usGrGooeib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usGrGooeib .content-wrap {
  padding: 60px 0;
  background-color: #bf3e11;
}
@media (max-width: 992px) {
  .cid-usGrGooeib .content-wrap {
    padding: 20px;
  }
}
.cid-usGrGooeib .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-usGrGooeib .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-usGrGooeib .embla__slide .slide-content {
  width: 100%;
}
.cid-usGrGooeib .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-usGrGooeib .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-usGrGooeib .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
}
.cid-usGrGooeib .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-usGrGooeib .embla__slide .slide-content .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .6;
}
.cid-usGrGooeib .embla__button--next,
.cid-usGrGooeib .embla__button--prev {
  display: flex;
}
.cid-usGrGooeib .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #eb5e2e !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-usGrGooeib .embla__button {
    bottom: 0;
  }
}
.cid-usGrGooeib .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usGrGooeib .embla__button:hover {
  background-color: #000000 !important;
}
.cid-usGrGooeib .embla__button.embla__button--prev {
  right: 90px;
}
@media (max-width: 768px) {
  .cid-usGrGooeib .embla__button.embla__button--prev {
    right: 60px;
  }
}
.cid-usGrGooeib .embla__button.embla__button--next {
  right: 30px;
}
@media (max-width: 768px) {
  .cid-usGrGooeib .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-usGrGooeib .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-usGrGooeib .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-usGrGooeib .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usGrGooeib .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usGrGooeib .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usGrGooeib .item-text {
  color: #404349;
}
.cid-usGrGooeib .item-name {
  color: #000000;
}
.cid-usGrGooeib .item-role {
  color: #404349;
}
.cid-uDjr0FsquJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uDjr0FsquJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjr0FsquJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjr0FsquJ .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDjr0FsquJ .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #e1e1e1;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #4479d9;
}
.cid-uDjr0FsquJ .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:hover,
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:focus {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDjr0FsquJ .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uDjr0FsquJ .mbr-section-title {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-text {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-desc {
  color: #000000;
}
.cid-uDjr0FsquJ .list {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-section-title,
.cid-uDjr0FsquJ .mbr-section-btn,
.cid-uDjr0FsquJ .social-wrap {
  color: #000000;
}
.cid-uDjr0FsquJ .list,
.cid-uDjr0FsquJ .item-wrap {
  color: #000000;
}
.cid-uEAy36tFbA P {
  color: #1281fc;
}
.cid-uEAy36tFbA DIV {
  color: #ffffff;
}
.cid-uEAy36tFbA H10 {
  color: #034e75;
}
.cid-uEAy36tFbA .hidden {
  display: none;
}
.cid-uEAy36tFbA .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uEAy36tFbA .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uEAy36tFbA .icon-bar a:hover {
  background-color: #000000;
}
.cid-uEAy36tFbA .flag {
  background: transparent;
}
.cid-uEAy36tFbA .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uEAy36tFbA .nav-right {
  float: left !important;
  position: relative;
}
.cid-uEAy36tFbA #google_translate_element {
  display: none;
}
.cid-uEAy36tFbA .goog-te-banner {
  display: none;
}
.cid-uEAy36tFbA .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uEAy36tFbA .goog-te-spinner-pos {
  display: none !important;
}
.cid-uEAy36tFbA body {
  top: 0px !important;
}
.cid-uEAy36tFbA body body {
  top: 0 !important;
}
.cid-uEAy36tFbA body .goog-te-banner-frame {
  display: none !important;
}
.cid-uEAy36tFbA .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uEAy36tFbA .goog-tooltip {
  display: none !important;
}
.cid-uEAy36tFbA .goog-tooltip:hover {
  display: none !important;
}
.cid-uEAy36tFbA .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uEAy36tFbA #goog-gt-tt,
.cid-uEAy36tFbA .goog-te-balloon-frame {
  display: none !important;
}
.cid-uEAy36tFbA #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uEAy36tFbA .goog-logo-link {
  display: none !important;
}
.cid-uEAy36tFbA .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uEAy36tFbA div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uEAy36tFbA div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uEAy59XkbS .hidden {
  display: none;
}
.cid-us87OOZLKy .navbar-dropdown {
  position: relative !important;
}
.cid-us87OOZLKy .navbar-dropdown {
  position: absolute !important;
}
.cid-us87OOZLKy .btn {
  line-height: 1.2;
}
.cid-us87OOZLKy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us87OOZLKy .nav-link {
  position: relative;
}
.cid-us87OOZLKy .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ff8055;
}
.cid-us87OOZLKy .nav-link:hover {
  color: #ff8055 !important;
}
.cid-us87OOZLKy .nav-link:hover:before {
  width: 100%;
}
.cid-us87OOZLKy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us87OOZLKy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us87OOZLKy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us87OOZLKy .dropdown-item:hover,
.cid-us87OOZLKy .dropdown-item:focus {
  background: #eb5e2e !important;
  color: white !important;
}
.cid-us87OOZLKy .dropdown-item:hover span {
  color: white;
}
.cid-us87OOZLKy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us87OOZLKy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us87OOZLKy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us87OOZLKy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-us87OOZLKy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us87OOZLKy .container {
    flex-wrap: nowrap;
  }
}
.cid-us87OOZLKy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us87OOZLKy .navbar-nav {
  margin: auto;
}
.cid-us87OOZLKy .dropdown-menu,
.cid-us87OOZLKy .navbar.opened {
  background: #ffffff !important;
}
.cid-us87OOZLKy .nav-item:focus,
.cid-us87OOZLKy .nav-link:focus {
  outline: none;
}
.cid-us87OOZLKy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us87OOZLKy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us87OOZLKy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us87OOZLKy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us87OOZLKy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us87OOZLKy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us87OOZLKy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-us87OOZLKy .navbar.opened {
  transition: all 0.3s;
}
.cid-us87OOZLKy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us87OOZLKy .navbar .navbar-logo img {
  width: auto;
}
.cid-us87OOZLKy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us87OOZLKy .navbar.collapsed {
  justify-content: center;
}
.cid-us87OOZLKy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us87OOZLKy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us87OOZLKy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-us87OOZLKy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us87OOZLKy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us87OOZLKy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us87OOZLKy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us87OOZLKy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us87OOZLKy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us87OOZLKy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us87OOZLKy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us87OOZLKy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us87OOZLKy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us87OOZLKy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us87OOZLKy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us87OOZLKy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us87OOZLKy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us87OOZLKy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us87OOZLKy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us87OOZLKy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us87OOZLKy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us87OOZLKy .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us87OOZLKy .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-us87OOZLKy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us87OOZLKy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us87OOZLKy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us87OOZLKy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us87OOZLKy .dropdown-item.active,
.cid-us87OOZLKy .dropdown-item:active {
  background-color: transparent;
}
.cid-us87OOZLKy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us87OOZLKy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us87OOZLKy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us87OOZLKy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us87OOZLKy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us87OOZLKy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us87OOZLKy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us87OOZLKy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us87OOZLKy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-us87OOZLKy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us87OOZLKy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us87OOZLKy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us87OOZLKy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us87OOZLKy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us87OOZLKy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us87OOZLKy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us87OOZLKy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us87OOZLKy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-us87OOZLKy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us87OOZLKy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us87OOZLKy .navbar {
    height: 70px;
  }
  .cid-us87OOZLKy .navbar.opened {
    height: auto;
  }
  .cid-us87OOZLKy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8buU5lXI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/design-sem-nome-1.svg");
}
.cid-us8buU5lXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8buU5lXI .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-us8buU5lXI .container {
    padding: 0 30px;
  }
}
.cid-us8buU5lXI .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-us8buU5lXI .content-wrapper {
    padding: 80px 0;
  }
}
.cid-us8buU5lXI .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-us8buU5lXI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-us8buU5lXI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-us8buU5lXI .mbr-section-title {
  color: #ffffff;
}
.cid-us8buU5lXI .mbr-text,
.cid-us8buU5lXI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-us8buU5lXI .mbr-section-title,
.cid-us8buU5lXI .mbr-section-btn {
  text-align: center;
}
.cid-uEBZvzq9YK {
  padding-top: 5rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uEBZvzq9YK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uEBZvzq9YK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEBZvzq9YK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEBZvzq9YK .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uEBZvzq9YK .content-wrap .card {
  justify-content: space-between;
}
.cid-uEBZvzq9YK .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uEBZvzq9YK .content-wrapper {
    padding: 0;
  }
}
.cid-uEBZvzq9YK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEBZvzq9YK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uEBZvzq9YK .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uEBZvzq9YK .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uEBZvzq9YK .mbr-desc,
.cid-uEBZvzq9YK .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEBZvzq9YK .mbr-section-title,
.cid-uEBZvzq9YK .mbr-section-btn {
  color: #eb5e2e;
}
.cid-us87OXTbMP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-us87OXTbMP .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-us87OXTbMP .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-us87OXTbMP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-us87OXTbMP .container {
    padding: 0 20px;
  }
}
.cid-us87OXTbMP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-us87OXTbMP .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-us87OXTbMP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-us87OXTbMP .embla__slide .slide-content {
  width: 100%;
}
.cid-us87OXTbMP .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-us87OXTbMP .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-us87OXTbMP .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-us87OXTbMP .embla__button--next,
.cid-us87OXTbMP .embla__button--prev {
  display: flex;
}
.cid-us87OXTbMP .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-us87OXTbMP .embla__button:hover {
  opacity: .5 !important;
}
.cid-us87OXTbMP .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-us87OXTbMP .embla__button.embla__button--next {
  right: 0;
}
.cid-us87OXTbMP .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-us87OXTbMP .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #dfe6ea;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-us87OXTbMP .embla::before {
    display: none;
  }
}
.cid-us87OXTbMP .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-us87OXTbMP .embla__viewport {
    overflow: hidden ;
  }
}
.cid-us87OXTbMP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-us87OXTbMP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-us87OXTbMP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEC49VB1o8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uEC49VB1o8 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uEC49VB1o8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEC49VB1o8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEC49VB1o8 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uEC49VB1o8 .content-wrap .card {
  justify-content: space-between;
}
.cid-uEC49VB1o8 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uEC49VB1o8 .content-wrapper {
    padding: 0;
  }
}
.cid-uEC49VB1o8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEC49VB1o8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uEC49VB1o8 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uEC49VB1o8 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uEC49VB1o8 .mbr-desc,
.cid-uEC49VB1o8 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEC49VB1o8 .mbr-section-title,
.cid-uEC49VB1o8 .mbr-section-btn {
  color: #eb5e2e;
}
.cid-uEC0hkTbZl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEC0hkTbZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEC0hkTbZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEC0hkTbZl .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uEC0hkTbZl .container {
    padding: 10px 8px;
  }
}
.cid-uEC0hkTbZl .row {
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 0 5rem #eb5e2e;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uEC0hkTbZl .row {
    padding: 50px 2px 34px;
  }
}
.cid-uEC0hkTbZl .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uEC0hkTbZl .item .item-wrapper {
  background-color: #ff8055;
  border-radius: 25px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-uEC0hkTbZl .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uEC0hkTbZl .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uEC0hkTbZl .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 300px;
  width: 300px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1660px) {
  .cid-uEC0hkTbZl .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1500px) {
  .cid-uEC0hkTbZl .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1420px) {
  .cid-uEC0hkTbZl .item .item-wrapper .item-img img {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .cid-uEC0hkTbZl .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
.cid-uEC0hkTbZl .item .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-uEC0hkTbZl .item .item-wrapper .item-content .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uEC0hkTbZl .card-name {
  color: #222222;
}
.cid-uEC0hkTbZl .card-role {
  color: #121212;
  text-align: center;
}
.cid-uEC0hkTbZl .card-name,
.cid-uEC0hkTbZl .item-img {
  text-align: center;
  color: #ffffff;
}
.cid-us87OYE3u8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-us87OYE3u8 img {
  border-radius: 0px;
}
.cid-us87OYE3u8 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-us87OYE3u8 .date {
  text-transform: uppercase;
  color: #eb5e2e;
  text-align: left;
  padding-top: 1rem;
}
.cid-us87OYE3u8 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-us87OYE3u8 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-us87OYE3u8 .right {
  display: flex;
  flex-direction: column;
}
.cid-us87OYE3u8 .mbr-section-btn {
  border: 2px solid #eb5e2e;
  width: auto;
}
.cid-us87OYE3u8 .mbr-section-btn:hover {
  background-color: #eb5e2e;
  border: 2px solid #eb5e2e;
}
.cid-us87OYE3u8 .card-heading {
  padding-top: 0;
}
.cid-us87OYE3u8 .mbr-text {
  padding-top: 10px;
  text-align: center;
}
.cid-uDjr0FsquJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uDjr0FsquJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjr0FsquJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjr0FsquJ .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDjr0FsquJ .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #e1e1e1;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #4479d9;
}
.cid-uDjr0FsquJ .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:hover,
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:focus {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDjr0FsquJ .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uDjr0FsquJ .mbr-section-title {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-text {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-desc {
  color: #000000;
}
.cid-uDjr0FsquJ .list {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-section-title,
.cid-uDjr0FsquJ .mbr-section-btn,
.cid-uDjr0FsquJ .social-wrap {
  color: #000000;
}
.cid-uDjr0FsquJ .list,
.cid-uDjr0FsquJ .item-wrap {
  color: #000000;
}
.cid-uEFtqGsGN3 P {
  color: #1281fc;
}
.cid-uEFtqGsGN3 DIV {
  color: #ffffff;
}
.cid-uEFtqGsGN3 H10 {
  color: #034e75;
}
.cid-uEFtqGsGN3 .hidden {
  display: none;
}
.cid-uEFtqGsGN3 .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uEFtqGsGN3 .icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uEFtqGsGN3 .icon-bar a:hover {
  background-color: #000000;
}
.cid-uEFtqGsGN3 .flag {
  background: transparent;
}
.cid-uEFtqGsGN3 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uEFtqGsGN3 .nav-right {
  float: left !important;
  position: relative;
}
.cid-uEFtqGsGN3 #google_translate_element {
  display: none;
}
.cid-uEFtqGsGN3 .goog-te-banner {
  display: none;
}
.cid-uEFtqGsGN3 .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uEFtqGsGN3 .goog-te-spinner-pos {
  display: none !important;
}
.cid-uEFtqGsGN3 body {
  top: 0px !important;
}
.cid-uEFtqGsGN3 body body {
  top: 0 !important;
}
.cid-uEFtqGsGN3 body .goog-te-banner-frame {
  display: none !important;
}
.cid-uEFtqGsGN3 .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uEFtqGsGN3 .goog-tooltip {
  display: none !important;
}
.cid-uEFtqGsGN3 .goog-tooltip:hover {
  display: none !important;
}
.cid-uEFtqGsGN3 .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uEFtqGsGN3 #goog-gt-tt,
.cid-uEFtqGsGN3 .goog-te-balloon-frame {
  display: none !important;
}
.cid-uEFtqGsGN3 #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uEFtqGsGN3 .goog-logo-link {
  display: none !important;
}
.cid-uEFtqGsGN3 .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uEFtqGsGN3 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uEFtqGsGN3 div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-us87Qm2K5L .navbar-dropdown {
  position: relative !important;
}
.cid-us87Qm2K5L .navbar-dropdown {
  position: absolute !important;
}
.cid-us87Qm2K5L .btn {
  line-height: 1.2;
}
.cid-us87Qm2K5L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us87Qm2K5L .nav-link {
  position: relative;
}
.cid-us87Qm2K5L .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ff8055;
}
.cid-us87Qm2K5L .nav-link:hover {
  color: #ff8055 !important;
}
.cid-us87Qm2K5L .nav-link:hover:before {
  width: 100%;
}
.cid-us87Qm2K5L .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us87Qm2K5L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us87Qm2K5L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us87Qm2K5L .dropdown-item:hover,
.cid-us87Qm2K5L .dropdown-item:focus {
  background: #eb5e2e !important;
  color: white !important;
}
.cid-us87Qm2K5L .dropdown-item:hover span {
  color: white;
}
.cid-us87Qm2K5L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us87Qm2K5L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us87Qm2K5L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us87Qm2K5L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-us87Qm2K5L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us87Qm2K5L .container {
    flex-wrap: nowrap;
  }
}
.cid-us87Qm2K5L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us87Qm2K5L .navbar-nav {
  margin: auto;
}
.cid-us87Qm2K5L .dropdown-menu,
.cid-us87Qm2K5L .navbar.opened {
  background: #ffffff !important;
}
.cid-us87Qm2K5L .nav-item:focus,
.cid-us87Qm2K5L .nav-link:focus {
  outline: none;
}
.cid-us87Qm2K5L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us87Qm2K5L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us87Qm2K5L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us87Qm2K5L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us87Qm2K5L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us87Qm2K5L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us87Qm2K5L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-us87Qm2K5L .navbar.opened {
  transition: all 0.3s;
}
.cid-us87Qm2K5L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us87Qm2K5L .navbar .navbar-logo img {
  width: auto;
}
.cid-us87Qm2K5L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us87Qm2K5L .navbar.collapsed {
  justify-content: center;
}
.cid-us87Qm2K5L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us87Qm2K5L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us87Qm2K5L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-us87Qm2K5L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us87Qm2K5L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us87Qm2K5L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us87Qm2K5L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us87Qm2K5L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us87Qm2K5L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us87Qm2K5L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us87Qm2K5L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us87Qm2K5L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us87Qm2K5L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us87Qm2K5L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us87Qm2K5L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us87Qm2K5L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us87Qm2K5L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us87Qm2K5L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us87Qm2K5L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us87Qm2K5L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us87Qm2K5L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us87Qm2K5L .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us87Qm2K5L .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-us87Qm2K5L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us87Qm2K5L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us87Qm2K5L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us87Qm2K5L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us87Qm2K5L .dropdown-item.active,
.cid-us87Qm2K5L .dropdown-item:active {
  background-color: transparent;
}
.cid-us87Qm2K5L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us87Qm2K5L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us87Qm2K5L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us87Qm2K5L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us87Qm2K5L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us87Qm2K5L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us87Qm2K5L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us87Qm2K5L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us87Qm2K5L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-us87Qm2K5L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us87Qm2K5L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us87Qm2K5L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us87Qm2K5L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us87Qm2K5L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us87Qm2K5L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us87Qm2K5L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us87Qm2K5L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us87Qm2K5L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-us87Qm2K5L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us87Qm2K5L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us87Qm2K5L .navbar {
    height: 70px;
  }
  .cid-us87Qm2K5L .navbar.opened {
    height: auto;
  }
  .cid-us87Qm2K5L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8brKo3YR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/design-sem-nome-1.svg");
}
.cid-us8brKo3YR .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8brKo3YR .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-us8brKo3YR .container {
    padding: 0 30px;
  }
}
.cid-us8brKo3YR .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-us8brKo3YR .content-wrapper {
    padding: 80px 0;
  }
}
.cid-us8brKo3YR .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-us8brKo3YR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-us8brKo3YR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-us8brKo3YR .mbr-section-title {
  color: #ffffff;
}
.cid-us8brKo3YR .mbr-text,
.cid-us8brKo3YR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-us8brKo3YR .mbr-section-title,
.cid-us8brKo3YR .mbr-section-btn {
  text-align: center;
}
.cid-us87Qr4FxR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-us87Qr4FxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-us87Qr4FxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us87Qr4FxR .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-us87Qr4FxR .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-us87Qr4FxR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-us87Qr4FxR .container {
    padding: 0 20px;
  }
}
.cid-us87Qr4FxR .row {
  justify-content: space-between;
}
.cid-us87Qr4FxR .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-us87Qr4FxR .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-us87Qr4FxR .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-us87Qr4FxR .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-us87Qr4FxR .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us87Qr4FxR .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-us87Qr4FxR .mbr-section-title {
  color: #000000;
}
.cid-us87Qr4FxR .mbr-desc {
  color: #000000;
}
.cid-us87Qr4FxR .mbr-text {
  color: #9a9a9a;
}
.cid-us87Qvg8vU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-us87Qvg8vU .mbr-fallback-image.disabled {
  display: none;
}
.cid-us87Qvg8vU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us87Qvg8vU .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-us87Qvg8vU .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-us87Qvg8vU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-us87Qvg8vU .container {
    padding: 0 20px;
  }
}
.cid-us87Qvg8vU .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-us87Qvg8vU .row .card {
  padding: 0 10px;
}
.cid-us87Qvg8vU .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-us87Qvg8vU .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-us87Qvg8vU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-us87Qvg8vU .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-us87Qvg8vU .item {
    margin-bottom: 40px;
  }
}
.cid-us87Qvg8vU .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.cid-us87Qvg8vU .item .item-wrapper .card-box .price-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfe6ea;
  margin-bottom: 30px;
}
.cid-us87Qvg8vU .item .item-wrapper .card-box .price-wrap .card-price {
  width: 180px;
  height: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff555;
  margin-bottom: 0;
}
.cid-us87Qvg8vU .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
.cid-us87Qvg8vU .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-us87Qvg8vU .item .item-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-us87Qvg8vU .mbr-section-title {
  color: #000000;
}
.cid-us87Qvg8vU .card-price,
.cid-us87Qvg8vU .price-wrap {
  color: #000000;
  text-align: center;
}
.cid-us87Qvg8vU .card-title {
  color: #000000;
}
.cid-us87Qvg8vU .card-text {
  color: #9a9a9a;
}
.cid-us87Qvg8vU .mbr-section-btn {
  text-align: center;
}
.cid-us87QAGezd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-us87QAGezd img {
  border-radius: 0px;
}
.cid-us87QAGezd .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-us87QAGezd .date {
  text-transform: uppercase;
  color: #eb5e2e;
  text-align: left;
  padding-top: 1rem;
}
.cid-us87QAGezd .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-us87QAGezd .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-us87QAGezd .right {
  display: flex;
  flex-direction: column;
}
.cid-us87QAGezd .mbr-section-btn {
  border: 2px solid #eb5e2e;
  width: auto;
}
.cid-us87QAGezd .mbr-section-btn:hover {
  background-color: #eb5e2e;
  border: 2px solid #eb5e2e;
}
.cid-us87QAGezd .card-heading {
  padding-top: 0;
}
.cid-us87QAGezd .mbr-text {
  padding-top: 10px;
  text-align: center;
}
.cid-uDjr0FsquJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uDjr0FsquJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjr0FsquJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjr0FsquJ .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDjr0FsquJ .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #e1e1e1;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #4479d9;
}
.cid-uDjr0FsquJ .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:hover,
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:focus {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDjr0FsquJ .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uDjr0FsquJ .mbr-section-title {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-text {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-desc {
  color: #000000;
}
.cid-uDjr0FsquJ .list {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-section-title,
.cid-uDjr0FsquJ .mbr-section-btn,
.cid-uDjr0FsquJ .social-wrap {
  color: #000000;
}
.cid-uDjr0FsquJ .list,
.cid-uDjr0FsquJ .item-wrap {
  color: #000000;
}
.cid-us87RuSp99 .navbar-dropdown {
  position: relative !important;
}
.cid-us87RuSp99 .navbar-dropdown {
  position: absolute !important;
}
.cid-us87RuSp99 .btn {
  line-height: 1.2;
}
.cid-us87RuSp99 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us87RuSp99 .nav-link {
  position: relative;
}
.cid-us87RuSp99 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ff8055;
}
.cid-us87RuSp99 .nav-link:hover {
  color: #ff8055 !important;
}
.cid-us87RuSp99 .nav-link:hover:before {
  width: 100%;
}
.cid-us87RuSp99 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us87RuSp99 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us87RuSp99 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us87RuSp99 .dropdown-item:hover,
.cid-us87RuSp99 .dropdown-item:focus {
  background: #eb5e2e !important;
  color: white !important;
}
.cid-us87RuSp99 .dropdown-item:hover span {
  color: white;
}
.cid-us87RuSp99 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us87RuSp99 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us87RuSp99 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us87RuSp99 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-us87RuSp99 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us87RuSp99 .container {
    flex-wrap: nowrap;
  }
}
.cid-us87RuSp99 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us87RuSp99 .navbar-nav {
  margin: auto;
}
.cid-us87RuSp99 .dropdown-menu,
.cid-us87RuSp99 .navbar.opened {
  background: #ffffff !important;
}
.cid-us87RuSp99 .nav-item:focus,
.cid-us87RuSp99 .nav-link:focus {
  outline: none;
}
.cid-us87RuSp99 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us87RuSp99 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us87RuSp99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us87RuSp99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us87RuSp99 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us87RuSp99 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us87RuSp99 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-us87RuSp99 .navbar.opened {
  transition: all 0.3s;
}
.cid-us87RuSp99 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us87RuSp99 .navbar .navbar-logo img {
  width: auto;
}
.cid-us87RuSp99 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us87RuSp99 .navbar.collapsed {
  justify-content: center;
}
.cid-us87RuSp99 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us87RuSp99 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us87RuSp99 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-us87RuSp99 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us87RuSp99 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us87RuSp99 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us87RuSp99 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us87RuSp99 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us87RuSp99 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us87RuSp99 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us87RuSp99 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us87RuSp99 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us87RuSp99 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us87RuSp99 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us87RuSp99 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us87RuSp99 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us87RuSp99 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us87RuSp99 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us87RuSp99 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us87RuSp99 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us87RuSp99 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us87RuSp99 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us87RuSp99 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-us87RuSp99 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us87RuSp99 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us87RuSp99 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us87RuSp99 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us87RuSp99 .dropdown-item.active,
.cid-us87RuSp99 .dropdown-item:active {
  background-color: transparent;
}
.cid-us87RuSp99 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us87RuSp99 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us87RuSp99 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us87RuSp99 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us87RuSp99 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us87RuSp99 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us87RuSp99 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us87RuSp99 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us87RuSp99 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-us87RuSp99 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us87RuSp99 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us87RuSp99 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us87RuSp99 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us87RuSp99 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us87RuSp99 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us87RuSp99 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us87RuSp99 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us87RuSp99 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-us87RuSp99 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us87RuSp99 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us87RuSp99 .navbar {
    height: 70px;
  }
  .cid-us87RuSp99 .navbar.opened {
    height: auto;
  }
  .cid-us87RuSp99 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8bili7IM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/design-sem-nome-1.svg");
}
.cid-us8bili7IM .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8bili7IM .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-us8bili7IM .container {
    padding: 0 30px;
  }
}
.cid-us8bili7IM .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-us8bili7IM .content-wrapper {
    padding: 80px 0;
  }
}
.cid-us8bili7IM .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-us8bili7IM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-us8bili7IM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-us8bili7IM .mbr-section-title {
  color: #ffffff;
}
.cid-us8bili7IM .mbr-text,
.cid-us8bili7IM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-us8bili7IM .mbr-section-title,
.cid-us8bili7IM .mbr-section-btn {
  text-align: center;
}
.cid-uuwuuUZOoW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uuwuuUZOoW .row {
  flex-direction: row-reverse;
}
.cid-uuwuuUZOoW .justify-content-center {
  align-items: center;
}
.cid-uuwuuUZOoW .mbr-section-title {
  text-align: center;
}
.cid-uuwuuUZOoW .mbr-text,
.cid-uuwuuUZOoW .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uuwuuUZOoW .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuwuuUZOoW .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuwuuUZOoW .item-wrapper {
    padding: 4rem;
  }
}
.cid-uBPU61f03R {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uBPU61f03R p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uBPU61f03R .row {
    justify-content: flex-start !important;
  }
}
.cid-uBPU61f03R .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uBPU61f03R .mbr-section-title {
  text-align: center;
}
.cid-uBPU61f03R .mbr-section-subtitle {
  text-align: center;
}
.cid-uBPU61f03R .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uBPU61f03R .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uBPU61f03R .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uBPU61f03R .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uBPU61f03R .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-usdaThXeO5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-usdaThXeO5 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-usdaThXeO5 .row {
    justify-content: flex-start !important;
  }
}
.cid-usdaThXeO5 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-usdaThXeO5 .mbr-section-title {
  text-align: center;
}
.cid-usdaThXeO5 .mbr-section-subtitle {
  text-align: center;
}
.cid-usdaThXeO5 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-usdaThXeO5 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-usdaThXeO5 .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-usdaThXeO5 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-usdaThXeO5 .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-usdbrSFCt1 {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-usdbrSFCt1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-usdbrSFCt1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-usdbrSFCt1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-usdbrSFCt1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-usdbrSFCt1 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-us87RGKisF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-us87RGKisF img {
  border-radius: 0px;
}
.cid-us87RGKisF .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-us87RGKisF .date {
  text-transform: uppercase;
  color: #eb5e2e;
  text-align: left;
  padding-top: 1rem;
}
.cid-us87RGKisF .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-us87RGKisF .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-us87RGKisF .right {
  display: flex;
  flex-direction: column;
}
.cid-us87RGKisF .mbr-section-btn {
  border: 2px solid #eb5e2e;
  width: auto;
}
.cid-us87RGKisF .mbr-section-btn:hover {
  background-color: #eb5e2e;
  border: 2px solid #eb5e2e;
}
.cid-us87RGKisF .card-heading {
  padding-top: 0;
}
.cid-us87RGKisF .mbr-text {
  padding-top: 10px;
  text-align: center;
}
.cid-uDjr0FsquJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uDjr0FsquJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjr0FsquJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjr0FsquJ .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDjr0FsquJ .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #e1e1e1;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #4479d9;
}
.cid-uDjr0FsquJ .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:hover,
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:focus {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDjr0FsquJ .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uDjr0FsquJ .mbr-section-title {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-text {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-desc {
  color: #000000;
}
.cid-uDjr0FsquJ .list {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-section-title,
.cid-uDjr0FsquJ .mbr-section-btn,
.cid-uDjr0FsquJ .social-wrap {
  color: #000000;
}
.cid-uDjr0FsquJ .list,
.cid-uDjr0FsquJ .item-wrap {
  color: #000000;
}
.cid-us87T5qtQt .navbar-dropdown {
  position: relative !important;
}
.cid-us87T5qtQt .navbar-dropdown {
  position: absolute !important;
}
.cid-us87T5qtQt .btn {
  line-height: 1.2;
}
.cid-us87T5qtQt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us87T5qtQt .nav-link {
  position: relative;
}
.cid-us87T5qtQt .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ff8055;
}
.cid-us87T5qtQt .nav-link:hover {
  color: #ff8055 !important;
}
.cid-us87T5qtQt .nav-link:hover:before {
  width: 100%;
}
.cid-us87T5qtQt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us87T5qtQt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us87T5qtQt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us87T5qtQt .dropdown-item:hover,
.cid-us87T5qtQt .dropdown-item:focus {
  background: #eb5e2e !important;
  color: white !important;
}
.cid-us87T5qtQt .dropdown-item:hover span {
  color: white;
}
.cid-us87T5qtQt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us87T5qtQt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us87T5qtQt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us87T5qtQt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-us87T5qtQt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us87T5qtQt .container {
    flex-wrap: nowrap;
  }
}
.cid-us87T5qtQt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us87T5qtQt .navbar-nav {
  margin: auto;
}
.cid-us87T5qtQt .dropdown-menu,
.cid-us87T5qtQt .navbar.opened {
  background: #ffffff !important;
}
.cid-us87T5qtQt .nav-item:focus,
.cid-us87T5qtQt .nav-link:focus {
  outline: none;
}
.cid-us87T5qtQt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us87T5qtQt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us87T5qtQt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us87T5qtQt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us87T5qtQt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us87T5qtQt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us87T5qtQt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-us87T5qtQt .navbar.opened {
  transition: all 0.3s;
}
.cid-us87T5qtQt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us87T5qtQt .navbar .navbar-logo img {
  width: auto;
}
.cid-us87T5qtQt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us87T5qtQt .navbar.collapsed {
  justify-content: center;
}
.cid-us87T5qtQt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us87T5qtQt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us87T5qtQt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-us87T5qtQt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us87T5qtQt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us87T5qtQt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us87T5qtQt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us87T5qtQt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us87T5qtQt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us87T5qtQt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us87T5qtQt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us87T5qtQt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us87T5qtQt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us87T5qtQt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us87T5qtQt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us87T5qtQt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us87T5qtQt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us87T5qtQt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us87T5qtQt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us87T5qtQt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us87T5qtQt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us87T5qtQt .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us87T5qtQt .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-us87T5qtQt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us87T5qtQt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us87T5qtQt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us87T5qtQt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us87T5qtQt .dropdown-item.active,
.cid-us87T5qtQt .dropdown-item:active {
  background-color: transparent;
}
.cid-us87T5qtQt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us87T5qtQt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us87T5qtQt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us87T5qtQt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us87T5qtQt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us87T5qtQt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us87T5qtQt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us87T5qtQt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us87T5qtQt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-us87T5qtQt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us87T5qtQt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us87T5qtQt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us87T5qtQt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us87T5qtQt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us87T5qtQt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us87T5qtQt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us87T5qtQt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us87T5qtQt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-us87T5qtQt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us87T5qtQt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us87T5qtQt .navbar {
    height: 70px;
  }
  .cid-us87T5qtQt .navbar.opened {
    height: auto;
  }
  .cid-us87T5qtQt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8b8UFFXn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/design-sem-nome-1.svg");
}
.cid-us8b8UFFXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8b8UFFXn .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-us8b8UFFXn .container {
    padding: 0 30px;
  }
}
.cid-us8b8UFFXn .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-us8b8UFFXn .content-wrapper {
    padding: 80px 0;
  }
}
.cid-us8b8UFFXn .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-us8b8UFFXn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-us8b8UFFXn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-us8b8UFFXn .mbr-section-title {
  color: #ffffff;
}
.cid-us8b8UFFXn .mbr-text,
.cid-us8b8UFFXn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-us8b8UFFXn .mbr-section-title,
.cid-us8b8UFFXn .mbr-section-btn {
  text-align: center;
}
.cid-usdmvhKz7B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usdmvhKz7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-usdmvhKz7B .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-usdmvhKz7B .container {
    padding: 0 22px;
  }
}
.cid-usdmvhKz7B .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-usdmvhKz7B .mbr-text {
  color: #000000;
}
.cid-us87TgKivM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-us87TgKivM img {
  border-radius: 0px;
}
.cid-us87TgKivM .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-us87TgKivM .date {
  text-transform: uppercase;
  color: #eb5e2e;
  text-align: left;
  padding-top: 1rem;
}
.cid-us87TgKivM .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-us87TgKivM .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-us87TgKivM .right {
  display: flex;
  flex-direction: column;
}
.cid-us87TgKivM .mbr-section-btn {
  border: 2px solid #eb5e2e;
  width: auto;
}
.cid-us87TgKivM .mbr-section-btn:hover {
  background-color: #eb5e2e;
  border: 2px solid #eb5e2e;
}
.cid-us87TgKivM .card-heading {
  padding-top: 0;
}
.cid-us87TgKivM .mbr-text {
  padding-top: 10px;
  text-align: center;
}
.cid-uDjr0FsquJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uDjr0FsquJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjr0FsquJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjr0FsquJ .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDjr0FsquJ .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #e1e1e1;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #4479d9;
}
.cid-uDjr0FsquJ .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:hover,
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:focus {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDjr0FsquJ .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uDjr0FsquJ .mbr-section-title {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-text {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-desc {
  color: #000000;
}
.cid-uDjr0FsquJ .list {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-section-title,
.cid-uDjr0FsquJ .mbr-section-btn,
.cid-uDjr0FsquJ .social-wrap {
  color: #000000;
}
.cid-uDjr0FsquJ .list,
.cid-uDjr0FsquJ .item-wrap {
  color: #000000;
}
.cid-us87VOlhFr .navbar-dropdown {
  position: relative !important;
}
.cid-us87VOlhFr .navbar-dropdown {
  position: absolute !important;
}
.cid-us87VOlhFr .btn {
  line-height: 1.2;
}
.cid-us87VOlhFr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us87VOlhFr .nav-link {
  position: relative;
}
.cid-us87VOlhFr .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ff8055;
}
.cid-us87VOlhFr .nav-link:hover {
  color: #ff8055 !important;
}
.cid-us87VOlhFr .nav-link:hover:before {
  width: 100%;
}
.cid-us87VOlhFr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us87VOlhFr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us87VOlhFr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us87VOlhFr .dropdown-item:hover,
.cid-us87VOlhFr .dropdown-item:focus {
  background: #eb5e2e !important;
  color: white !important;
}
.cid-us87VOlhFr .dropdown-item:hover span {
  color: white;
}
.cid-us87VOlhFr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us87VOlhFr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us87VOlhFr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us87VOlhFr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-us87VOlhFr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us87VOlhFr .container {
    flex-wrap: nowrap;
  }
}
.cid-us87VOlhFr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us87VOlhFr .navbar-nav {
  margin: auto;
}
.cid-us87VOlhFr .dropdown-menu,
.cid-us87VOlhFr .navbar.opened {
  background: #ffffff !important;
}
.cid-us87VOlhFr .nav-item:focus,
.cid-us87VOlhFr .nav-link:focus {
  outline: none;
}
.cid-us87VOlhFr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us87VOlhFr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us87VOlhFr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us87VOlhFr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us87VOlhFr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us87VOlhFr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us87VOlhFr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-us87VOlhFr .navbar.opened {
  transition: all 0.3s;
}
.cid-us87VOlhFr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us87VOlhFr .navbar .navbar-logo img {
  width: auto;
}
.cid-us87VOlhFr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us87VOlhFr .navbar.collapsed {
  justify-content: center;
}
.cid-us87VOlhFr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us87VOlhFr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us87VOlhFr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-us87VOlhFr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us87VOlhFr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us87VOlhFr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-us87VOlhFr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us87VOlhFr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us87VOlhFr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us87VOlhFr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us87VOlhFr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us87VOlhFr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us87VOlhFr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us87VOlhFr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-us87VOlhFr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us87VOlhFr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us87VOlhFr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us87VOlhFr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us87VOlhFr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us87VOlhFr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us87VOlhFr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us87VOlhFr .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us87VOlhFr .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-us87VOlhFr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-us87VOlhFr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-us87VOlhFr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us87VOlhFr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us87VOlhFr .dropdown-item.active,
.cid-us87VOlhFr .dropdown-item:active {
  background-color: transparent;
}
.cid-us87VOlhFr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us87VOlhFr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us87VOlhFr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us87VOlhFr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us87VOlhFr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us87VOlhFr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us87VOlhFr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us87VOlhFr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us87VOlhFr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-us87VOlhFr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us87VOlhFr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us87VOlhFr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us87VOlhFr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us87VOlhFr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us87VOlhFr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us87VOlhFr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us87VOlhFr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us87VOlhFr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-us87VOlhFr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us87VOlhFr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us87VOlhFr .navbar {
    height: 70px;
  }
  .cid-us87VOlhFr .navbar.opened {
    height: auto;
  }
  .cid-us87VOlhFr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8b0g2Xix {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/design-sem-nome-1.svg");
}
.cid-us8b0g2Xix .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8b0g2Xix .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-us8b0g2Xix .container {
    padding: 0 30px;
  }
}
.cid-us8b0g2Xix .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-us8b0g2Xix .content-wrapper {
    padding: 80px 0;
  }
}
.cid-us8b0g2Xix .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-us8b0g2Xix .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-us8b0g2Xix .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-us8b0g2Xix .mbr-section-title {
  color: #ffffff;
}
.cid-us8b0g2Xix .mbr-text,
.cid-us8b0g2Xix .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-us8b0g2Xix .mbr-section-title,
.cid-us8b0g2Xix .mbr-section-btn {
  text-align: center;
}
.cid-us8aXvTiAH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-us8aXvTiAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8aXvTiAH .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-us8aXvTiAH .container {
    padding: 0 22px;
  }
}
.cid-us8aXvTiAH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-us8aXvTiAH .mbr-text {
  color: #000000;
}
.cid-us87VZ1ozn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-us87VZ1ozn img {
  border-radius: 0px;
}
.cid-us87VZ1ozn .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-us87VZ1ozn .date {
  text-transform: uppercase;
  color: #eb5e2e;
  text-align: left;
  padding-top: 1rem;
}
.cid-us87VZ1ozn .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-us87VZ1ozn .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-us87VZ1ozn .right {
  display: flex;
  flex-direction: column;
}
.cid-us87VZ1ozn .mbr-section-btn {
  border: 2px solid #eb5e2e;
  width: auto;
}
.cid-us87VZ1ozn .mbr-section-btn:hover {
  background-color: #eb5e2e;
  border: 2px solid #eb5e2e;
}
.cid-us87VZ1ozn .card-heading {
  padding-top: 0;
}
.cid-us87VZ1ozn .mbr-text {
  padding-top: 10px;
  text-align: center;
}
.cid-uDjr0FsquJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uDjr0FsquJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDjr0FsquJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDjr0FsquJ .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDjr0FsquJ .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #e1e1e1;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDjr0FsquJ .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #4479d9;
}
.cid-uDjr0FsquJ .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDjr0FsquJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:hover,
.cid-uDjr0FsquJ .list-wrapper .list .item-wrap:focus {
  color: #eb5e2e;
}
.cid-uDjr0FsquJ .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDjr0FsquJ .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDjr0FsquJ .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uDjr0FsquJ .mbr-section-title {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-text {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-desc {
  color: #000000;
}
.cid-uDjr0FsquJ .list {
  color: #ffffff;
}
.cid-uDjr0FsquJ .mbr-section-title,
.cid-uDjr0FsquJ .mbr-section-btn,
.cid-uDjr0FsquJ .social-wrap {
  color: #000000;
}
.cid-uDjr0FsquJ .list,
.cid-uDjr0FsquJ .item-wrap {
  color: #000000;
}
.cid-uEAGyewMqG .navbar-dropdown {
  position: relative !important;
}
.cid-uEAGyewMqG .navbar-dropdown {
  position: absolute !important;
}
.cid-uEAGyewMqG .btn {
  line-height: 1.2;
}
.cid-uEAGyewMqG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEAGyewMqG .nav-link {
  position: relative;
}
.cid-uEAGyewMqG .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ff8055;
}
.cid-uEAGyewMqG .nav-link:hover {
  color: #ff8055 !important;
}
.cid-uEAGyewMqG .nav-link:hover:before {
  width: 100%;
}
.cid-uEAGyewMqG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEAGyewMqG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEAGyewMqG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEAGyewMqG .dropdown-item:hover,
.cid-uEAGyewMqG .dropdown-item:focus {
  background: #eb5e2e !important;
  color: white !important;
}
.cid-uEAGyewMqG .dropdown-item:hover span {
  color: white;
}
.cid-uEAGyewMqG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEAGyewMqG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEAGyewMqG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEAGyewMqG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uEAGyewMqG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uEAGyewMqG .container {
    flex-wrap: nowrap;
  }
}
.cid-uEAGyewMqG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEAGyewMqG .navbar-nav {
  margin: auto;
}
.cid-uEAGyewMqG .dropdown-menu,
.cid-uEAGyewMqG .navbar.opened {
  background: #ffffff !important;
}
.cid-uEAGyewMqG .nav-item:focus,
.cid-uEAGyewMqG .nav-link:focus {
  outline: none;
}
.cid-uEAGyewMqG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEAGyewMqG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEAGyewMqG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEAGyewMqG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEAGyewMqG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEAGyewMqG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEAGyewMqG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uEAGyewMqG .navbar.opened {
  transition: all 0.3s;
}
.cid-uEAGyewMqG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEAGyewMqG .navbar .navbar-logo img {
  width: auto;
}
.cid-uEAGyewMqG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEAGyewMqG .navbar.collapsed {
  justify-content: center;
}
.cid-uEAGyewMqG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEAGyewMqG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEAGyewMqG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uEAGyewMqG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEAGyewMqG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEAGyewMqG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEAGyewMqG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEAGyewMqG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEAGyewMqG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEAGyewMqG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEAGyewMqG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEAGyewMqG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEAGyewMqG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEAGyewMqG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEAGyewMqG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEAGyewMqG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEAGyewMqG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEAGyewMqG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEAGyewMqG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEAGyewMqG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEAGyewMqG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEAGyewMqG .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEAGyewMqG .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uEAGyewMqG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEAGyewMqG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEAGyewMqG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEAGyewMqG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEAGyewMqG .dropdown-item.active,
.cid-uEAGyewMqG .dropdown-item:active {
  background-color: transparent;
}
.cid-uEAGyewMqG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEAGyewMqG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEAGyewMqG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEAGyewMqG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEAGyewMqG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEAGyewMqG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEAGyewMqG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEAGyewMqG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEAGyewMqG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uEAGyewMqG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEAGyewMqG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEAGyewMqG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEAGyewMqG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEAGyewMqG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEAGyewMqG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEAGyewMqG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEAGyewMqG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEAGyewMqG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEAGyewMqG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEAGyewMqG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEAGyewMqG .navbar {
    height: 70px;
  }
  .cid-uEAGyewMqG .navbar.opened {
    height: auto;
  }
  .cid-uEAGyewMqG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEAGyfgjmi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1446.jpeg");
}
.cid-uEAGyfgjmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEAGyfgjmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEAGyfgjmi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEAGyfgjmi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uEAGyfgjmi .container {
    padding: 0 30px;
  }
}
.cid-uEAGyfgjmi .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uEAGyfgjmi .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uEAGyfgjmi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uEAGyfgjmi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEAGyfgjmi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEAGyfgjmi .mbr-section-title {
  color: #ffffff;
}
.cid-uEAGyfgjmi .mbr-text,
.cid-uEAGyfgjmi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEAGyfgjmi .mbr-section-title,
.cid-uEAGyfgjmi .mbr-section-btn {
  text-align: center;
}
.cid-uEALKf3jfP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uEALKf3jfP::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
  z-index: 1;
}
.cid-uEALKf3jfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEALKf3jfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uEALKf3jfP .container {
    padding: 0 16px;
  }
}
.cid-uEALKf3jfP .row {
  position: relative;
  justify-content: space-between;
}
.cid-uEALKf3jfP .row .card {
  justify-content: space-between;
}
.cid-uEALKf3jfP .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uEALKf3jfP .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEALKf3jfP .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uEALKf3jfP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uEALKf3jfP .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uEALKf3jfP .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uEALKf3jfP .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uEALKf3jfP .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uEALKf3jfP .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uEALKf3jfP .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uEALKf3jfP .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uEALKf3jfP .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uEALKf3jfP .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uEALKf3jfP .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uEALKf3jfP .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uEALKf3jfP .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uEALKf3jfP .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uEALKf3jfP .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uEALKf3jfP .dragArea.row .form-group .form-control:hover,
.cid-uEALKf3jfP .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uEALKf3jfP .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uEALKf3jfP .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uEALKf3jfP .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uEALKf3jfP .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uEALKf3jfP .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uEALKf3jfP .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uEALKf3jfP .mbr-section-title {
  color: #000000;
}
.cid-uEALKf3jfP .mbr-text {
  color: #6f6f6f;
}
.cid-uEALKf3jfP .mbr-contact {
  color: #000000;
}
.cid-uEALKf3jfP label {
  color: #000000;
}
.cid-uEALKf3jfP LABEL {
  text-align: left;
  color: #eb5e2e;
}
.cid-uEALKf3jfP H3 {
  text-align: center;
}
.cid-uEAGyghdnY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uEAGyghdnY p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uEAGyghdnY .row {
    justify-content: flex-start !important;
  }
}
.cid-uEAGyghdnY .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uEAGyghdnY .mbr-section-title {
  text-align: center;
}
.cid-uEAGyghdnY .mbr-section-subtitle {
  text-align: center;
}
.cid-uEAGyghdnY .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uEAGyghdnY .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uEAGyghdnY .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uEAGyghdnY .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uEAGyghdnY .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-uEAGygXqzo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uEAGygXqzo p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uEAGygXqzo .row {
    justify-content: flex-start !important;
  }
}
.cid-uEAGygXqzo .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-uEAGygXqzo .mbr-section-title {
  text-align: center;
}
.cid-uEAGygXqzo .mbr-section-subtitle {
  text-align: center;
}
.cid-uEAGygXqzo .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uEAGygXqzo .card-container {
    margin-bottom: 2rem;
  }
}
.cid-uEAGygXqzo .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-uEAGygXqzo .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-uEAGygXqzo .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-uEAGyhBMVI {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-uEAGyhBMVI .google-map {
  height: 30rem;
  position: relative;
}
.cid-uEAGyhBMVI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uEAGyhBMVI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEAGyhBMVI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEAGyhBMVI .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-uEAGyi6XTO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEAGyi6XTO img {
  border-radius: 0px;
}
.cid-uEAGyi6XTO .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uEAGyi6XTO .date {
  text-transform: uppercase;
  color: #eb5e2e;
  text-align: left;
  padding-top: 1rem;
}
.cid-uEAGyi6XTO .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uEAGyi6XTO .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uEAGyi6XTO .right {
  display: flex;
  flex-direction: column;
}
.cid-uEAGyi6XTO .mbr-section-btn {
  border: 2px solid #eb5e2e;
  width: auto;
}
.cid-uEAGyi6XTO .mbr-section-btn:hover {
  background-color: #eb5e2e;
  border: 2px solid #eb5e2e;
}
.cid-uEAGyi6XTO .card-heading {
  padding-top: 0;
}
.cid-uEAGyi6XTO .mbr-text {
  padding-top: 10px;
  text-align: center;
}
.cid-uEAGyiB05A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-uEAGyiB05A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEAGyiB05A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEAGyiB05A .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uEAGyiB05A .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEAGyiB05A .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEAGyiB05A .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uEAGyiB05A .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEAGyiB05A .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uEAGyiB05A .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEAGyiB05A .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uEAGyiB05A .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uEAGyiB05A .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uEAGyiB05A .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uEAGyiB05A .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #eb5e2e;
}
.cid-uEAGyiB05A .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #e1e1e1;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uEAGyiB05A .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #4479d9;
}
.cid-uEAGyiB05A .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uEAGyiB05A .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEAGyiB05A .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uEAGyiB05A .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uEAGyiB05A .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEAGyiB05A .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uEAGyiB05A .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEAGyiB05A .list-wrapper .list .item-wrap:hover,
.cid-uEAGyiB05A .list-wrapper .list .item-wrap:focus {
  color: #eb5e2e;
}
.cid-uEAGyiB05A .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uEAGyiB05A .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uEAGyiB05A .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uEAGyiB05A .mbr-section-title {
  color: #ffffff;
}
.cid-uEAGyiB05A .mbr-text {
  color: #ffffff;
}
.cid-uEAGyiB05A .mbr-desc {
  color: #000000;
}
.cid-uEAGyiB05A .list {
  color: #ffffff;
}
.cid-uEAGyiB05A .mbr-section-title,
.cid-uEAGyiB05A .mbr-section-btn,
.cid-uEAGyiB05A .social-wrap {
  color: #000000;
}
.cid-uEAGyiB05A .list,
.cid-uEAGyiB05A .item-wrap {
  color: #000000;
}
