.btn {
  border-width: 2px;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.8rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.375rem;
  line-height: 120%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.8rem;
  line-height: 148%;
}
.display-5 > .mbr-iconfont {
  font-size: 1rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #55a41b !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6a6a6a !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ab9791 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #55a41b !important;
  border-color: #55a41b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2e5a0f !important;
  border-color: #2e5a0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2e5a0f !important;
  border-color: #2e5a0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55a41b !important;
  border-color: #55a41b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2e5a0f !important;
  border-color: #2e5a0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2e5a0f !important;
  border-color: #2e5a0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ab9791 !important;
  border-color: #ab9791 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #826a63 !important;
  border-color: #826a63 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #826a63 !important;
  border-color: #826a63 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #55a41b;
  color: #55a41b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2e5a0f !important;
  background-color: transparent!important;
  border-color: #2e5a0f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #55a41b !important;
  border-color: #55a41b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #55a41b;
  color: #55a41b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2e5a0f !important;
  background-color: transparent!important;
  border-color: #2e5a0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55a41b !important;
  border-color: #55a41b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6a6a6a;
  color: #6a6a6a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3f3f3f !important;
  background-color: transparent!important;
  border-color: #3f3f3f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6a6a6a !important;
  border-color: #6a6a6a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ab9791;
  color: #ab9791;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #826a63 !important;
  background-color: transparent!important;
  border-color: #826a63 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ab9791 !important;
  border-color: #ab9791 !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: #55a41b !important;
}
.text-secondary {
  color: #55a41b !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6a6a6a !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ab9791 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #284c0d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #284c0d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #373737 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #79635d !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: #55a41b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6a6a6a;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ab9791;
}
.mbr-gallery-filter li.active .btn {
  background-color: #55a41b;
  border-color: #55a41b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #55a41b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #95e45b;
}
.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: #aaaaaa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2dbd9;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.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: #55a41b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #55a41b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #55a41b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #55a41b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #55a41b;
  border-bottom-color: #55a41b;
}
.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: #55a41b !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: #55a41b !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='%2355a41b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  max-height: 62px;
  min-width: 220px;
  padding: 9px 15px;
  box-shadow: none;
  line-height: 3;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #55a41b;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #6a6a6a !important;
  border: none;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #55a41b;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #6a6a6a !important;
  border: none;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #6a6a6a !important;
  border: none;
  background-color: #55a41b !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #6a6a6a;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #6a6a6a !important;
  border: none;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #6a6a6a !important;
  border: none;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #ab9791;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #6a6a6a !important;
  border: none;
  background-color: #ffffff !important;
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRP14QOSA7 {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tRP14QOSA7 .carousel {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .cid-tRP14QOSA7 .carousel {
    height: 100vh;
  }
}
.cid-tRP14QOSA7 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tRP14QOSA7 .carousel-item,
.cid-tRP14QOSA7 .carousel-inner {
  height: 100%;
}
.cid-tRP14QOSA7 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tRP14QOSA7 .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tRP14QOSA7 .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tRP14QOSA7 .mbr-section-title.display-1 {
    font-size: 110px;
    line-height: 186px;
  }
}
.cid-tRP14QOSA7 .mbr-section-btn {
  margin-top: 42px;
}
.cid-tRP14QOSA7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tRP14QOSA7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tRP14QOSA7 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tRP14QOSA7 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tRP14QOSA7 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRP14QOSA7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tRP14QOSA7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tRP14QOSA7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tRP14QOSA7 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #ebeced;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tRP14QOSA7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #ebeced !important;
}
.cid-tRP14QOSA7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #ebeced !important;
}
.cid-tRP14QOSA7 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tRP14QOSA7 .carousel-control {
    display: none !important;
  }
}
.cid-tRP14QOSA7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tRP14QOSA7 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #ebeced;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tRP14QOSA7 .carousel-indicators li.active,
.cid-tRP14QOSA7 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tRP14QOSA7 .carousel-indicators li::after,
.cid-tRP14QOSA7 .carousel-indicators li::before {
  content: none;
}
.cid-tRP14QOSA7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRP14QOSA7 .carousel-indicators {
    display: none !important;
  }
}
.cid-tRP14QOSA7 .mbr-section-text,
.cid-tRP14QOSA7 .mbr-section-btn {
  text-align: center;
}
.cid-tRP14QOSA7 P {
  color: #ffffff;
}
.cid-uchNBT1YwX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d5d5d5;
  flex-direction: column;
  justify-content: center;
}
.cid-uchNBT1YwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uchNBT1YwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uchNBT1YwX .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uchNBT1YwX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uchNBT1YwX .container {
    padding: 0 16px;
  }
}
.cid-uchNBT1YwX .row {
  justify-content: space-between;
}
.cid-uchNBT1YwX .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uchNBT1YwX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uchNBT1YwX .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uchNBT1YwX .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uchNBT1YwX .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uchNBT1YwX .image-wrapper img {
    height: 350px;
  }
}
.cid-uchNBT1YwX .mbr-desc {
  color: #706cff;
}
.cid-uchNBT1YwX .mbr-section-title {
  color: #000000;
}
.cid-uchNBT1YwX .mbr-text {
  color: #000000;
}
.cid-uJS8mwxiUV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d8dadb;
}
.cid-uJS8mwxiUV .title-wrapper {
  margin-bottom: 22px;
}
.cid-uJS8mwxiUV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJS8mwxiUV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #232323, #232323 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJS8mwxiUV .mbr-section-btn {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJS8mwxiUV .mbr-section-btn {
    text-align: left;
  }
}
.cid-uJS8mwxiUV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-uJS8mwxiUV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJS8mwxiUV .embla__slide .slide-content {
  width: 100%;
}
.cid-uJS8mwxiUV .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uJS8mwxiUV .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uJS8mwxiUV .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uJS8mwxiUV .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uJS8mwxiUV .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .item-wrap {
  display: inline-block;
  border: 1px solid #232323;
  padding: 2px 8px;
}
.cid-uJS8mwxiUV .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uJS8mwxiUV .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uJS8mwxiUV .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uJS8mwxiUV .embla__button--next,
.cid-uJS8mwxiUV .embla__button--prev {
  display: flex;
}
.cid-uJS8mwxiUV .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #55a41b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uJS8mwxiUV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJS8mwxiUV .embla__button:hover {
  box-shadow: 0 0 33px 0 #55a41b;
}
.cid-uJS8mwxiUV .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uJS8mwxiUV .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uJS8mwxiUV .embla__button.embla__button--next {
  right: 0;
}
.cid-uJS8mwxiUV .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uJS8mwxiUV .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJS8mwxiUV .embla {
    padding-bottom: 32px;
  }
}
.cid-uJS8mwxiUV .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #353535 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uJS8mwxiUV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJS8mwxiUV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJS8mwxiUV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJS8mwxiUV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJS8mwxiUV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uJS8mwxiUV .mbr-section-title {
  color: #ffffff;
}
.cid-uJS8mwxiUV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJS8mwxiUV .item-wrap {
  color: #ffffff;
}
.cid-uJS8mwxiUV .item-title {
  color: #ffffff;
}
.cid-uJS8mwxiUV .item-text {
  color: #232323;
}
.cid-uJS8mwxiUV .mbr-section-title,
.cid-uJS8mwxiUV .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJS8mwxiUV .item-wrap,
.cid-uJS8mwxiUV .date-wrapper {
  color: #232323;
}
.cid-tR5DgoH18g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d8dadb;
}
.cid-tR5DgoH18g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR5DgoH18g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR5DgoH18g .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tR5DgoH18g .container-fluid {
    padding: 0 20px;
  }
}
.cid-tR5DgoH18g .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tR5DgoH18g .container {
    padding: 0 20px;
  }
}
.cid-tR5DgoH18g .row {
  justify-content: center;
}
.cid-tR5DgoH18g .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tR5DgoH18g .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tR5DgoH18g .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #d8dadb;
}
@media (max-width: 768px) {
  .cid-tR5DgoH18g .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-tR5DgoH18g .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tR5DgoH18g .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tR5DgoH18g .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-tR5DgoH18g .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-tR5DgoH18g .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #d8dadb !important;
  opacity: .5;
}
.cid-tR5DgoH18g .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-tR5DgoH18g .item {
  margin-bottom: 32px;
}
.cid-tR5DgoH18g .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-tR5DgoH18g .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-tR5DgoH18g .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-tR5DgoH18g .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-tR5DgoH18g .item a .item-wrapper {
  overflow: hidden;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-tR5DgoH18g .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #b29fe9;
  transition: all 0.3s ease-out;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
  transform: none;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #c8d814;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-tR5DgoH18g .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-tR5DgoH18g .mbr-section-title {
  color: #515151;
  text-align: left;
}
.cid-tR5DgoH18g .mbr-section-subtitle {
  color: #000000;
}
.cid-tR5DgoH18g .item-title {
  color: #ffffff;
}
.cid-tR5DgoH18g .item-subtitle {
  color: #ffffff;
}
.cid-tR5DgoH18g .item-desc {
  color: #D2D3D5;
}
.cid-tR5DgoH18g .item-link {
  color: #ffffff;
}
.cid-u1CMPgKjCf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #d8d8d8;
}
.cid-u1CMPgKjCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CMPgKjCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CMPgKjCf .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u1CMPgKjCf .container-fluid {
    padding: 0 20px;
  }
}
.cid-u1CMPgKjCf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1CMPgKjCf .container {
    padding: 0 20px;
  }
}
.cid-u1CMPgKjCf .row {
  justify-content: center;
}
.cid-u1CMPgKjCf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-u1CMPgKjCf .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u1CMPgKjCf .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #d8dadb;
}
@media (max-width: 768px) {
  .cid-u1CMPgKjCf .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-u1CMPgKjCf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u1CMPgKjCf .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-u1CMPgKjCf .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-u1CMPgKjCf .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-u1CMPgKjCf .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #d8dadb !important;
  opacity: .5;
}
.cid-u1CMPgKjCf .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-u1CMPgKjCf .item {
  margin-bottom: 32px;
}
.cid-u1CMPgKjCf .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-u1CMPgKjCf .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-u1CMPgKjCf .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-u1CMPgKjCf .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-u1CMPgKjCf .item a .item-wrapper {
  overflow: hidden;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-u1CMPgKjCf .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #b29fe9;
  transition: all 0.3s ease-out;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
  transform: none;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #c8d814;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-u1CMPgKjCf .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-u1CMPgKjCf .mbr-section-title {
  color: #515151;
}
.cid-u1CMPgKjCf .mbr-section-subtitle {
  color: #000000;
}
.cid-u1CMPgKjCf .item-title {
  color: #ffffff;
}
.cid-u1CMPgKjCf .item-subtitle {
  color: #ffffff;
}
.cid-u1CMPgKjCf .item-desc {
  color: #D2D3D5;
}
.cid-u1CMPgKjCf .item-link {
  color: #ffffff;
}
.cid-tR5Fim90zk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebeced;
}
.cid-tR5Fim90zk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR5Fim90zk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR5Fim90zk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tR5Fim90zk .container-fluid {
    padding: 0 25px;
  }
}
.cid-tR5Fim90zk .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tR5Fim90zk .container {
    padding: 0 25px;
  }
}
.cid-tR5Fim90zk .row {
  border: 1px solid #edfae3;
}
.cid-tR5Fim90zk .card {
  padding: 0;
}
.cid-tR5Fim90zk .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-tR5Fim90zk .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-tR5Fim90zk .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-tR5Fim90zk .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #edfae3;
}
@media (max-width: 992px) {
  .cid-tR5Fim90zk .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-tR5Fim90zk .title-wrapper .title-wrap {
  width: 100%;
}
.cid-tR5Fim90zk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tR5Fim90zk .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tR5Fim90zk .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-tR5Fim90zk .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-tR5Fim90zk .mbr-section-title {
  color: #ffffff;
}
.cid-tR5Fim90zk .mbr-text {
  color: #515151;
}
.cid-tR5Fim90zk .mbr-desc {
  color: #ffffff;
}
.cid-tR5Fim90zk .mbr-section-title,
.cid-tR5Fim90zk .mbr-section-btn {
  color: #55a41b;
}
.cid-tR5HGXKwGM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tR5HGXKwGM [class^='socicon-']:before,
.cid-tR5HGXKwGM [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-tR5HGXKwGM .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-tR5HGXKwGM .btn-social:hover {
  background: #55a41b;
}
.cid-tR5HGXKwGM .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tR5HGXKwGM .btn-social:hover span {
  color: #ffffff !important;
}
.cid-tR5HGXKwGM .mbr-section-title {
  color: #2e6b75;
}
.cid-tR5HGXKwGM .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-tR5HGXKwGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR5HGXKwGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR5HGXKwGM .mbr-section-title,
.cid-tR5HGXKwGM .mbr-social-likes {
  color: #515151;
}
.cid-tR5HL64qeC {
  text-align: center;
  overflow: hidden;
}
.cid-tR5HL64qeC .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-tR5LXlW6y9 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-tR5LXlW6y9 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-tR5LXlW6y9 .footer__content {
  margin-bottom: 30px;
}
.cid-tR5LXlW6y9 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tR5LXlW6y9 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-tR5LXlW6y9 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-tR5LXlW6y9 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tR5LXlW6y9 .privacy {
    text-align: left;
  }
}
.cid-tR5LXlW6y9 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tR5LXlW6y9 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tR5LXlW6y9 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tR5LXlW6y9 .input-group-btn {
  padding-left: 0;
}
.cid-tR5LXlW6y9 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tR5LXlW6y9 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tR5LXlW6y9 .mbr-form .btn {
  margin: 0;
}
.cid-tR5LXlW6y9 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-tR5LXlW6y9 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tR5LXlW6y9 .wrap {
    padding-bottom: 25px;
  }
  .cid-tR5LXlW6y9 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ55a3dBNR {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-tZ55a3dBNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ55a3dBNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ55a3dBNR .title-wrapper {
  padding: 0 2rem;
}
.cid-tZ55a3dBNR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tZ55a3dBNR .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tZ55a3dBNR .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-tZ55a3dBNR .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tZ55a3dBNR .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-tZ55a3dBNR .mbr-section-title {
  color: #FFFFFF;
}
.cid-tZ55a3dBNR .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tZ55a3dBNR .mbr-section-title,
.cid-tZ55a3dBNR .mbr-section-btn {
  text-align: center;
}
.cid-u2jd16n4we {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2jd16n4we .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2jd16n4we .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2jd16n4we .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2jd16n4we .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2jd16n4we .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2jd16n4we .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2jd16n4we .container {
    padding: 0 12px;
  }
}
.cid-u2jd16n4we .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2jd16n4we .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u2jd16n4we .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u2jd16n4we .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2jd16n4we .mbr-section-title {
  color: #1D1D1F;
}
.cid-u2jd16n4we .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u2jd16n4we .mbr-section-title,
.cid-u2jd16n4we .mbr-section-btn {
  text-align: center;
}
.cid-ucdJKPD6Td {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ucdJKPD6Td .image-body {
    margin-right: 10px;
  }
}
.cid-ucdJKPD6Td .card-img-top {
  width: 200px;
  height: 40px;
}
.cid-ucdJKPD6Td .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-ucdJKPD6Td .card {
  padding: 10px;
  flex-direction: row;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-ucdJKPD6Td .card {
    padding: 10px 10px;
  }
}
@media (max-width: 992px) {
  .cid-ucdJKPD6Td .card {
    flex-direction: column;
  }
  .cid-ucdJKPD6Td .image-body {
    padding-bottom: 0;
  }
  .cid-ucdJKPD6Td .text-body {
    padding-top: 10px;
  }
}
.cid-ucdJKPD6Td .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdJKPD6Td .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ55a4lfuS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZ55a4lfuS .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-tZ55a4lfuS .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZ55a4lfuS .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-tZ55a4lfuS .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-tZ55a4lfuS .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-tZ55a4lfuS .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-tZ55a4lfuS .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-tZ55a4lfuS .item-content {
    opacity: 1 !important;
  }
  .cid-tZ55a4lfuS .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-tZ55a4lfuS .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-tZ55a4lfuS .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tZ55a4lfuS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZ55a4lfuS .item:hover img {
  transform: scale(1.05);
}
.cid-tZ55a4lfuS .item-img {
  overflow: hidden;
}
.cid-tZ55a4lfuS img,
.cid-tZ55a4lfuS .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-tZ55a4lfuS h5 {
  margin: 0;
}
.cid-tZ55a4lfuS .item:focus,
.cid-tZ55a4lfuS span:focus {
  outline: none;
}
.cid-tZ55a4lfuS .mbr-section-title {
  color: #232323;
}
.cid-tZ55a4lfuS .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tZ5EXcJXWE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZ5EXcJXWE .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-tZ5EXcJXWE .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZ5EXcJXWE .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-tZ5EXcJXWE .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-tZ5EXcJXWE .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-tZ5EXcJXWE .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-tZ5EXcJXWE .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-tZ5EXcJXWE .item-content {
    opacity: 1 !important;
  }
  .cid-tZ5EXcJXWE .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-tZ5EXcJXWE .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-tZ5EXcJXWE .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tZ5EXcJXWE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZ5EXcJXWE .item:hover img {
  transform: scale(1.05);
}
.cid-tZ5EXcJXWE .item-img {
  overflow: hidden;
}
.cid-tZ5EXcJXWE img,
.cid-tZ5EXcJXWE .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-tZ5EXcJXWE h5 {
  margin: 0;
}
.cid-tZ5EXcJXWE .item:focus,
.cid-tZ5EXcJXWE span:focus {
  outline: none;
}
.cid-tZ5EXcJXWE .mbr-section-title {
  color: #232323;
}
.cid-tZ5EXcJXWE .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uGEnFeG7p5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGEnFeG7p5 .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-uGEnFeG7p5 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGEnFeG7p5 .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-uGEnFeG7p5 .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-uGEnFeG7p5 .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-uGEnFeG7p5 .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-uGEnFeG7p5 .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-uGEnFeG7p5 .item-content {
    opacity: 1 !important;
  }
  .cid-uGEnFeG7p5 .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-uGEnFeG7p5 .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-uGEnFeG7p5 .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGEnFeG7p5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uGEnFeG7p5 .item:hover img {
  transform: scale(1.05);
}
.cid-uGEnFeG7p5 .item-img {
  overflow: hidden;
}
.cid-uGEnFeG7p5 img,
.cid-uGEnFeG7p5 .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-uGEnFeG7p5 h5 {
  margin: 0;
}
.cid-uGEnFeG7p5 .item:focus,
.cid-uGEnFeG7p5 span:focus {
  outline: none;
}
.cid-uGEnFeG7p5 .mbr-section-title {
  color: #232323;
}
.cid-uGEnFeG7p5 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2i0gZGXxs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2i0gZGXxs .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2i0gZGXxs .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2i0gZGXxs .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2i0gZGXxs .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2i0gZGXxs .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2i0gZGXxs .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2i0gZGXxs .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2i0gZGXxs .item-content {
    opacity: 1 !important;
  }
  .cid-u2i0gZGXxs .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2i0gZGXxs .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2i0gZGXxs .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2i0gZGXxs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2i0gZGXxs .item:hover img {
  transform: scale(1.05);
}
.cid-u2i0gZGXxs .item-img {
  overflow: hidden;
}
.cid-u2i0gZGXxs img,
.cid-u2i0gZGXxs .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2i0gZGXxs h5 {
  margin: 0;
}
.cid-u2i0gZGXxs .item:focus,
.cid-u2i0gZGXxs span:focus {
  outline: none;
}
.cid-u2i0gZGXxs .mbr-section-title {
  color: #232323;
}
.cid-u2i0gZGXxs .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2i0hEBhyX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2i0hEBhyX .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2i0hEBhyX .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2i0hEBhyX .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2i0hEBhyX .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2i0hEBhyX .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2i0hEBhyX .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2i0hEBhyX .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2i0hEBhyX .item-content {
    opacity: 1 !important;
  }
  .cid-u2i0hEBhyX .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2i0hEBhyX .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2i0hEBhyX .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2i0hEBhyX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2i0hEBhyX .item:hover img {
  transform: scale(1.05);
}
.cid-u2i0hEBhyX .item-img {
  overflow: hidden;
}
.cid-u2i0hEBhyX img,
.cid-u2i0hEBhyX .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2i0hEBhyX h5 {
  margin: 0;
}
.cid-u2i0hEBhyX .item:focus,
.cid-u2i0hEBhyX span:focus {
  outline: none;
}
.cid-u2i0hEBhyX .mbr-section-title {
  color: #232323;
}
.cid-u2i0hEBhyX .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2i0igY5GY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2i0igY5GY .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2i0igY5GY .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2i0igY5GY .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2i0igY5GY .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2i0igY5GY .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2i0igY5GY .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2i0igY5GY .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2i0igY5GY .item-content {
    opacity: 1 !important;
  }
  .cid-u2i0igY5GY .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2i0igY5GY .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2i0igY5GY .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2i0igY5GY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2i0igY5GY .item:hover img {
  transform: scale(1.05);
}
.cid-u2i0igY5GY .item-img {
  overflow: hidden;
}
.cid-u2i0igY5GY img,
.cid-u2i0igY5GY .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2i0igY5GY h5 {
  margin: 0;
}
.cid-u2i0igY5GY .item:focus,
.cid-u2i0igY5GY span:focus {
  outline: none;
}
.cid-u2i0igY5GY .mbr-section-title {
  color: #232323;
}
.cid-u2i0igY5GY .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tZ55aabjsF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZ55aabjsF [class^='socicon-']:before,
.cid-tZ55aabjsF [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-tZ55aabjsF .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-tZ55aabjsF .btn-social:hover {
  background: #55a41b;
}
.cid-tZ55aabjsF .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tZ55aabjsF .btn-social:hover span {
  color: #ffffff !important;
}
.cid-tZ55aabjsF .mbr-section-title {
  color: #2e6b75;
}
.cid-tZ55aabjsF .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-tZ55aabjsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ55aabjsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ55aabjsF .mbr-section-title,
.cid-tZ55aabjsF .mbr-social-likes {
  color: #515151;
}
.cid-tZ55abhgIC {
  text-align: center;
  overflow: hidden;
}
.cid-tZ55abhgIC .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-tZ55abQcAU {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-tZ55abQcAU .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-tZ55abQcAU .footer__content {
  margin-bottom: 30px;
}
.cid-tZ55abQcAU .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tZ55abQcAU .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-tZ55abQcAU .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-tZ55abQcAU .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZ55abQcAU .privacy {
    text-align: left;
  }
}
.cid-tZ55abQcAU .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tZ55abQcAU .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tZ55abQcAU .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tZ55abQcAU .input-group-btn {
  padding-left: 0;
}
.cid-tZ55abQcAU .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tZ55abQcAU .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tZ55abQcAU .mbr-form .btn {
  margin: 0;
}
.cid-tZ55abQcAU input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-tZ55abQcAU input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tZ55abQcAU .wrap {
    padding-bottom: 25px;
  }
  .cid-tZ55abQcAU .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRavD9Jc0W {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dermo-1-1800x1000.jpg");
}
.cid-tRavD9Jc0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRavD9Jc0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRavD9Jc0W .title-wrapper {
  padding: 0 2rem;
}
.cid-tRavD9Jc0W .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tRavD9Jc0W .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tRavD9Jc0W .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-tRavD9Jc0W .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tRavD9Jc0W .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-tRavD9Jc0W .mbr-section-title {
  color: #FFFFFF;
}
.cid-tRavD9Jc0W .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tRavD9Jc0W .mbr-section-title,
.cid-tRavD9Jc0W .mbr-section-btn {
  text-align: center;
}
.cid-u1CUN9EpgB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1CUN9EpgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CUN9EpgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CUN9EpgB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u1CUN9EpgB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u1CUN9EpgB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u1CUN9EpgB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u1CUN9EpgB .container {
    padding: 0 12px;
  }
}
.cid-u1CUN9EpgB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1CUN9EpgB .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u1CUN9EpgB .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u1CUN9EpgB .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u1CUN9EpgB .mbr-section-title {
  color: #1D1D1F;
}
.cid-u1CUN9EpgB .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u1CUN9EpgB .mbr-section-title,
.cid-u1CUN9EpgB .mbr-section-btn {
  text-align: center;
}
.cid-ucdGtvfFME {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ucdGtvfFME .image-body {
    margin-right: 10px;
  }
}
.cid-ucdGtvfFME .card-img-top {
  width: 200px;
  height: 40px;
}
.cid-ucdGtvfFME .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-ucdGtvfFME .card {
  padding: 10px;
  flex-direction: row;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-ucdGtvfFME .card {
    padding: 10px 10px;
  }
}
@media (max-width: 992px) {
  .cid-ucdGtvfFME .card {
    flex-direction: column;
  }
  .cid-ucdGtvfFME .image-body {
    padding-bottom: 0;
  }
  .cid-ucdGtvfFME .text-body {
    padding-top: 10px;
  }
}
.cid-ucdGtvfFME .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdGtvfFME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbe7jEqcZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/banner-mexico-int.jpg-1800x1000.jpg");
}
.cid-uLbe7jEqcZ .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uLbe7jEqcZ .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-uLbe7jEqcZ .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-uLbe7jEqcZ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbe7jEqcZ .btn:hover {
  box-shadow: none;
}
.cid-uLbe7jEqcZ .mbr-section-title,
.cid-uLbe7jEqcZ .mbr-section-btn {
  text-align: center;
}
.cid-u1D9pRORox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u1D9pRORox .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1D9pRORox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1D9pRORox .mbr-section-title {
  color: #24262b;
}
.cid-u1D9pRORox .mbr-section-subtitle {
  color: #24262b;
}
.cid-u1D9pRORox .mbr-section-btn {
  margin-top: 16px;
}
.cid-tRPoDxHgYv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRPoDxHgYv .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-tRPoDxHgYv .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRPoDxHgYv .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-tRPoDxHgYv .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-tRPoDxHgYv .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-tRPoDxHgYv .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-tRPoDxHgYv .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-tRPoDxHgYv .item-content {
    opacity: 1 !important;
  }
  .cid-tRPoDxHgYv .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-tRPoDxHgYv .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-tRPoDxHgYv .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tRPoDxHgYv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tRPoDxHgYv .item:hover img {
  transform: scale(1.05);
}
.cid-tRPoDxHgYv .item-img {
  overflow: hidden;
}
.cid-tRPoDxHgYv img,
.cid-tRPoDxHgYv .item-img {
  width: 100%;
  transition: all 1s;
  height: 400px;
  object-fit: cover;
}
.cid-tRPoDxHgYv h5 {
  margin: 0;
}
.cid-tRPoDxHgYv .item:focus,
.cid-tRPoDxHgYv span:focus {
  outline: none;
}
.cid-tRPoDxHgYv .mbr-section-title {
  color: #232323;
}
.cid-tRPoDxHgYv .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-tRav2FLsSg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRav2FLsSg [class^='socicon-']:before,
.cid-tRav2FLsSg [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-tRav2FLsSg .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-tRav2FLsSg .btn-social:hover {
  background: #55a41b;
}
.cid-tRav2FLsSg .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tRav2FLsSg .btn-social:hover span {
  color: #ffffff !important;
}
.cid-tRav2FLsSg .mbr-section-title {
  color: #2e6b75;
}
.cid-tRav2FLsSg .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-tRav2FLsSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRav2FLsSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRav2FLsSg .mbr-section-title,
.cid-tRav2FLsSg .mbr-social-likes {
  color: #515151;
}
.cid-tRav2IdZ4q {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-tRav2IdZ4q .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-tRav2IdZ4q .footer__content {
  margin-bottom: 30px;
}
.cid-tRav2IdZ4q .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tRav2IdZ4q .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-tRav2IdZ4q .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-tRav2IdZ4q .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tRav2IdZ4q .privacy {
    text-align: left;
  }
}
.cid-tRav2IdZ4q .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tRav2IdZ4q .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tRav2IdZ4q .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tRav2IdZ4q .input-group-btn {
  padding-left: 0;
}
.cid-tRav2IdZ4q .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tRav2IdZ4q .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-tRav2IdZ4q .mbr-form .btn {
  margin: 0;
}
.cid-tRav2IdZ4q input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-tRav2IdZ4q input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tRav2IdZ4q .wrap {
    padding-bottom: 25px;
  }
  .cid-tRav2IdZ4q .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0l075EuZ3 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-medico-1-1800x690.jpg");
}
.cid-u0l075EuZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0l075EuZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0l075EuZ3 .title-wrapper {
  padding: 0 2rem;
}
.cid-u0l075EuZ3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u0l075EuZ3 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u0l075EuZ3 .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u0l075EuZ3 .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u0l075EuZ3 .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u0l075EuZ3 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u0l075EuZ3 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u0l075EuZ3 .mbr-section-title,
.cid-u0l075EuZ3 .mbr-section-btn {
  text-align: center;
}
.cid-u0l0788ugQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-u0l0788ugQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0l0788ugQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0l0788ugQ .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u0l0788ugQ .container-fluid {
    padding: 0 12px;
  }
}
.cid-u0l0788ugQ .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.cid-u0l0788ugQ .card {
  border-right: 0;
}
.cid-u0l0788ugQ .card .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u0l0788ugQ .card .image-wrapper {
    margin-bottom: 28px;
  }
}
.cid-u0l0788ugQ .card .image-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1100px) {
  .cid-u0l0788ugQ .card .image-wrapper img {
    width: 100%;
  }
}
.cid-ucdOOQZqx4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-ucdOOQZqx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdOOQZqx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdOOQZqx4 .mbr-section-title {
  color: #24262b;
}
.cid-ucdOOQZqx4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-ucdOOQZqx4 .mbr-section-btn {
  margin-top: 16px;
}
.cid-u2ifeLLYYu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2ifeLLYYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ifeLLYYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ifeLLYYu .mbr-section-title {
  color: #24262b;
}
.cid-u2ifeLLYYu .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2ifeLLYYu .mbr-section-btn {
  margin-top: 16px;
}
.cid-u2ifn0aUaS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2ifn0aUaS .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2ifn0aUaS .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2ifn0aUaS .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2ifn0aUaS .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2ifn0aUaS .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2ifn0aUaS .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2ifn0aUaS .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2ifn0aUaS .item-content {
    opacity: 1 !important;
  }
  .cid-u2ifn0aUaS .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2ifn0aUaS .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2ifn0aUaS .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2ifn0aUaS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2ifn0aUaS .item:hover img {
  transform: scale(1.05);
}
.cid-u2ifn0aUaS .item-img {
  overflow: hidden;
}
.cid-u2ifn0aUaS img,
.cid-u2ifn0aUaS .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2ifn0aUaS h5 {
  margin: 0;
}
.cid-u2ifn0aUaS .item:focus,
.cid-u2ifn0aUaS span:focus {
  outline: none;
}
.cid-u2ifn0aUaS .mbr-section-title {
  color: #232323;
}
.cid-u2ifn0aUaS .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2ifLVMjTz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2ifLVMjTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ifLVMjTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ifLVMjTz .mbr-section-title {
  color: #24262b;
}
.cid-u2ifLVMjTz .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2ifLVMjTz .mbr-section-btn {
  margin-top: 16px;
}
.cid-u2ifT0suiK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2ifT0suiK .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2ifT0suiK .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2ifT0suiK .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2ifT0suiK .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2ifT0suiK .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2ifT0suiK .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2ifT0suiK .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2ifT0suiK .item-content {
    opacity: 1 !important;
  }
  .cid-u2ifT0suiK .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2ifT0suiK .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2ifT0suiK .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2ifT0suiK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2ifT0suiK .item:hover img {
  transform: scale(1.05);
}
.cid-u2ifT0suiK .item-img {
  overflow: hidden;
}
.cid-u2ifT0suiK img,
.cid-u2ifT0suiK .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2ifT0suiK h5 {
  margin: 0;
}
.cid-u2ifT0suiK .item:focus,
.cid-u2ifT0suiK span:focus {
  outline: none;
}
.cid-u2ifT0suiK .mbr-section-title {
  color: #232323;
}
.cid-u2ifT0suiK .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2ihdCKwAC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2ihdCKwAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ihdCKwAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ihdCKwAC .mbr-section-title {
  color: #24262b;
}
.cid-u2ihdCKwAC .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2ihdCKwAC .mbr-section-btn {
  margin-top: 16px;
}
.cid-u2ihiX6oTx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2ihiX6oTx .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2ihiX6oTx .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2ihiX6oTx .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2ihiX6oTx .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2ihiX6oTx .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2ihiX6oTx .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2ihiX6oTx .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2ihiX6oTx .item-content {
    opacity: 1 !important;
  }
  .cid-u2ihiX6oTx .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2ihiX6oTx .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2ihiX6oTx .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2ihiX6oTx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2ihiX6oTx .item:hover img {
  transform: scale(1.05);
}
.cid-u2ihiX6oTx .item-img {
  overflow: hidden;
}
.cid-u2ihiX6oTx img,
.cid-u2ihiX6oTx .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2ihiX6oTx h5 {
  margin: 0;
}
.cid-u2ihiX6oTx .item:focus,
.cid-u2ihiX6oTx span:focus {
  outline: none;
}
.cid-u2ihiX6oTx .mbr-section-title {
  color: #232323;
}
.cid-u2ihiX6oTx .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u28450e7rf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u28450e7rf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u28450e7rf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u28450e7rf .mbr-section-title {
  color: #24262b;
}
.cid-u28450e7rf .mbr-section-subtitle {
  color: #24262b;
}
.cid-u28450e7rf .mbr-section-btn {
  margin-top: 16px;
}
.cid-u2i53W8uEj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2i53W8uEj .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2i53W8uEj .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2i53W8uEj .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2i53W8uEj .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2i53W8uEj .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2i53W8uEj .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2i53W8uEj .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2i53W8uEj .item-content {
    opacity: 1 !important;
  }
  .cid-u2i53W8uEj .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2i53W8uEj .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2i53W8uEj .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2i53W8uEj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2i53W8uEj .item:hover img {
  transform: scale(1.05);
}
.cid-u2i53W8uEj .item-img {
  overflow: hidden;
}
.cid-u2i53W8uEj img,
.cid-u2i53W8uEj .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2i53W8uEj h5 {
  margin: 0;
}
.cid-u2i53W8uEj .item:focus,
.cid-u2i53W8uEj span:focus {
  outline: none;
}
.cid-u2i53W8uEj .mbr-section-title {
  color: #232323;
}
.cid-u2i53W8uEj .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-ucdMsv9wTA {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ucdMsv9wTA .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-ucdMsv9wTA .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucdMsv9wTA .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-ucdMsv9wTA .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-ucdMsv9wTA .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-ucdMsv9wTA .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-ucdMsv9wTA .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-ucdMsv9wTA .item-content {
    opacity: 1 !important;
  }
  .cid-ucdMsv9wTA .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-ucdMsv9wTA .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-ucdMsv9wTA .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ucdMsv9wTA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucdMsv9wTA .item:hover img {
  transform: scale(1.05);
}
.cid-ucdMsv9wTA .item-img {
  overflow: hidden;
}
.cid-ucdMsv9wTA img,
.cid-ucdMsv9wTA .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-ucdMsv9wTA h5 {
  margin: 0;
}
.cid-ucdMsv9wTA .item:focus,
.cid-ucdMsv9wTA span:focus {
  outline: none;
}
.cid-ucdMsv9wTA .mbr-section-title {
  color: #232323;
}
.cid-ucdMsv9wTA .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u0l07cEsaV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0l07cEsaV [class^='socicon-']:before,
.cid-u0l07cEsaV [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u0l07cEsaV .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u0l07cEsaV .btn-social:hover {
  background: #55a41b;
}
.cid-u0l07cEsaV .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u0l07cEsaV .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u0l07cEsaV .mbr-section-title {
  color: #2e6b75;
}
.cid-u0l07cEsaV .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u0l07cEsaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0l07cEsaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0l07cEsaV .mbr-section-title,
.cid-u0l07cEsaV .mbr-social-likes {
  color: #515151;
}
.cid-u0l07dKiO0 {
  text-align: center;
  overflow: hidden;
}
.cid-u0l07dKiO0 .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u0l07eddkN {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u0l07eddkN .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u0l07eddkN .footer__content {
  margin-bottom: 30px;
}
.cid-u0l07eddkN .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u0l07eddkN .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u0l07eddkN .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u0l07eddkN .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0l07eddkN .privacy {
    text-align: left;
  }
}
.cid-u0l07eddkN .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u0l07eddkN .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u0l07eddkN .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u0l07eddkN .input-group-btn {
  padding-left: 0;
}
.cid-u0l07eddkN .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u0l07eddkN .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u0l07eddkN .mbr-form .btn {
  margin: 0;
}
.cid-u0l07eddkN input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u0l07eddkN input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u0l07eddkN .wrap {
    padding-bottom: 25px;
  }
  .cid-u0l07eddkN .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2ijw7GqEM {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u2ijw7GqEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ijw7GqEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ijw7GqEM .title-wrapper {
  padding: 0 2rem;
}
.cid-u2ijw7GqEM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2ijw7GqEM .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2ijw7GqEM .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2ijw7GqEM .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2ijw7GqEM .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2ijw7GqEM .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2ijw7GqEM .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2ijw7GqEM .mbr-section-title,
.cid-u2ijw7GqEM .mbr-section-btn {
  text-align: center;
}
.cid-u2ijw9tQms {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-u2ijw9tQms .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ijw9tQms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ijw9tQms .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u2ijw9tQms .container-fluid {
    padding: 0 12px;
  }
}
.cid-u2ijw9tQms .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.cid-u2ijw9tQms .card {
  border-right: 0;
}
.cid-u2ijw9tQms .card .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2ijw9tQms .card .image-wrapper {
    margin-bottom: 28px;
  }
}
.cid-u2ijw9tQms .card .image-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1100px) {
  .cid-u2ijw9tQms .card .image-wrapper img {
    width: 100%;
  }
}
.cid-ucdOw0Opg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeced;
}
.cid-ucdOw0Opg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdOw0Opg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucdOw0Opg4 .mbr-section-title {
  color: #24262b;
}
.cid-ucdOw0Opg4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-ucdOw0Opg4 .mbr-section-btn {
  margin-top: 16px;
}
.cid-u2ijwfDKXb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2ijwfDKXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ijwfDKXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ijwfDKXb .mbr-section-title {
  color: #24262b;
}
.cid-u2ijwfDKXb .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2ijwfDKXb .mbr-section-btn {
  margin-top: 16px;
}
.cid-u2ijwgm35a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2ijwgm35a .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2ijwgm35a .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2ijwgm35a .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2ijwgm35a .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2ijwgm35a .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2ijwgm35a .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2ijwgm35a .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2ijwgm35a .item-content {
    opacity: 1 !important;
  }
  .cid-u2ijwgm35a .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2ijwgm35a .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2ijwgm35a .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2ijwgm35a .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2ijwgm35a .item:hover img {
  transform: scale(1.05);
}
.cid-u2ijwgm35a .item-img {
  overflow: hidden;
}
.cid-u2ijwgm35a img,
.cid-u2ijwgm35a .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2ijwgm35a h5 {
  margin: 0;
}
.cid-u2ijwgm35a .item:focus,
.cid-u2ijwgm35a span:focus {
  outline: none;
}
.cid-u2ijwgm35a .mbr-section-title {
  color: #232323;
}
.cid-u2ijwgm35a .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2ijwh6Fwx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2ijwh6Fwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ijwh6Fwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ijwh6Fwx .mbr-section-title {
  color: #24262b;
}
.cid-u2ijwh6Fwx .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2ijwh6Fwx .mbr-section-btn {
  margin-top: 16px;
}
.cid-u2ijwi1hVE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2ijwi1hVE .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2ijwi1hVE .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2ijwi1hVE .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2ijwi1hVE .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2ijwi1hVE .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2ijwi1hVE .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2ijwi1hVE .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2ijwi1hVE .item-content {
    opacity: 1 !important;
  }
  .cid-u2ijwi1hVE .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2ijwi1hVE .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2ijwi1hVE .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2ijwi1hVE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2ijwi1hVE .item:hover img {
  transform: scale(1.05);
}
.cid-u2ijwi1hVE .item-img {
  overflow: hidden;
}
.cid-u2ijwi1hVE img,
.cid-u2ijwi1hVE .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2ijwi1hVE h5 {
  margin: 0;
}
.cid-u2ijwi1hVE .item:focus,
.cid-u2ijwi1hVE span:focus {
  outline: none;
}
.cid-u2ijwi1hVE .mbr-section-title {
  color: #232323;
}
.cid-u2ijwi1hVE .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2ijwjYnXa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2ijwjYnXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ijwjYnXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ijwjYnXa .mbr-section-title {
  color: #24262b;
}
.cid-u2ijwjYnXa .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2ijwjYnXa .mbr-section-btn {
  margin-top: 16px;
}
.cid-u2ijwkuPJQ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2ijwkuPJQ .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2ijwkuPJQ .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2ijwkuPJQ .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2ijwkuPJQ .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2ijwkuPJQ .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2ijwkuPJQ .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2ijwkuPJQ .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2ijwkuPJQ .item-content {
    opacity: 1 !important;
  }
  .cid-u2ijwkuPJQ .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2ijwkuPJQ .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2ijwkuPJQ .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2ijwkuPJQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2ijwkuPJQ .item:hover img {
  transform: scale(1.05);
}
.cid-u2ijwkuPJQ .item-img {
  overflow: hidden;
}
.cid-u2ijwkuPJQ img,
.cid-u2ijwkuPJQ .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2ijwkuPJQ h5 {
  margin: 0;
}
.cid-u2ijwkuPJQ .item:focus,
.cid-u2ijwkuPJQ span:focus {
  outline: none;
}
.cid-u2ijwkuPJQ .mbr-section-title {
  color: #232323;
}
.cid-u2ijwkuPJQ .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2ijwa5p5K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2ijwa5p5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ijwa5p5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ijwa5p5K .mbr-section-title {
  color: #24262b;
}
.cid-u2ijwa5p5K .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2ijwa5p5K .mbr-section-btn {
  margin-top: 16px;
}
.cid-u2ijwaDYcY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2ijwaDYcY .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2ijwaDYcY .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2ijwaDYcY .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2ijwaDYcY .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2ijwaDYcY .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2ijwaDYcY .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2ijwaDYcY .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2ijwaDYcY .item-content {
    opacity: 1 !important;
  }
  .cid-u2ijwaDYcY .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2ijwaDYcY .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2ijwaDYcY .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2ijwaDYcY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2ijwaDYcY .item:hover img {
  transform: scale(1.05);
}
.cid-u2ijwaDYcY .item-img {
  overflow: hidden;
}
.cid-u2ijwaDYcY img,
.cid-u2ijwaDYcY .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2ijwaDYcY h5 {
  margin: 0;
}
.cid-u2ijwaDYcY .item:focus,
.cid-u2ijwaDYcY span:focus {
  outline: none;
}
.cid-u2ijwaDYcY .mbr-section-title {
  color: #232323;
}
.cid-u2ijwaDYcY .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-ucdO4fTpqm {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ucdO4fTpqm .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-ucdO4fTpqm .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucdO4fTpqm .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-ucdO4fTpqm .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-ucdO4fTpqm .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-ucdO4fTpqm .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-ucdO4fTpqm .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-ucdO4fTpqm .item-content {
    opacity: 1 !important;
  }
  .cid-ucdO4fTpqm .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-ucdO4fTpqm .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-ucdO4fTpqm .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ucdO4fTpqm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucdO4fTpqm .item:hover img {
  transform: scale(1.05);
}
.cid-ucdO4fTpqm .item-img {
  overflow: hidden;
}
.cid-ucdO4fTpqm img,
.cid-ucdO4fTpqm .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-ucdO4fTpqm h5 {
  margin: 0;
}
.cid-ucdO4fTpqm .item:focus,
.cid-ucdO4fTpqm span:focus {
  outline: none;
}
.cid-ucdO4fTpqm .mbr-section-title {
  color: #232323;
}
.cid-ucdO4fTpqm .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2ijwl9Hcq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2ijwl9Hcq [class^='socicon-']:before,
.cid-u2ijwl9Hcq [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2ijwl9Hcq .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2ijwl9Hcq .btn-social:hover {
  background: #55a41b;
}
.cid-u2ijwl9Hcq .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2ijwl9Hcq .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2ijwl9Hcq .mbr-section-title {
  color: #2e6b75;
}
.cid-u2ijwl9Hcq .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2ijwl9Hcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ijwl9Hcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ijwl9Hcq .mbr-section-title,
.cid-u2ijwl9Hcq .mbr-social-likes {
  color: #515151;
}
.cid-u2ijwmiMbk {
  text-align: center;
  overflow: hidden;
}
.cid-u2ijwmiMbk .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u2ijwmOzAl {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2ijwmOzAl .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2ijwmOzAl .footer__content {
  margin-bottom: 30px;
}
.cid-u2ijwmOzAl .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2ijwmOzAl .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2ijwmOzAl .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2ijwmOzAl .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2ijwmOzAl .privacy {
    text-align: left;
  }
}
.cid-u2ijwmOzAl .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2ijwmOzAl .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2ijwmOzAl .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2ijwmOzAl .input-group-btn {
  padding-left: 0;
}
.cid-u2ijwmOzAl .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2ijwmOzAl .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2ijwmOzAl .mbr-form .btn {
  margin: 0;
}
.cid-u2ijwmOzAl input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2ijwmOzAl input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2ijwmOzAl .wrap {
    padding-bottom: 25px;
  }
  .cid-u2ijwmOzAl .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0l0hhITP5 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-contacto-1-1800x864.jpeg");
}
.cid-u0l0hhITP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0l0hhITP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0l0hhITP5 .title-wrapper {
  padding: 0 2rem;
}
.cid-u0l0hhITP5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u0l0hhITP5 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u0l0hhITP5 .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u0l0hhITP5 .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u0l0hhITP5 .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u0l0hhITP5 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u0l0hhITP5 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u0l0hhITP5 .mbr-section-title,
.cid-u0l0hhITP5 .mbr-section-btn {
  text-align: center;
}
.cid-u70tr9uklo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-u70tr9uklo .cards-bg1 {
  background: #d9dade;
}
.cid-u70tr9uklo .cards-bg2 {
  background: #d9dade;
}
.cid-u70tr9uklo .cards-bg3 {
  background: #d9dade;
}
.cid-u70tr9uklo .cards-bg4 {
  background: #d9dade;
}
.cid-u70tr9uklo .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 2px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-u70tr9uklo .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 2px;
  }
}
.cid-u70tr9uklo .mbr-section-title {
  color: #141414;
}
.cid-u5CxAf6HBG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-u5CxAf6HBG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u5CxAf6HBG .heading-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #efefef;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.cid-u5CxAf6HBG .form {
  background-color: #efefef;
  border: 1px solid #efefef;
}
.cid-u5CxAf6HBG .form form {
  border-radius: 4px;
}
.cid-u5CxAf6HBG .form form > div {
  padding: 2rem 1rem;
}
@media (max-width: 991px) {
  .cid-u5CxAf6HBG .form form {
    padding: 1rem;
  }
}
.cid-u5CxAf6HBG .form form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u5CxAf6HBG .form form .mbr-section-btn .btn {
  display: inline-block;
}
.cid-u5CxAf6HBG .form form .form-group .form-control {
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #4479d9;
  border-radius: 3px;
  color: #232323;
}
.cid-u5CxAf6HBG .form form .form-group textarea {
  min-height: 170px;
}
.cid-u5CxAf6HBG .mbr-section-subtitle {
  color: #6a6a6a;
}
.cid-u70xxH1LhE {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u70xxH1LhE .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u70xxH1LhE .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-u70xxH1LhE .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u70xxH1LhE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u70xxH1LhE .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-u70xxH1LhE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u70xxH1LhE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u70xxH1LhE .map-placeholder {
  display: none;
}
.cid-u70xxH1LhE .mbr-section-title,
.cid-u70xxH1LhE .map-title {
  color: #29282d;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u70xxH1LhE .map-title {
    margin-top: 3rem;
  }
}
.cid-u70xZlApcY {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u70xZlApcY .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u70xZlApcY .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-u70xZlApcY .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u70xZlApcY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u70xZlApcY .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-u70xZlApcY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u70xZlApcY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u70xZlApcY .map-placeholder {
  display: none;
}
.cid-u70xZlApcY .mbr-section-title,
.cid-u70xZlApcY .map-title {
  color: #29282d;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u70xZlApcY .map-title {
    margin-top: 3rem;
  }
}
.cid-u0l0hokvIM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0l0hokvIM [class^='socicon-']:before,
.cid-u0l0hokvIM [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u0l0hokvIM .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u0l0hokvIM .btn-social:hover {
  background: #55a41b;
}
.cid-u0l0hokvIM .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u0l0hokvIM .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u0l0hokvIM .mbr-section-title {
  color: #2e6b75;
}
.cid-u0l0hokvIM .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u0l0hokvIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0l0hokvIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0l0hokvIM .mbr-section-title,
.cid-u0l0hokvIM .mbr-social-likes {
  color: #515151;
}
.cid-u0l0hpqHQl {
  text-align: center;
  overflow: hidden;
}
.cid-u0l0hpqHQl .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u8J9uIRdyW {
  text-align: center;
  overflow: hidden;
}
.cid-u8J9uIRdyW .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u0l0hpTSis {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u0l0hpTSis .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u0l0hpTSis .footer__content {
  margin-bottom: 30px;
}
.cid-u0l0hpTSis .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u0l0hpTSis .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u0l0hpTSis .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u0l0hpTSis .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0l0hpTSis .privacy {
    text-align: left;
  }
}
.cid-u0l0hpTSis .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u0l0hpTSis .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u0l0hpTSis .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u0l0hpTSis .input-group-btn {
  padding-left: 0;
}
.cid-u0l0hpTSis .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u0l0hpTSis .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u0l0hpTSis .mbr-form .btn {
  margin: 0;
}
.cid-u0l0hpTSis input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u0l0hpTSis input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u0l0hpTSis .wrap {
    padding-bottom: 25px;
  }
  .cid-u0l0hpTSis .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0l0rzJDkj {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-2-1800x1000.jpeg");
}
.cid-u0l0rzJDkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0l0rzJDkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0l0rzJDkj .title-wrapper {
  padding: 0 2rem;
}
.cid-u0l0rzJDkj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u0l0rzJDkj .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u0l0rzJDkj .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u0l0rzJDkj .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u0l0rzJDkj .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u0l0rzJDkj .mbr-section-title {
  color: #FFFFFF;
}
.cid-u0l0rzJDkj .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u0l0rzJDkj .mbr-section-title,
.cid-u0l0rzJDkj .mbr-section-btn {
  text-align: center;
}
.cid-u7pu0DBH3n {
  background-color: #d8d8d8;
  position: relative;
}
.cid-u7pu0DBH3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pu0DBH3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pu0DBH3n .container,
.cid-u7pu0DBH3n .container-fluid {
  position: static;
}
.cid-u7pu0DBH3n .mbr-section-title {
  margin-bottom: 25px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-u7pu0DBH3n .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-u7pu0DBH3n .mbr-section-subtitle {
  color: #131313;
}
.cid-u7pu0DBH3n .mbr-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-u7pu0DBH3n .mbr-text {
    margin-top: 18px;
  }
}
.cid-u7pu0DBH3n .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-u7pu0DBH3n .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-u7pu0DBH3n .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.cid-u7pu0DBH3n .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-u7pu0DBH3n .item-img {
    display: none;
  }
}
.cid-uLWbaCMkhI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .cid-uLWbaCMkhI .container {
    padding: 0 16px;
  }
}
.cid-uLWbaCMkhI .row {
  position: relative;
  z-index: 1;
}
.cid-uLWbaCMkhI .title-wrapper {
  margin-bottom: 80px;
}
.cid-uLWbaCMkhI .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uLWbaCMkhI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLWbaCMkhI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uLWbaCMkhI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uLWbaCMkhI .embla__slide .slide-content {
  width: 100%;
}
.cid-uLWbaCMkhI .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLWbaCMkhI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uLWbaCMkhI .embla__button--next,
.cid-uLWbaCMkhI .embla__button--prev {
  display: flex;
}
.cid-uLWbaCMkhI .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #55a41b !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLWbaCMkhI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLWbaCMkhI .embla__button:hover {
  opacity: .7 !important;
}
.cid-uLWbaCMkhI .embla__button.embla__button--prev {
  left: 0;
}
.cid-uLWbaCMkhI .embla__button.embla__button--next {
  right: 0;
}
.cid-uLWbaCMkhI .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uLWbaCMkhI .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLWbaCMkhI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLWbaCMkhI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLWbaCMkhI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLWbaCMkhI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLWbaCMkhI .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-u0l0rFy06e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0l0rFy06e [class^='socicon-']:before,
.cid-u0l0rFy06e [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u0l0rFy06e .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u0l0rFy06e .btn-social:hover {
  background: #55a41b;
}
.cid-u0l0rFy06e .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u0l0rFy06e .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u0l0rFy06e .mbr-section-title {
  color: #2e6b75;
}
.cid-u0l0rFy06e .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u0l0rFy06e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0l0rFy06e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0l0rFy06e .mbr-section-title,
.cid-u0l0rFy06e .mbr-social-likes {
  color: #515151;
}
.cid-u70IqHs6Of {
  text-align: center;
  overflow: hidden;
}
.cid-u70IqHs6Of .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u70ItDS2DW {
  text-align: center;
  overflow: hidden;
}
.cid-u70ItDS2DW .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u0l0rGvXuz {
  text-align: center;
  overflow: hidden;
}
.cid-u0l0rGvXuz .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u0l0rH076V {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u0l0rH076V .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u0l0rH076V .footer__content {
  margin-bottom: 30px;
}
.cid-u0l0rH076V .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u0l0rH076V .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u0l0rH076V .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u0l0rH076V .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0l0rH076V .privacy {
    text-align: left;
  }
}
.cid-u0l0rH076V .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u0l0rH076V .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u0l0rH076V .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u0l0rH076V .input-group-btn {
  padding-left: 0;
}
.cid-u0l0rH076V .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u0l0rH076V .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u0l0rH076V .mbr-form .btn {
  margin: 0;
}
.cid-u0l0rH076V input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u0l0rH076V input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u0l0rH076V .wrap {
    padding-bottom: 25px;
  }
  .cid-u0l0rH076V .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1CQYN3eei {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-1500-1800x418.jpg");
}
.cid-u1CQYN3eei .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CQYN3eei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CQYN3eei .title-wrapper {
  padding: 0 2rem;
}
.cid-u1CQYN3eei .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u1CQYN3eei .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u1CQYN3eei .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u1CQYN3eei .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u1CQYN3eei .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u1CQYN3eei .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1CQYN3eei .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u1CQYN3eei .mbr-section-title,
.cid-u1CQYN3eei .mbr-section-btn {
  text-align: center;
}
.cid-u1CQYPmPH3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u1CQYPmPH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CQYPmPH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CQYPmPH3 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u1CQYPmPH3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u1CQYPmPH3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u1CQYPmPH3 .container {
    padding: 0 20px;
  }
}
.cid-u1CQYPmPH3 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1CQYPmPH3 .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-u1CQYPmPH3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u1CQYPmPH3 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u1CQYPmPH3 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u1CQYPmPH3 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u1CQYPmPH3 .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-u1CQYPmPH3 .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-u1CQYPmPH3 .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u1CQYPmPH3 .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-u1CQYPmPH3 .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-u1CQYPmPH3 .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-u1CQYPmPH3 .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u1CQYPmPH3 .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #55a41b;
  color: #ffffff;
  border-radius: 50px;
}
.cid-u1CQYPmPH3 .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1CQYPmPH3 .image-wrapper {
    padding: 0;
  }
}
.cid-u1CQYPmPH3 .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u1CQYPmPH3 .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-u1CQYPmPH3 .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u1CQYPmPH3 .image-wrapper .image_2 {
    display: none;
  }
}
.cid-u1CQYPmPH3 .mbr-section-title {
  color: #353535;
}
.cid-u1CQYPmPH3 .mbr-text {
  color: #353535;
}
.cid-u1CQYPmPH3 .list {
  color: #353535;
}
.cid-u1DeYdtiWY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u1DeYdtiWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DeYdtiWY .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-u1DeYdtiWY .container {
    padding: 0 24px;
  }
}
.cid-u1DeYdtiWY .title-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-u1DeYdtiWY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u1DeYdtiWY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u1DeYdtiWY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u1DeYdtiWY .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 44px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-u1DeYdtiWY .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-u1DeYdtiWY .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-u1DeYdtiWY .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u1DeYdtiWY .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-u1DeYdtiWY .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-u1DeYdtiWY .mbr-section-title,
.cid-u1DeYdtiWY .buttons-wrapper {
  text-align: center;
}
.cid-u1CQYOAqI2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u1CQYOAqI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CQYOAqI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CQYOAqI2 .mbr-section-title {
  color: #24262b;
}
.cid-u1CQYOAqI2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-u1CQYOAqI2 .mbr-section-btn {
  margin-top: 16px;
}
.cid-u1CQYPPHQ4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u1CQYPPHQ4 .image-wrapper {
  width: 100%;
  height: 105%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1CQYPPHQ4 .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-u1CQYPPHQ4 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u1CQYPPHQ4 .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u1CQYPPHQ4 .image-wrapper img {
    height: 457px;
  }
}
.cid-u1CQYPPHQ4 .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #353535;
}
@media (max-width: 1200px) {
  .cid-u1CQYPPHQ4 .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-u1CQYPPHQ4 .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-u1CQYPPHQ4 .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1CQYPPHQ4 .text {
    padding: 0 12px;
  }
}
.cid-u1CQYPPHQ4 .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-u1CQYPPHQ4 .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-u1CQYPPHQ4 .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1CQYPPHQ4 .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1CQYPPHQ4 .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-u1CQYPPHQ4 .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-u1CQYPPHQ4 .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-u1CQYPPHQ4 .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-u1CQYPPHQ4 .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-u1CQYPPHQ4 .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-u1CQYPPHQ4 .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-u1CQYPPHQ4 .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-u1CQYPPHQ4 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u1CQYPPHQ4 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1CQYPPHQ4 .btn:hover {
  box-shadow: none;
}
.cid-u1CQYPPHQ4 .mbr-description {
  color: #fafafa;
}
.cid-u1CQYPPHQ4 .mbr-section-subtitle {
  color: #FF4712;
}
.cid-u1CQYPPHQ4 .mbr-section-title {
  color: #20232a;
}
.cid-u1CQYPPHQ4 .mbr-text {
  color: #353535;
}
.cid-u1CQYPPHQ4 .mbr-number {
  color: #353535;
}
.cid-u1CQYPPHQ4 .mbr-list {
  color: #20232a;
}
.cid-u1CQYPPHQ4 .mbr-section-title,
.cid-u1CQYPPHQ4 .list-item,
.cid-u1CQYPPHQ4 .mbr-section-btn {
  text-align: left;
}
.cid-u1CQYQkFrs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1CQYQkFrs .image-wrapper {
  width: 100%;
  height: 105%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1CQYQkFrs .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-u1CQYQkFrs .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u1CQYQkFrs .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u1CQYQkFrs .image-wrapper img {
    height: 457px;
  }
}
.cid-u1CQYQkFrs .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #353535;
}
@media (max-width: 1200px) {
  .cid-u1CQYQkFrs .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-u1CQYQkFrs .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-u1CQYQkFrs .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1CQYQkFrs .text {
    padding: 0 12px;
  }
}
.cid-u1CQYQkFrs .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-u1CQYQkFrs .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-u1CQYQkFrs .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1CQYQkFrs .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1CQYQkFrs .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-u1CQYQkFrs .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-u1CQYQkFrs .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-u1CQYQkFrs .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-u1CQYQkFrs .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-u1CQYQkFrs .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-u1CQYQkFrs .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-u1CQYQkFrs .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-u1CQYQkFrs .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u1CQYQkFrs .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1CQYQkFrs .btn:hover {
  box-shadow: none;
}
.cid-u1CQYQkFrs .mbr-description {
  color: #fafafa;
}
.cid-u1CQYQkFrs .mbr-section-subtitle {
  color: #FF4712;
}
.cid-u1CQYQkFrs .mbr-section-title {
  color: #20232a;
}
.cid-u1CQYQkFrs .mbr-text {
  color: #353535;
}
.cid-u1CQYQkFrs .mbr-number {
  color: #353535;
}
.cid-u1CQYQkFrs .mbr-list {
  color: #20232a;
}
.cid-u1CQYQkFrs .mbr-section-title,
.cid-u1CQYQkFrs .list-item,
.cid-u1CQYQkFrs .mbr-section-btn {
  text-align: left;
}
.cid-u1D1e0e5Hh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u1D1e0e5Hh .image-wrapper {
  width: 100%;
  height: 105%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1D1e0e5Hh .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-u1D1e0e5Hh .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u1D1e0e5Hh .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u1D1e0e5Hh .image-wrapper img {
    height: 457px;
  }
}
.cid-u1D1e0e5Hh .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #353535;
}
@media (max-width: 1200px) {
  .cid-u1D1e0e5Hh .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-u1D1e0e5Hh .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-u1D1e0e5Hh .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1D1e0e5Hh .text {
    padding: 0 12px;
  }
}
.cid-u1D1e0e5Hh .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-u1D1e0e5Hh .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-u1D1e0e5Hh .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1D1e0e5Hh .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1D1e0e5Hh .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-u1D1e0e5Hh .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-u1D1e0e5Hh .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-u1D1e0e5Hh .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-u1D1e0e5Hh .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-u1D1e0e5Hh .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-u1D1e0e5Hh .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-u1D1e0e5Hh .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-u1D1e0e5Hh .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u1D1e0e5Hh .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1D1e0e5Hh .btn:hover {
  box-shadow: none;
}
.cid-u1D1e0e5Hh .mbr-description {
  color: #fafafa;
}
.cid-u1D1e0e5Hh .mbr-section-subtitle {
  color: #FF4712;
}
.cid-u1D1e0e5Hh .mbr-section-title {
  color: #20232a;
}
.cid-u1D1e0e5Hh .mbr-text {
  color: #353535;
}
.cid-u1D1e0e5Hh .mbr-number {
  color: #353535;
}
.cid-u1D1e0e5Hh .mbr-list {
  color: #20232a;
}
.cid-u1D1e0e5Hh .mbr-section-title,
.cid-u1D1e0e5Hh .list-item,
.cid-u1D1e0e5Hh .mbr-section-btn {
  text-align: left;
}
.cid-u1CQYRHUht {
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1CQYRHUht .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u1CQYRHUht .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-u1CQYRHUht .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-u1CQYRHUht .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-u1CQYRHUht .mbr-media {
  width: 100%;
  position: relative;
}
.cid-u1CQYRHUht .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-u1CQYRHUht .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-u1CQYRHUht .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-u1CQYRHUht .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-u1CQYRHUht .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-u1CQYRHUht .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-u1CQYRHUht .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-u1CQYRHUht .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u1CQYRHUht .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1CQYRHUht .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1CQYRHUht .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u1CQYRHUht .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1CQYSqjzW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u1CQYSqjzW [class^='socicon-']:before,
.cid-u1CQYSqjzW [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u1CQYSqjzW .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u1CQYSqjzW .btn-social:hover {
  background: #55a41b;
}
.cid-u1CQYSqjzW .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u1CQYSqjzW .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u1CQYSqjzW .mbr-section-title {
  color: #2e6b75;
}
.cid-u1CQYSqjzW .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u1CQYSqjzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CQYSqjzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CQYSqjzW .mbr-section-title,
.cid-u1CQYSqjzW .mbr-social-likes {
  color: #515151;
}
.cid-u1CQYSSzv4 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u1CQYSSzv4 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u1CQYSSzv4 .footer__content {
  margin-bottom: 30px;
}
.cid-u1CQYSSzv4 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u1CQYSSzv4 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u1CQYSSzv4 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u1CQYSSzv4 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u1CQYSSzv4 .privacy {
    text-align: left;
  }
}
.cid-u1CQYSSzv4 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u1CQYSSzv4 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u1CQYSSzv4 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u1CQYSSzv4 .input-group-btn {
  padding-left: 0;
}
.cid-u1CQYSSzv4 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u1CQYSSzv4 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u1CQYSSzv4 .mbr-form .btn {
  margin: 0;
}
.cid-u1CQYSSzv4 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u1CQYSSzv4 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u1CQYSSzv4 .wrap {
    padding-bottom: 25px;
  }
  .cid-u1CQYSSzv4 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1D40ix296 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dermo-1-1800x1000.jpg");
}
.cid-u1D40ix296 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1D40ix296 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1D40ix296 .title-wrapper {
  padding: 0 2rem;
}
.cid-u1D40ix296 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u1D40ix296 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u1D40ix296 .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u1D40ix296 .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u1D40ix296 .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u1D40ix296 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1D40ix296 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u1D40ix296 .mbr-section-title,
.cid-u1D40ix296 .mbr-section-btn {
  text-align: center;
}
.cid-u1D40mPnPg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u1D40mPnPg .image-wrapper {
  width: 100%;
  height: 105%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1D40mPnPg .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-u1D40mPnPg .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u1D40mPnPg .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u1D40mPnPg .image-wrapper img {
    height: 457px;
  }
}
.cid-u1D40mPnPg .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #353535;
}
@media (max-width: 1200px) {
  .cid-u1D40mPnPg .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-u1D40mPnPg .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-u1D40mPnPg .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1D40mPnPg .text {
    padding: 0 12px;
  }
}
.cid-u1D40mPnPg .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-u1D40mPnPg .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-u1D40mPnPg .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u1D40mPnPg .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1D40mPnPg .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-u1D40mPnPg .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-u1D40mPnPg .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-u1D40mPnPg .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-u1D40mPnPg .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-u1D40mPnPg .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-u1D40mPnPg .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-u1D40mPnPg .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-u1D40mPnPg .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-u1D40mPnPg .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1D40mPnPg .btn:hover {
  box-shadow: none;
}
.cid-u1D40mPnPg .mbr-description {
  color: #fafafa;
}
.cid-u1D40mPnPg .mbr-section-subtitle {
  color: #FF4712;
}
.cid-u1D40mPnPg .mbr-section-title {
  color: #20232a;
}
.cid-u1D40mPnPg .mbr-text {
  color: #353535;
}
.cid-u1D40mPnPg .mbr-number {
  color: #353535;
}
.cid-u1D40mPnPg .mbr-list {
  color: #20232a;
}
.cid-u1D40mPnPg .mbr-section-title,
.cid-u1D40mPnPg .list-item,
.cid-u1D40mPnPg .mbr-section-btn {
  text-align: left;
}
.cid-u1Dg4Mn53O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u1Dg4Mn53O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dg4Mn53O .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-u1Dg4Mn53O .container {
    padding: 0 24px;
  }
}
.cid-u1Dg4Mn53O .title-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-u1Dg4Mn53O .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u1Dg4Mn53O .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u1Dg4Mn53O .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u1Dg4Mn53O .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 44px;
  background-color: #fafafa;
  border-radius: 40px;
}
.cid-u1Dg4Mn53O .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-u1Dg4Mn53O .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-u1Dg4Mn53O .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u1Dg4Mn53O .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-u1Dg4Mn53O .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-u1Dg4Mn53O .mbr-section-title,
.cid-u1Dg4Mn53O .buttons-wrapper {
  text-align: center;
}
.cid-u1DnVaJvLQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/backgroundsamplesize-1-aspect-ratio-16.webp");
}
.cid-u1DnVaJvLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DnVaJvLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DnVaJvLQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u1DnVaJvLQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DnVaJvLQ .container {
    padding: 0 24px;
  }
}
.cid-u1DnVaJvLQ .row {
  justify-content: center;
}
.cid-u1DnVaJvLQ .row .card,
.cid-u1DnVaJvLQ .row .item {
  padding: 0 12px;
}
.cid-u1DnVaJvLQ .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u1DnVaJvLQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u1DnVaJvLQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u1DnVaJvLQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1DnVaJvLQ .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-u1DnVaJvLQ .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #fafafa;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1DnVaJvLQ .item .item-wrapper {
    padding: 24px;
  }
}
.cid-u1DnVaJvLQ .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-u1DnVaJvLQ .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-u1DnVaJvLQ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u1DnVaJvLQ .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-u1DnVaJvLQ .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u1DnVaJvLQ .card-number {
  color: #141414;
}
.cid-u1DnVaJvLQ .card-title {
  color: #141414;
}
.cid-u1DnVaJvLQ .card-text {
  color: #141414;
}
.cid-ucRaXyaRZ6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucRaXyaRZ6 iframe,
.cid-ucRaXyaRZ6 img,
.cid-ucRaXyaRZ6 video {
  width: 100%;
}
.cid-ucRaXyaRZ6 .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-ucRaXyaRZ6 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-ucRaXyaRZ6 .mbr-section-title {
  color: #161616;
}
.cid-ucRaXyaRZ6 .mbr-section-subtitle {
  color: #161616;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-ucRaXyaRZ6 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-ucRaXyaRZ6 .mbr-media {
  position: relative;
}
.cid-ucRaXyaRZ6 .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucRaXyaRZ6 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ucRaXyaRZ6 .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-ucRaXyaRZ6 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-ucRaXyaRZ6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucRaXyaRZ6 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-ucRaXyaRZ6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ucRaXyaRZ6 .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-ucRaXyaRZ6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ucRaXyaRZ6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1D40nmvqo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ebeced;
}
.cid-u1D40nmvqo .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-u1D40nmvqo .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-u1D40nmvqo .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-u1D40nmvqo .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-u1D40nmvqo .mbr-media {
  width: 100%;
  position: relative;
}
.cid-u1D40nmvqo .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-u1D40nmvqo .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-u1D40nmvqo .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-u1D40nmvqo .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-u1D40nmvqo .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-u1D40nmvqo .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-u1D40nmvqo .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-u1D40nmvqo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u1D40nmvqo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1D40nmvqo .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1D40nmvqo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u1D40nmvqo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvPL8PFywX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d5d5d5;
  overflow: hidden;
}
.cid-uvPL8PFywX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPL8PFywX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPL8PFywX .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uvPL8PFywX .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uvPL8PFywX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvPL8PFywX .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uvPL8PFywX .container {
    padding: 0 16px;
  }
}
.cid-uvPL8PFywX .row {
  justify-content: space-between;
}
.cid-uvPL8PFywX .row:hover,
.cid-uvPL8PFywX .row:focus {
  cursor: pointer;
}
.cid-uvPL8PFywX .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvPL8PFywX .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvPL8PFywX .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uvPL8PFywX .image-wrapper img {
    height: 300px;
  }
}
.cid-uvPL8PFywX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvPL8PFywX .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uvPL8PFywX .mbr-section-title {
  color: #000000;
}
.cid-uvPL8PFywX .mbr-text {
  color: #000000;
}
.cid-u1D40olWO8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1D40olWO8 [class^='socicon-']:before,
.cid-u1D40olWO8 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u1D40olWO8 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u1D40olWO8 .btn-social:hover {
  background: #55a41b;
}
.cid-u1D40olWO8 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u1D40olWO8 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u1D40olWO8 .mbr-section-title {
  color: #2e6b75;
}
.cid-u1D40olWO8 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u1D40olWO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1D40olWO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1D40olWO8 .mbr-section-title,
.cid-u1D40olWO8 .mbr-social-likes {
  color: #515151;
}
.cid-u1D40pwLTX {
  text-align: center;
  overflow: hidden;
}
.cid-u1D40pwLTX .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u1D40q0Ge2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u1D40q0Ge2 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u1D40q0Ge2 .footer__content {
  margin-bottom: 30px;
}
.cid-u1D40q0Ge2 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u1D40q0Ge2 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u1D40q0Ge2 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u1D40q0Ge2 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u1D40q0Ge2 .privacy {
    text-align: left;
  }
}
.cid-u1D40q0Ge2 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u1D40q0Ge2 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u1D40q0Ge2 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u1D40q0Ge2 .input-group-btn {
  padding-left: 0;
}
.cid-u1D40q0Ge2 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u1D40q0Ge2 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u1D40q0Ge2 .mbr-form .btn {
  margin: 0;
}
.cid-u1D40q0Ge2 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u1D40q0Ge2 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u1D40q0Ge2 .wrap {
    padding-bottom: 25px;
  }
  .cid-u1D40q0Ge2 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0kZVuHpZv {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-insightec-1800x690.jpg");
}
.cid-u0kZVuHpZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0kZVuHpZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0kZVuHpZv .title-wrapper {
  padding: 0 2rem;
}
.cid-u0kZVuHpZv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u0kZVuHpZv .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u0kZVuHpZv .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u0kZVuHpZv .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u0kZVuHpZv .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u0kZVuHpZv .mbr-section-title {
  color: #FFFFFF;
}
.cid-u0kZVuHpZv .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u0kZVuHpZv .mbr-section-title,
.cid-u0kZVuHpZv .mbr-section-btn {
  text-align: center;
}
.cid-u4W5PGBmUV {
  padding-top: 15rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/banner-insigtec-1-1920x903.jpg");
}
.cid-u4W5PGBmUV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4W5PGBmUV .mbr-text,
.cid-u4W5PGBmUV .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-u4W6vg32z1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fondo-1-1920x1785.jpg");
}
.cid-u4W6vg32z1 .row {
  flex-direction: row-reverse;
}
.cid-u4W6vg32z1 .video-wrapper iframe {
  width: 100%;
}
.cid-u4W6vg32z1 .mbr-section-title,
.cid-u4W6vg32z1 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u4W6vg32z1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4W6vg32z1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4W6vg32z1 .mbr-text {
  color: #ffffff;
}
.cid-u4W6ZWU2cs {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4W6ZWU2cs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4W6ZWU2cs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4W6ZWU2cs .video-wrapper iframe {
  width: 100%;
}
.cid-u4W6ZWU2cs .mbr-section-title,
.cid-u4W6ZWU2cs .mbr-section-subtitle,
.cid-u4W6ZWU2cs .mbr-text {
  text-align: center;
}
.cid-u4W6zVekWt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4W6zVekWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4W6zVekWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4W6zVekWt .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-u4W6zVekWt .card {
    margin-bottom: 2rem!important;
  }
  .cid-u4W6zVekWt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4W6zVekWt .link-wrap {
    align-items: center;
  }
}
.cid-u4W6zVekWt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4W6zVekWt .card-title,
.cid-u4W6zVekWt .card-box {
  color: #274b96;
}
.cid-u4W6zVekWt .mbr-text,
.cid-u4W6zVekWt .link-wrap,
.cid-u4W6zVekWt .mbr-section-btn {
  color: #08152c;
}
.cid-u4W6y2QG7i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4W6y2QG7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4W6y2QG7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4W6y2QG7i .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-u4W6y2QG7i .card {
    margin-bottom: 2rem!important;
  }
  .cid-u4W6y2QG7i .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4W6y2QG7i .link-wrap {
    align-items: center;
  }
}
.cid-u4W6y2QG7i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4W6y2QG7i .card-title,
.cid-u4W6y2QG7i .card-box {
  color: #274b96;
}
.cid-u4W6y2QG7i .mbr-text,
.cid-u4W6y2QG7i .link-wrap,
.cid-u4W6y2QG7i .mbr-section-btn {
  color: #08152c;
}
.cid-u4W6ATf60S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4W6ATf60S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4W6ATf60S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4W6ATf60S .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-u4W6ATf60S .card {
    margin-bottom: 2rem!important;
  }
  .cid-u4W6ATf60S .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4W6ATf60S .link-wrap {
    align-items: center;
  }
}
.cid-u4W6ATf60S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4W6ATf60S .card-title,
.cid-u4W6ATf60S .card-box {
  color: #274b96;
}
.cid-u4W6ATf60S .mbr-text,
.cid-u4W6ATf60S .link-wrap,
.cid-u4W6ATf60S .mbr-section-btn {
  color: #08152c;
}
.cid-u4W678a8jE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u4W678a8jE .title-text {
  margin-bottom: 70px;
}
.cid-u4W678a8jE .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-u4W678a8jE .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u4W678a8jE .title-text .mbr-section-title {
  color: #130947;
}
.cid-u4W678a8jE .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-u4W678a8jE .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-u4W678a8jE .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-u4W678a8jE .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u4W678a8jE .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-u4W678a8jE .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u4W678a8jE .accordion-content {
  flex-basis: 100%;
}
.cid-u4W678a8jE .panel-group {
  width: 100%;
}
.cid-u4W678a8jE .panel-text,
.cid-u4W678a8jE .header-text,
.cid-u4W678a8jE .mbr-section-subtitle {
  color: #222222;
}
.cid-u4W678a8jE .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-u4W678a8jE .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-u4W678a8jE .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #274b96;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-u4W678a8jE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u4W678a8jE .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-u4W678a8jE .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-u4W678a8jE .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-u4W678a8jE .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-u4W678a8jE .card .card-header a.panel-title .toggle-icon:before,
.cid-u4W678a8jE .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-u4W678a8jE .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-u4W678a8jE .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-u4W678a8jE .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #0d52a0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u4W678a8jE .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-u4W678a8jE .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u4W678a8jE .card .panel-body {
  background: #fafafa;
  padding: 30px 55px 35px 40px !important;
}
.cid-u4W678a8jE .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-u4W678a8jE .header-text {
  color: #ffffff;
}
.cid-u4W678a8jE .title-text .mbr-section-title {
  color: #274b96;
}
.cid-u4W625qRLK {
  padding-top: 30px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url("../../../assets/images/fondo-2-1920x1234.jpg");
}
.cid-u4W625qRLK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4W625qRLK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4W625qRLK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4W625qRLK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4W625qRLK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4W625qRLK .icon-focus {
  display: none;
}
.cid-u4W625qRLK .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u4W625qRLK ul {
  font-size: 0;
}
.cid-u4W625qRLK .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u4W625qRLK .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u4W625qRLK .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u4W625qRLK .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u4W625qRLK .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u4W625qRLK .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-u4W625qRLK .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u4W625qRLK .btn:hover {
  background: transparent !important;
}
.cid-u4W625qRLK .btn:hover:before {
  background: transparent !important;
}
.cid-u4W625qRLK .btn:before {
  background-color: transparent !important;
}
.cid-u4W625qRLK .btn:focus {
  box-shadow: none;
}
.cid-u4W625qRLK .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-u4W6GJ0GWW {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4W6GJ0GWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4W6GJ0GWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4W6GJ0GWW .video-wrapper iframe {
  width: 100%;
}
.cid-u4W6GJ0GWW .mbr-section-title,
.cid-u4W6GJ0GWW .mbr-section-subtitle,
.cid-u4W6GJ0GWW .mbr-text {
  text-align: center;
}
.cid-u4W6GJ0GWW .mbr-section-title {
  color: #55a41b;
}
.cid-uziJSrFyiR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uziJSrFyiR iframe,
.cid-uziJSrFyiR img,
.cid-uziJSrFyiR video {
  width: 100%;
}
.cid-uziJSrFyiR .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-uziJSrFyiR .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-uziJSrFyiR .mbr-section-title {
  color: #55a41b;
}
.cid-uziJSrFyiR .mbr-section-subtitle {
  color: #161616;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uziJSrFyiR .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uziJSrFyiR .mbr-media {
  position: relative;
}
.cid-uziJSrFyiR .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uziJSrFyiR .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uziJSrFyiR .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-uziJSrFyiR .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uziJSrFyiR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uziJSrFyiR .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uziJSrFyiR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uziJSrFyiR .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uziJSrFyiR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uziJSrFyiR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucdJ46wr0z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ucdJ46wr0z .image-body {
    margin-right: 10px;
  }
}
.cid-ucdJ46wr0z .card-img-top {
  width: 200px;
  height: 40px;
}
.cid-ucdJ46wr0z .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-ucdJ46wr0z .card {
  padding: 10px;
  flex-direction: row;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-ucdJ46wr0z .card {
    padding: 10px 10px;
  }
}
@media (max-width: 992px) {
  .cid-ucdJ46wr0z .card {
    flex-direction: column;
  }
  .cid-ucdJ46wr0z .image-body {
    padding-bottom: 0;
  }
  .cid-ucdJ46wr0z .text-body {
    padding-top: 10px;
  }
}
.cid-ucdJ46wr0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucdJ46wr0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0kZVE2PnY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0kZVE2PnY [class^='socicon-']:before,
.cid-u0kZVE2PnY [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u0kZVE2PnY .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u0kZVE2PnY .btn-social:hover {
  background: #55a41b;
}
.cid-u0kZVE2PnY .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u0kZVE2PnY .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u0kZVE2PnY .mbr-section-title {
  color: #2e6b75;
}
.cid-u0kZVE2PnY .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u0kZVE2PnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0kZVE2PnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0kZVE2PnY .mbr-section-title,
.cid-u0kZVE2PnY .mbr-social-likes {
  color: #515151;
}
.cid-u0kZVG69ai {
  text-align: center;
  overflow: hidden;
}
.cid-u0kZVG69ai .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u0kZVH2x7p {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u0kZVH2x7p .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u0kZVH2x7p .footer__content {
  margin-bottom: 30px;
}
.cid-u0kZVH2x7p .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u0kZVH2x7p .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u0kZVH2x7p .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u0kZVH2x7p .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0kZVH2x7p .privacy {
    text-align: left;
  }
}
.cid-u0kZVH2x7p .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u0kZVH2x7p .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u0kZVH2x7p .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u0kZVH2x7p .input-group-btn {
  padding-left: 0;
}
.cid-u0kZVH2x7p .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u0kZVH2x7p .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u0kZVH2x7p .mbr-form .btn {
  margin: 0;
}
.cid-u0kZVH2x7p input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u0kZVH2x7p input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u0kZVH2x7p .wrap {
    padding-bottom: 25px;
  }
  .cid-u0kZVH2x7p .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2j1RrtyTf {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/banner-iluminacion-1800x690.jpg");
}
.cid-u2j1RrtyTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2j1RrtyTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2j1RrtyTf .title-wrapper {
  padding: 0 2rem;
}
.cid-u2j1RrtyTf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2j1RrtyTf .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2j1RrtyTf .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2j1RrtyTf .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2j1RrtyTf .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2j1RrtyTf .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2j1RrtyTf .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2j1RrtyTf .mbr-section-title,
.cid-u2j1RrtyTf .mbr-section-btn {
  text-align: center;
}
.cid-u2jd4fRpnX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u2jd4fRpnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2jd4fRpnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2jd4fRpnX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2jd4fRpnX .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2jd4fRpnX .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2jd4fRpnX .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2jd4fRpnX .container {
    padding: 0 12px;
  }
}
.cid-u2jd4fRpnX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2jd4fRpnX .content-wrapper {
    padding: 0 24px;
  }
}
.cid-u2jd4fRpnX .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u2jd4fRpnX .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2jd4fRpnX .mbr-section-title {
  color: #1D1D1F;
}
.cid-u2jd4fRpnX .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-u2jd4fRpnX .mbr-section-title,
.cid-u2jd4fRpnX .mbr-section-btn {
  text-align: center;
}
.cid-u2j1RseOJr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2j1RseOJr .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2j1RseOJr .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2j1RseOJr .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2j1RseOJr .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2j1RseOJr .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2j1RseOJr .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2j1RseOJr .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2j1RseOJr .item-content {
    opacity: 1 !important;
  }
  .cid-u2j1RseOJr .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2j1RseOJr .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2j1RseOJr .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2j1RseOJr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2j1RseOJr .item:hover img {
  transform: scale(1.05);
}
.cid-u2j1RseOJr .item-img {
  overflow: hidden;
}
.cid-u2j1RseOJr img,
.cid-u2j1RseOJr .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2j1RseOJr h5 {
  margin: 0;
}
.cid-u2j1RseOJr .item:focus,
.cid-u2j1RseOJr span:focus {
  outline: none;
}
.cid-u2j1RseOJr .mbr-section-title {
  color: #232323;
}
.cid-u2j1RseOJr .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2j1RtgOdf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2j1RtgOdf .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2j1RtgOdf .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2j1RtgOdf .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2j1RtgOdf .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2j1RtgOdf .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2j1RtgOdf .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2j1RtgOdf .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2j1RtgOdf .item-content {
    opacity: 1 !important;
  }
  .cid-u2j1RtgOdf .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2j1RtgOdf .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2j1RtgOdf .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2j1RtgOdf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2j1RtgOdf .item:hover img {
  transform: scale(1.05);
}
.cid-u2j1RtgOdf .item-img {
  overflow: hidden;
}
.cid-u2j1RtgOdf img,
.cid-u2j1RtgOdf .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2j1RtgOdf h5 {
  margin: 0;
}
.cid-u2j1RtgOdf .item:focus,
.cid-u2j1RtgOdf span:focus {
  outline: none;
}
.cid-u2j1RtgOdf .mbr-section-title {
  color: #232323;
}
.cid-u2j1RtgOdf .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2j1RtW8KT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2j1RtW8KT .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2j1RtW8KT .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2j1RtW8KT .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2j1RtW8KT .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2j1RtW8KT .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2j1RtW8KT .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2j1RtW8KT .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2j1RtW8KT .item-content {
    opacity: 1 !important;
  }
  .cid-u2j1RtW8KT .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2j1RtW8KT .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2j1RtW8KT .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2j1RtW8KT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2j1RtW8KT .item:hover img {
  transform: scale(1.05);
}
.cid-u2j1RtW8KT .item-img {
  overflow: hidden;
}
.cid-u2j1RtW8KT img,
.cid-u2j1RtW8KT .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2j1RtW8KT h5 {
  margin: 0;
}
.cid-u2j1RtW8KT .item:focus,
.cid-u2j1RtW8KT span:focus {
  outline: none;
}
.cid-u2j1RtW8KT .mbr-section-title {
  color: #232323;
}
.cid-u2j1RtW8KT .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2j1RuBEHK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2j1RuBEHK .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2j1RuBEHK .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2j1RuBEHK .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2j1RuBEHK .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2j1RuBEHK .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2j1RuBEHK .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2j1RuBEHK .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2j1RuBEHK .item-content {
    opacity: 1 !important;
  }
  .cid-u2j1RuBEHK .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2j1RuBEHK .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2j1RuBEHK .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2j1RuBEHK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2j1RuBEHK .item:hover img {
  transform: scale(1.05);
}
.cid-u2j1RuBEHK .item-img {
  overflow: hidden;
}
.cid-u2j1RuBEHK img,
.cid-u2j1RuBEHK .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2j1RuBEHK h5 {
  margin: 0;
}
.cid-u2j1RuBEHK .item:focus,
.cid-u2j1RuBEHK span:focus {
  outline: none;
}
.cid-u2j1RuBEHK .mbr-section-title {
  color: #232323;
}
.cid-u2j1RuBEHK .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2j1Rvgvba {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2j1Rvgvba .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2j1Rvgvba .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2j1Rvgvba .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2j1Rvgvba .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2j1Rvgvba .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2j1Rvgvba .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2j1Rvgvba .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2j1Rvgvba .item-content {
    opacity: 1 !important;
  }
  .cid-u2j1Rvgvba .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2j1Rvgvba .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2j1Rvgvba .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2j1Rvgvba .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2j1Rvgvba .item:hover img {
  transform: scale(1.05);
}
.cid-u2j1Rvgvba .item-img {
  overflow: hidden;
}
.cid-u2j1Rvgvba img,
.cid-u2j1Rvgvba .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2j1Rvgvba h5 {
  margin: 0;
}
.cid-u2j1Rvgvba .item:focus,
.cid-u2j1Rvgvba span:focus {
  outline: none;
}
.cid-u2j1Rvgvba .mbr-section-title {
  color: #232323;
}
.cid-u2j1Rvgvba .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2j1RvQrVY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2j1RvQrVY [class^='socicon-']:before,
.cid-u2j1RvQrVY [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2j1RvQrVY .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2j1RvQrVY .btn-social:hover {
  background: #55a41b;
}
.cid-u2j1RvQrVY .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2j1RvQrVY .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2j1RvQrVY .mbr-section-title {
  color: #2e6b75;
}
.cid-u2j1RvQrVY .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2j1RvQrVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2j1RvQrVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2j1RvQrVY .mbr-section-title,
.cid-u2j1RvQrVY .mbr-social-likes {
  color: #515151;
}
.cid-u2j1RwNoKT {
  text-align: center;
  overflow: hidden;
}
.cid-u2j1RwNoKT .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u2j1RxfrL0 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2j1RxfrL0 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2j1RxfrL0 .footer__content {
  margin-bottom: 30px;
}
.cid-u2j1RxfrL0 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2j1RxfrL0 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2j1RxfrL0 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2j1RxfrL0 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2j1RxfrL0 .privacy {
    text-align: left;
  }
}
.cid-u2j1RxfrL0 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2j1RxfrL0 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2j1RxfrL0 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2j1RxfrL0 .input-group-btn {
  padding-left: 0;
}
.cid-u2j1RxfrL0 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2j1RxfrL0 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2j1RxfrL0 .mbr-form .btn {
  margin: 0;
}
.cid-u2j1RxfrL0 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2j1RxfrL0 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2j1RxfrL0 .wrap {
    padding-bottom: 25px;
  }
  .cid-u2j1RxfrL0 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2jeYrI2tH {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-u2jeYrI2tH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2jeYrI2tH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2jeYrI2tH .title-wrapper {
  padding: 0 2rem;
}
.cid-u2jeYrI2tH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2jeYrI2tH .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2jeYrI2tH .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2jeYrI2tH .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2jeYrI2tH .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2jeYrI2tH .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2jeYrI2tH .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2jeYrI2tH .mbr-section-title,
.cid-u2jeYrI2tH .mbr-section-btn {
  text-align: center;
}
.cid-u2jPzWUNuW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2jPzWUNuW .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u2jPzWUNuW img {
  width: 100%;
  border-radius: 3px;
}
.cid-u2jPzWUNuW .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u2jPzWUNuW .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u2jPzWUNuW .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u2jPzWUNuW img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u2jPzWUNuW .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u2jPzWUNuW img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u2jPzWUNuW img {
    width: 100%;
  }
}
.cid-u2jPzWUNuW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u2jPzWUNuW .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u2jPzWUNuW .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u2jPzWUNuW ul {
  padding-left: 3.7rem!important;
}
.cid-u2jPzWUNuW .mbr-text,
.cid-u2jPzWUNuW .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u2jPzWUNuW .mbr-section-subtitle {
  color: #777777;
}
.cid-uIDudGpUNu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uIDudGpUNu .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uIDudGpUNu .mbr-section-title {
  color: #24262b;
}
.cid-uIDudGpUNu .mbr-section-subtitle {
  color: #24262b;
}
.cid-uIDudGpUNu .items-row {
  row-gap: 32px;
}
.cid-uIDudGpUNu .item {
  cursor: pointer;
}
.cid-uIDudGpUNu .item:focus,
.cid-uIDudGpUNu span:focus {
  outline: none;
}
.cid-uIDudGpUNu .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uIDudGpUNu .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uIDudGpUNu img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 2));
  object-fit: cover;
}
.cid-uIDudGpUNu .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-uIDudGpUNu .item-title {
  color: #24262b;
}
.cid-uIDudGpUNu .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uIDudGpUNu .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uIDS7OjtLY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uIDS7OjtLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDS7OjtLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDS7OjtLY .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uIDS7OjtLY .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uIDS7OjtLY .content-wrapper {
    padding: 0;
  }
}
.cid-uIDS7OjtLY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIDS7OjtLY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uIDS7OjtLY .mbr-section-title,
.cid-uIDS7OjtLY .title-wrapper {
  color: #ffffff;
}
.cid-uIDS7OjtLY .mbr-section-title,
.cid-uIDS7OjtLY .mbr-section-btn,
.cid-uIDS7OjtLY .title-wrapper {
  text-align: center;
  color: #353535;
}
.cid-u2jprrwev9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-u2jprrwev9 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2jprrwev9 .mbr-section-title {
  color: #24262b;
}
.cid-u2jprrwev9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2jprrwev9 .items-row {
  row-gap: 32px;
}
.cid-u2jprrwev9 .item {
  cursor: pointer;
}
.cid-u2jprrwev9 .item:focus,
.cid-u2jprrwev9 span:focus {
  outline: none;
}
.cid-u2jprrwev9 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2jprrwev9 .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2jprrwev9 img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2jprrwev9 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2jprrwev9 .item-title {
  color: #24262b;
}
.cid-u2jprrwev9 .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2jprrwev9 .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2jKR7iqsm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-u2jKR7iqsm .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2jKR7iqsm .mbr-section-title {
  color: #24262b;
}
.cid-u2jKR7iqsm .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2jKR7iqsm .items-row {
  row-gap: 32px;
}
.cid-u2jKR7iqsm .item {
  cursor: pointer;
}
.cid-u2jKR7iqsm .item:focus,
.cid-u2jKR7iqsm span:focus {
  outline: none;
}
.cid-u2jKR7iqsm .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2jKR7iqsm .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2jKR7iqsm img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2jKR7iqsm .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2jKR7iqsm .item-title {
  color: #24262b;
}
.cid-u2jKR7iqsm .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2jKR7iqsm .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2jMaZMP8O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-u2jMaZMP8O .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2jMaZMP8O .mbr-section-title {
  color: #24262b;
}
.cid-u2jMaZMP8O .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2jMaZMP8O .items-row {
  row-gap: 32px;
}
.cid-u2jMaZMP8O .item {
  cursor: pointer;
}
.cid-u2jMaZMP8O .item:focus,
.cid-u2jMaZMP8O span:focus {
  outline: none;
}
.cid-u2jMaZMP8O .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2jMaZMP8O .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2jMaZMP8O img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2jMaZMP8O .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2jMaZMP8O .item-title {
  color: #24262b;
}
.cid-u2jMaZMP8O .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2jMaZMP8O .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2jNjn4SFE {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-u2jNjn4SFE .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2jNjn4SFE .mbr-section-title {
  color: #24262b;
}
.cid-u2jNjn4SFE .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2jNjn4SFE .items-row {
  row-gap: 32px;
}
.cid-u2jNjn4SFE .item {
  cursor: pointer;
}
.cid-u2jNjn4SFE .item:focus,
.cid-u2jNjn4SFE span:focus {
  outline: none;
}
.cid-u2jNjn4SFE .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2jNjn4SFE .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2jNjn4SFE img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2jNjn4SFE .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2jNjn4SFE .item-title {
  color: #24262b;
}
.cid-u2jNjn4SFE .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2jNjn4SFE .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2WIHqp965 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ebeced;
}
.cid-u2WIHqp965 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WIHqp965 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WIHqp965 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WIHqp965 .container-fluid {
    padding: 0 30px;
  }
}
.cid-u2WIHqp965 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2WIHqp965 .container {
    padding: 0 30px;
  }
}
.cid-u2WIHqp965 .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-u2WIHqp965 .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-u2WIHqp965 .video-block {
    padding: 0;
  }
}
.cid-u2WIHqp965 .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-u2WIHqp965 .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u2WIHqp965 .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-u2WIHqp965 .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-u2WIHqp965 .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-u2WIHqp965 .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-u2WIHqp965 .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-u2jeYwI312 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u2jeYwI312 [class^='socicon-']:before,
.cid-u2jeYwI312 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2jeYwI312 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2jeYwI312 .btn-social:hover {
  background: #55a41b;
}
.cid-u2jeYwI312 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2jeYwI312 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2jeYwI312 .mbr-section-title {
  color: #2e6b75;
}
.cid-u2jeYwI312 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2jeYwI312 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2jeYwI312 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2jeYwI312 .mbr-section-title,
.cid-u2jeYwI312 .mbr-social-likes {
  color: #515151;
}
.cid-u2jeYxc4mD {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2jeYxc4mD .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2jeYxc4mD .footer__content {
  margin-bottom: 30px;
}
.cid-u2jeYxc4mD .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2jeYxc4mD .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2jeYxc4mD .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2jeYxc4mD .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2jeYxc4mD .privacy {
    text-align: left;
  }
}
.cid-u2jeYxc4mD .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2jeYxc4mD .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2jeYxc4mD .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2jeYxc4mD .input-group-btn {
  padding-left: 0;
}
.cid-u2jeYxc4mD .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2jeYxc4mD .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2jeYxc4mD .mbr-form .btn {
  margin: 0;
}
.cid-u2jeYxc4mD input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2jeYxc4mD input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2jeYxc4mD .wrap {
    padding-bottom: 25px;
  }
  .cid-u2jeYxc4mD .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2nSg6qL7C {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-u2nSg6qL7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2nSg6qL7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2nSg6qL7C .title-wrapper {
  padding: 0 2rem;
}
.cid-u2nSg6qL7C .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2nSg6qL7C .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2nSg6qL7C .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2nSg6qL7C .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2nSg6qL7C .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2nSg6qL7C .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2nSg6qL7C .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2nSg6qL7C .mbr-section-title,
.cid-u2nSg6qL7C .mbr-section-btn {
  text-align: center;
}
.cid-u2nSg7ceXv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2nSg7ceXv .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u2nSg7ceXv img {
  width: 100%;
  border-radius: 3px;
}
.cid-u2nSg7ceXv .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u2nSg7ceXv .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u2nSg7ceXv .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u2nSg7ceXv img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u2nSg7ceXv .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u2nSg7ceXv img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u2nSg7ceXv img {
    width: 100%;
  }
}
.cid-u2nSg7ceXv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u2nSg7ceXv .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u2nSg7ceXv .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u2nSg7ceXv ul {
  padding-left: 3.7rem!important;
}
.cid-u2nSg7ceXv .mbr-text,
.cid-u2nSg7ceXv .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u2nSg7ceXv .mbr-section-subtitle {
  color: #777777;
}
.cid-u2oaGZhxd0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u2oaGZhxd0 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u2oaGZhxd0 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u2oaGZhxd0 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u2oaGZhxd0 .row {
  display: flex;
  align-items: stretch;
}
.cid-u2oaGZhxd0 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u2oaGZhxd0 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u2oaGZhxd0 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u2oaGZhxd0 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u2oaGZhxd0 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u2oaGZhxd0 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u2oaGZhxd0 .item:focus,
.cid-u2oaGZhxd0 span:focus {
  outline: none;
}
.cid-u2oaGZhxd0 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u2oaGZhxd0 .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u2oaGZhxd0 .item-wrapper .item-content a:hover {
  color: #55a41b !important;
}
.cid-u2oaGZhxd0 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u2oaGZhxd0 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u2oaGZhxd0 .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u2oaGZhxd0 .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u2oaGZhxd0 .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u2oaGZhxd0 .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u2oaGZhxd0 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u2oaGZhxd0 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2oaGZhxd0 .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #55a41b;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u2oaGZhxd0 .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u2oaGZhxd0 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u2oaGZhxd0 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u2oaGZhxd0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2oaGZhxd0 .item-title {
  text-align: left;
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-u2oaGZhxd0 .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u2oaGZhxd0 .mbr-text,
.cid-u2oaGZhxd0 .mbr-section-btn {
  color: #353535;
}
.cid-u2oeUEzhJm {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u2oeUEzhJm .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u2oeUEzhJm .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u2oeUEzhJm .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u2oeUEzhJm .row {
  display: flex;
  align-items: stretch;
}
.cid-u2oeUEzhJm .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u2oeUEzhJm .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u2oeUEzhJm .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u2oeUEzhJm .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u2oeUEzhJm .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u2oeUEzhJm .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u2oeUEzhJm .item:focus,
.cid-u2oeUEzhJm span:focus {
  outline: none;
}
.cid-u2oeUEzhJm .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u2oeUEzhJm .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u2oeUEzhJm .item-wrapper .item-content a:hover {
  color: #55a41b !important;
}
.cid-u2oeUEzhJm .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u2oeUEzhJm .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u2oeUEzhJm .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u2oeUEzhJm .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u2oeUEzhJm .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u2oeUEzhJm .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u2oeUEzhJm .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u2oeUEzhJm .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2oeUEzhJm .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #55a41b;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u2oeUEzhJm .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u2oeUEzhJm .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u2oeUEzhJm .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u2oeUEzhJm .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2oeUEzhJm .item-title {
  text-align: left;
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-u2oeUEzhJm .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u2oeUEzhJm .mbr-text,
.cid-u2oeUEzhJm .mbr-section-btn {
  color: #353535;
}
.cid-u2oiMYi4kb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2oiMYi4kb .row {
  flex-direction: row-reverse;
}
.cid-u2oiMYi4kb .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2oiMYi4kb .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2oiMYi4kb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2oiMYi4kb .mbr-section-title {
  color: #103178;
}
.cid-u2oiMYi4kb .mbr-text,
.cid-u2oiMYi4kb .mbr-section-btn {
  color: #353535;
}
.cid-u2MolfyoFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u2MolfyoFL .row {
  flex-direction: row-reverse;
}
.cid-u2MolfyoFL .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2MolfyoFL .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2MolfyoFL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2MolfyoFL .mbr-section-title {
  color: #353535;
}
.cid-u2MolfyoFL .mbr-text,
.cid-u2MolfyoFL .mbr-section-btn {
  color: #353535;
}
.cid-u2WIkbsLRy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ebeced;
}
.cid-u2WIkbsLRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WIkbsLRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WIkbsLRy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WIkbsLRy .container-fluid {
    padding: 0 30px;
  }
}
.cid-u2WIkbsLRy .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2WIkbsLRy .container {
    padding: 0 30px;
  }
}
.cid-u2WIkbsLRy .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-u2WIkbsLRy .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-u2WIkbsLRy .video-block {
    padding: 0;
  }
}
.cid-u2WIkbsLRy .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-u2WIkbsLRy .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u2WIkbsLRy .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-u2WIkbsLRy .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-u2WIkbsLRy .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-u2WIkbsLRy .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-u2WIkbsLRy .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-u2nSgavrj8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u2nSgavrj8 [class^='socicon-']:before,
.cid-u2nSgavrj8 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2nSgavrj8 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2nSgavrj8 .btn-social:hover {
  background: #55a41b;
}
.cid-u2nSgavrj8 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2nSgavrj8 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2nSgavrj8 .mbr-section-title {
  color: #2e6b75;
}
.cid-u2nSgavrj8 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2nSgavrj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2nSgavrj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2nSgavrj8 .mbr-section-title,
.cid-u2nSgavrj8 .mbr-social-likes {
  color: #515151;
}
.cid-u2nSgaYQXh {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2nSgaYQXh .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2nSgaYQXh .footer__content {
  margin-bottom: 30px;
}
.cid-u2nSgaYQXh .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2nSgaYQXh .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2nSgaYQXh .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2nSgaYQXh .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2nSgaYQXh .privacy {
    text-align: left;
  }
}
.cid-u2nSgaYQXh .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2nSgaYQXh .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2nSgaYQXh .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2nSgaYQXh .input-group-btn {
  padding-left: 0;
}
.cid-u2nSgaYQXh .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2nSgaYQXh .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2nSgaYQXh .mbr-form .btn {
  margin: 0;
}
.cid-u2nSgaYQXh input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2nSgaYQXh input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2nSgaYQXh .wrap {
    padding-bottom: 25px;
  }
  .cid-u2nSgaYQXh .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2nSlkeoq5 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-u2nSlkeoq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2nSlkeoq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2nSlkeoq5 .title-wrapper {
  padding: 0 2rem;
}
.cid-u2nSlkeoq5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2nSlkeoq5 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2nSlkeoq5 .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2nSlkeoq5 .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2nSlkeoq5 .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2nSlkeoq5 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2nSlkeoq5 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2nSlkeoq5 .mbr-section-title,
.cid-u2nSlkeoq5 .mbr-section-btn {
  text-align: center;
}
.cid-u2nSll3DB6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2nSll3DB6 .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u2nSll3DB6 img {
  width: 100%;
  border-radius: 3px;
}
.cid-u2nSll3DB6 .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u2nSll3DB6 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u2nSll3DB6 .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u2nSll3DB6 img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u2nSll3DB6 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u2nSll3DB6 img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u2nSll3DB6 img {
    width: 100%;
  }
}
.cid-u2nSll3DB6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u2nSll3DB6 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u2nSll3DB6 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u2nSll3DB6 ul {
  padding-left: 3.7rem!important;
}
.cid-u2nSll3DB6 .mbr-text,
.cid-u2nSll3DB6 .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u2nSll3DB6 .mbr-section-subtitle {
  color: #777777;
}
.cid-u2MB8jyO28 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2MB8jyO28 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #232323;
}
.cid-u2MB8jyO28 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u2MB8jyO28 .mbr-section-subtitle {
  color: #353535;
}
.cid-u2MB8jyO28 .panel-group {
  width: 100%;
}
.cid-u2MB8jyO28 .panel-text {
  color: #767676;
}
.cid-u2MB8jyO28 .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-u2MB8jyO28 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u2MB8jyO28 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #f6f6f6;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u2MB8jyO28 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-u2MB8jyO28 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u2MB8jyO28 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-u2MB8jyO28 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-u2MB8jyO28 .card .panel-body {
  background: #ffffff;
}
.cid-u2MB8jyO28 .sign {
  color: #232323;
}
.cid-u2nSllrVKX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-u2nSllrVKX .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2nSllrVKX .mbr-section-title {
  color: #24262b;
}
.cid-u2nSllrVKX .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2nSllrVKX .items-row {
  row-gap: 32px;
}
.cid-u2nSllrVKX .item {
  cursor: pointer;
}
.cid-u2nSllrVKX .item:focus,
.cid-u2nSllrVKX span:focus {
  outline: none;
}
.cid-u2nSllrVKX .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2nSllrVKX .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2nSllrVKX img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2nSllrVKX .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2nSllrVKX .item-title {
  color: #24262b;
}
.cid-u2nSllrVKX .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2nSllrVKX .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2nSlm09l1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-u2nSlm09l1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2nSlm09l1 .mbr-section-title {
  color: #24262b;
}
.cid-u2nSlm09l1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2nSlm09l1 .items-row {
  row-gap: 32px;
}
.cid-u2nSlm09l1 .item {
  cursor: pointer;
}
.cid-u2nSlm09l1 .item:focus,
.cid-u2nSlm09l1 span:focus {
  outline: none;
}
.cid-u2nSlm09l1 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2nSlm09l1 .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2nSlm09l1 img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2nSlm09l1 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2nSlm09l1 .item-title {
  color: #24262b;
}
.cid-u2nSlm09l1 .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2nSlm09l1 .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2MFQysoFw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-u2MFQysoFw .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2MFQysoFw .mbr-section-title {
  color: #24262b;
}
.cid-u2MFQysoFw .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2MFQysoFw .items-row {
  row-gap: 32px;
}
.cid-u2MFQysoFw .item {
  cursor: pointer;
}
.cid-u2MFQysoFw .item:focus,
.cid-u2MFQysoFw span:focus {
  outline: none;
}
.cid-u2MFQysoFw .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2MFQysoFw .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2MFQysoFw img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2MFQysoFw .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2MFQysoFw .item-title {
  color: #24262b;
}
.cid-u2MFQysoFw .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2MFQysoFw .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2MNhRlECj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-u2MNhRlECj .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2MNhRlECj .mbr-section-title {
  color: #24262b;
}
.cid-u2MNhRlECj .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2MNhRlECj .items-row {
  row-gap: 32px;
}
.cid-u2MNhRlECj .item {
  cursor: pointer;
}
.cid-u2MNhRlECj .item:focus,
.cid-u2MNhRlECj span:focus {
  outline: none;
}
.cid-u2MNhRlECj .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2MNhRlECj .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2MNhRlECj img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2MNhRlECj .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2MNhRlECj .item-title {
  color: #24262b;
}
.cid-u2MNhRlECj .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2MNhRlECj .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2MOcRlc69 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-u2MOcRlc69 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2MOcRlc69 .mbr-section-title {
  color: #24262b;
}
.cid-u2MOcRlc69 .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2MOcRlc69 .items-row {
  row-gap: 32px;
}
.cid-u2MOcRlc69 .item {
  cursor: pointer;
}
.cid-u2MOcRlc69 .item:focus,
.cid-u2MOcRlc69 span:focus {
  outline: none;
}
.cid-u2MOcRlc69 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2MOcRlc69 .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2MOcRlc69 img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2MOcRlc69 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2MOcRlc69 .item-title {
  color: #24262b;
}
.cid-u2MOcRlc69 .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2MOcRlc69 .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2MPlPHoLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u2MPlPHoLY .row {
  flex-direction: row-reverse;
}
.cid-u2MPlPHoLY .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2MPlPHoLY .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2MPlPHoLY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2MPlPHoLY .mbr-section-title {
  color: #353535;
}
.cid-u2MPlPHoLY .mbr-text,
.cid-u2MPlPHoLY .mbr-section-btn {
  color: #353535;
}
.cid-u2WzjivPJn {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ebeced;
}
.cid-u2WzjivPJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WzjivPJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WzjivPJn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WzjivPJn .container-fluid {
    padding: 0 30px;
  }
}
.cid-u2WzjivPJn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2WzjivPJn .container {
    padding: 0 30px;
  }
}
.cid-u2WzjivPJn .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-u2WzjivPJn .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-u2WzjivPJn .video-block {
    padding: 0;
  }
}
.cid-u2WzjivPJn .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-u2WzjivPJn .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u2WzjivPJn .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-u2WzjivPJn .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-u2WzjivPJn .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-u2WzjivPJn .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-u2WzjivPJn .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-u2nSloUOSE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u2nSloUOSE [class^='socicon-']:before,
.cid-u2nSloUOSE [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2nSloUOSE .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2nSloUOSE .btn-social:hover {
  background: #55a41b;
}
.cid-u2nSloUOSE .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2nSloUOSE .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2nSloUOSE .mbr-section-title {
  color: #2e6b75;
}
.cid-u2nSloUOSE .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2nSloUOSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2nSloUOSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2nSloUOSE .mbr-section-title,
.cid-u2nSloUOSE .mbr-social-likes {
  color: #515151;
}
.cid-u2nSlpWwFR {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2nSlpWwFR .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2nSlpWwFR .footer__content {
  margin-bottom: 30px;
}
.cid-u2nSlpWwFR .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2nSlpWwFR .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2nSlpWwFR .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2nSlpWwFR .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2nSlpWwFR .privacy {
    text-align: left;
  }
}
.cid-u2nSlpWwFR .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2nSlpWwFR .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2nSlpWwFR .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2nSlpWwFR .input-group-btn {
  padding-left: 0;
}
.cid-u2nSlpWwFR .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2nSlpWwFR .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2nSlpWwFR .mbr-form .btn {
  margin: 0;
}
.cid-u2nSlpWwFR input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2nSlpWwFR input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2nSlpWwFR .wrap {
    padding-bottom: 25px;
  }
  .cid-u2nSlpWwFR .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2WFSote2i {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-u2WFSote2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WFSote2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WFSote2i .title-wrapper {
  padding: 0 2rem;
}
.cid-u2WFSote2i .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WFSote2i .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2WFSote2i .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2WFSote2i .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WFSote2i .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2WFSote2i .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2WFSote2i .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2WFSote2i .mbr-section-title,
.cid-u2WFSote2i .mbr-section-btn {
  text-align: center;
}
.cid-u2WFSphryx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2WFSphryx .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u2WFSphryx img {
  width: 100%;
  border-radius: 3px;
}
.cid-u2WFSphryx .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u2WFSphryx .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u2WFSphryx .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u2WFSphryx img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u2WFSphryx .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u2WFSphryx img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u2WFSphryx img {
    width: 100%;
  }
}
.cid-u2WFSphryx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u2WFSphryx .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u2WFSphryx .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u2WFSphryx ul {
  padding-left: 3.7rem!important;
}
.cid-u2WFSphryx .mbr-text,
.cid-u2WFSphryx .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u2WFSphryx .mbr-section-subtitle {
  color: #777777;
}
.cid-u2WFSyx1N8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u2WFSyx1N8 [class^='socicon-']:before,
.cid-u2WFSyx1N8 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2WFSyx1N8 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2WFSyx1N8 .btn-social:hover {
  background: #55a41b;
}
.cid-u2WFSyx1N8 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2WFSyx1N8 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2WFSyx1N8 .mbr-section-title {
  color: #2e6b75;
}
.cid-u2WFSyx1N8 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2WFSyx1N8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WFSyx1N8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WFSyx1N8 .mbr-section-title,
.cid-u2WFSyx1N8 .mbr-social-likes {
  color: #515151;
}
.cid-u2WFSz89fd {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2WFSz89fd .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2WFSz89fd .footer__content {
  margin-bottom: 30px;
}
.cid-u2WFSz89fd .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2WFSz89fd .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2WFSz89fd .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2WFSz89fd .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2WFSz89fd .privacy {
    text-align: left;
  }
}
.cid-u2WFSz89fd .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2WFSz89fd .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2WFSz89fd .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2WFSz89fd .input-group-btn {
  padding-left: 0;
}
.cid-u2WFSz89fd .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2WFSz89fd .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2WFSz89fd .mbr-form .btn {
  margin: 0;
}
.cid-u2WFSz89fd input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2WFSz89fd input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2WFSz89fd .wrap {
    padding-bottom: 25px;
  }
  .cid-u2WFSz89fd .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2WKXyLceN {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-u2WKXyLceN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WKXyLceN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WKXyLceN .title-wrapper {
  padding: 0 2rem;
}
.cid-u2WKXyLceN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WKXyLceN .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2WKXyLceN .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2WKXyLceN .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WKXyLceN .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2WKXyLceN .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2WKXyLceN .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2WKXyLceN .mbr-section-title,
.cid-u2WKXyLceN .mbr-section-btn {
  text-align: center;
}
.cid-u2WKXzjF35 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2WKXzjF35 .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u2WKXzjF35 img {
  width: 100%;
  border-radius: 3px;
}
.cid-u2WKXzjF35 .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u2WKXzjF35 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u2WKXzjF35 .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u2WKXzjF35 img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u2WKXzjF35 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u2WKXzjF35 img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u2WKXzjF35 img {
    width: 100%;
  }
}
.cid-u2WKXzjF35 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u2WKXzjF35 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u2WKXzjF35 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u2WKXzjF35 ul {
  padding-left: 3.7rem!important;
}
.cid-u2WKXzjF35 .mbr-text,
.cid-u2WKXzjF35 .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u2WKXzjF35 .mbr-section-subtitle {
  color: #777777;
}
.cid-u2WOxyyqoY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-u2WOxyyqoY .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2WOxyyqoY .mbr-section-title {
  color: #24262b;
}
.cid-u2WOxyyqoY .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2WOxyyqoY .items-row {
  row-gap: 32px;
}
.cid-u2WOxyyqoY .item {
  cursor: pointer;
}
.cid-u2WOxyyqoY .item:focus,
.cid-u2WOxyyqoY span:focus {
  outline: none;
}
.cid-u2WOxyyqoY .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2WOxyyqoY .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2WOxyyqoY img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2WOxyyqoY .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2WOxyyqoY .item-title {
  color: #24262b;
}
.cid-u2WOxyyqoY .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2WOxyyqoY .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2WPe6MKpH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-u2WPe6MKpH .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2WPe6MKpH .mbr-section-title {
  color: #24262b;
}
.cid-u2WPe6MKpH .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2WPe6MKpH .items-row {
  row-gap: 32px;
}
.cid-u2WPe6MKpH .item {
  cursor: pointer;
}
.cid-u2WPe6MKpH .item:focus,
.cid-u2WPe6MKpH span:focus {
  outline: none;
}
.cid-u2WPe6MKpH .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2WPe6MKpH .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2WPe6MKpH img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2WPe6MKpH .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2WPe6MKpH .item-title {
  color: #24262b;
}
.cid-u2WPe6MKpH .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2WPe6MKpH .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2WKXzF8ac {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u2WKXzF8ac [class^='socicon-']:before,
.cid-u2WKXzF8ac [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2WKXzF8ac .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2WKXzF8ac .btn-social:hover {
  background: #55a41b;
}
.cid-u2WKXzF8ac .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2WKXzF8ac .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2WKXzF8ac .mbr-section-title {
  color: #2e6b75;
}
.cid-u2WKXzF8ac .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2WKXzF8ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WKXzF8ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WKXzF8ac .mbr-section-title,
.cid-u2WKXzF8ac .mbr-social-likes {
  color: #515151;
}
.cid-u2WKXA699E {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2WKXA699E .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2WKXA699E .footer__content {
  margin-bottom: 30px;
}
.cid-u2WKXA699E .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2WKXA699E .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2WKXA699E .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2WKXA699E .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2WKXA699E .privacy {
    text-align: left;
  }
}
.cid-u2WKXA699E .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2WKXA699E .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2WKXA699E .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2WKXA699E .input-group-btn {
  padding-left: 0;
}
.cid-u2WKXA699E .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2WKXA699E .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2WKXA699E .mbr-form .btn {
  margin: 0;
}
.cid-u2WKXA699E input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2WKXA699E input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2WKXA699E .wrap {
    padding-bottom: 25px;
  }
  .cid-u2WKXA699E .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2WLv1uYGB {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-u2WLv1uYGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WLv1uYGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WLv1uYGB .title-wrapper {
  padding: 0 2rem;
}
.cid-u2WLv1uYGB .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WLv1uYGB .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2WLv1uYGB .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2WLv1uYGB .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WLv1uYGB .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2WLv1uYGB .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2WLv1uYGB .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2WLv1uYGB .mbr-section-title,
.cid-u2WLv1uYGB .mbr-section-btn {
  text-align: center;
}
.cid-u2WLv1W72y {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2WLv1W72y .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u2WLv1W72y img {
  width: 100%;
  border-radius: 3px;
}
.cid-u2WLv1W72y .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u2WLv1W72y .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u2WLv1W72y .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u2WLv1W72y img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u2WLv1W72y .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u2WLv1W72y img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u2WLv1W72y img {
    width: 100%;
  }
}
.cid-u2WLv1W72y .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u2WLv1W72y .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u2WLv1W72y .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u2WLv1W72y ul {
  padding-left: 3.7rem!important;
}
.cid-u2WLv1W72y .mbr-text,
.cid-u2WLv1W72y .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u2WLv1W72y .mbr-section-subtitle {
  color: #777777;
}
.cid-u2WMHZmgDV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u2WMHZmgDV .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u2WMHZmgDV .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u2WMHZmgDV .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u2WMHZmgDV .row {
  display: flex;
  align-items: stretch;
}
.cid-u2WMHZmgDV .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u2WMHZmgDV .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u2WMHZmgDV .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u2WMHZmgDV .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u2WMHZmgDV .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u2WMHZmgDV .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u2WMHZmgDV .item:focus,
.cid-u2WMHZmgDV span:focus {
  outline: none;
}
.cid-u2WMHZmgDV .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u2WMHZmgDV .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u2WMHZmgDV .item-wrapper .item-content a:hover {
  color: #55a41b !important;
}
.cid-u2WMHZmgDV .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u2WMHZmgDV .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u2WMHZmgDV .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u2WMHZmgDV .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u2WMHZmgDV .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u2WMHZmgDV .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u2WMHZmgDV .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u2WMHZmgDV .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2WMHZmgDV .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #55a41b;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u2WMHZmgDV .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u2WMHZmgDV .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u2WMHZmgDV .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u2WMHZmgDV .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2WMHZmgDV .item-title {
  text-align: left;
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-u2WMHZmgDV .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u2WMHZmgDV .mbr-text,
.cid-u2WMHZmgDV .mbr-section-btn {
  color: #353535;
}
.cid-u2WNIvW2mg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ebeced;
}
.cid-u2WNIvW2mg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WNIvW2mg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WNIvW2mg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WNIvW2mg .container-fluid {
    padding: 0 30px;
  }
}
.cid-u2WNIvW2mg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2WNIvW2mg .container {
    padding: 0 30px;
  }
}
.cid-u2WNIvW2mg .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-u2WNIvW2mg .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-u2WNIvW2mg .video-block {
    padding: 0;
  }
}
.cid-u2WNIvW2mg .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-u2WNIvW2mg .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u2WNIvW2mg .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-u2WNIvW2mg .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-u2WNIvW2mg .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-u2WNIvW2mg .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-u2WNIvW2mg .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-u2WLv2gKby {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u2WLv2gKby [class^='socicon-']:before,
.cid-u2WLv2gKby [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2WLv2gKby .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2WLv2gKby .btn-social:hover {
  background: #55a41b;
}
.cid-u2WLv2gKby .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2WLv2gKby .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2WLv2gKby .mbr-section-title {
  color: #2e6b75;
}
.cid-u2WLv2gKby .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2WLv2gKby .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WLv2gKby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WLv2gKby .mbr-section-title,
.cid-u2WLv2gKby .mbr-social-likes {
  color: #515151;
}
.cid-u2WLv2MUjv {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2WLv2MUjv .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2WLv2MUjv .footer__content {
  margin-bottom: 30px;
}
.cid-u2WLv2MUjv .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2WLv2MUjv .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2WLv2MUjv .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2WLv2MUjv .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2WLv2MUjv .privacy {
    text-align: left;
  }
}
.cid-u2WLv2MUjv .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2WLv2MUjv .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2WLv2MUjv .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2WLv2MUjv .input-group-btn {
  padding-left: 0;
}
.cid-u2WLv2MUjv .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2WLv2MUjv .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2WLv2MUjv .mbr-form .btn {
  margin: 0;
}
.cid-u2WLv2MUjv input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2WLv2MUjv input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2WLv2MUjv .wrap {
    padding-bottom: 25px;
  }
  .cid-u2WLv2MUjv .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2WTr8ZNy1 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-u2WTr8ZNy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WTr8ZNy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WTr8ZNy1 .title-wrapper {
  padding: 0 2rem;
}
.cid-u2WTr8ZNy1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WTr8ZNy1 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2WTr8ZNy1 .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2WTr8ZNy1 .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WTr8ZNy1 .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2WTr8ZNy1 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2WTr8ZNy1 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2WTr8ZNy1 .mbr-section-title,
.cid-u2WTr8ZNy1 .mbr-section-btn {
  text-align: center;
}
.cid-u2WTrcfeab {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2WTrcfeab .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u2WTrcfeab img {
  width: 100%;
  border-radius: 3px;
}
.cid-u2WTrcfeab .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u2WTrcfeab .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u2WTrcfeab .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u2WTrcfeab img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u2WTrcfeab .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u2WTrcfeab img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u2WTrcfeab img {
    width: 100%;
  }
}
.cid-u2WTrcfeab .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u2WTrcfeab .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u2WTrcfeab .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u2WTrcfeab ul {
  padding-left: 3.7rem!important;
}
.cid-u2WTrcfeab .mbr-text,
.cid-u2WTrcfeab .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u2WTrcfeab .mbr-section-subtitle {
  color: #777777;
}
.cid-u2WUERNidY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-u2WUERNidY .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2WUERNidY .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2WUERNidY .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2WUERNidY .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2WUERNidY .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2WUERNidY .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2WUERNidY .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2WUERNidY .item-content {
    opacity: 1 !important;
  }
  .cid-u2WUERNidY .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2WUERNidY .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2WUERNidY .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2WUERNidY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2WUERNidY .item:hover img {
  transform: scale(1.05);
}
.cid-u2WUERNidY .item-img {
  overflow: hidden;
}
.cid-u2WUERNidY img,
.cid-u2WUERNidY .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2WUERNidY h5 {
  margin: 0;
}
.cid-u2WUERNidY .item:focus,
.cid-u2WUERNidY span:focus {
  outline: none;
}
.cid-u2WUERNidY .mbr-section-title {
  color: #232323;
}
.cid-u2WUERNidY .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2WUERNidY .mbr-section-subtitle {
  text-align: center;
}
.cid-u2WTrdpxH7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ebeced;
}
.cid-u2WTrdpxH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WTrdpxH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WTrdpxH7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WTrdpxH7 .container-fluid {
    padding: 0 30px;
  }
}
.cid-u2WTrdpxH7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2WTrdpxH7 .container {
    padding: 0 30px;
  }
}
.cid-u2WTrdpxH7 .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-u2WTrdpxH7 .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-u2WTrdpxH7 .video-block {
    padding: 0;
  }
}
.cid-u2WTrdpxH7 .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-u2WTrdpxH7 .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u2WTrdpxH7 .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-u2WTrdpxH7 .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-u2WTrdpxH7 .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-u2WTrdpxH7 .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-u2WTrdpxH7 .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-u2WTrdQZeY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u2WTrdQZeY [class^='socicon-']:before,
.cid-u2WTrdQZeY [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2WTrdQZeY .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2WTrdQZeY .btn-social:hover {
  background: #55a41b;
}
.cid-u2WTrdQZeY .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2WTrdQZeY .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2WTrdQZeY .mbr-section-title {
  color: #2e6b75;
}
.cid-u2WTrdQZeY .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2WTrdQZeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WTrdQZeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WTrdQZeY .mbr-section-title,
.cid-u2WTrdQZeY .mbr-social-likes {
  color: #515151;
}
.cid-u2WTreri5b {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2WTreri5b .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2WTreri5b .footer__content {
  margin-bottom: 30px;
}
.cid-u2WTreri5b .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2WTreri5b .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2WTreri5b .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2WTreri5b .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2WTreri5b .privacy {
    text-align: left;
  }
}
.cid-u2WTreri5b .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2WTreri5b .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2WTreri5b .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2WTreri5b .input-group-btn {
  padding-left: 0;
}
.cid-u2WTreri5b .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2WTreri5b .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2WTreri5b .mbr-form .btn {
  margin: 0;
}
.cid-u2WTreri5b input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2WTreri5b input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2WTreri5b .wrap {
    padding-bottom: 25px;
  }
  .cid-u2WTreri5b .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2WVj0jI4J {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-u2WVj0jI4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WVj0jI4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WVj0jI4J .title-wrapper {
  padding: 0 2rem;
}
.cid-u2WVj0jI4J .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WVj0jI4J .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2WVj0jI4J .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2WVj0jI4J .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WVj0jI4J .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2WVj0jI4J .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2WVj0jI4J .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2WVj0jI4J .mbr-section-title,
.cid-u2WVj0jI4J .mbr-section-btn {
  text-align: center;
}
.cid-u2WVj0VsLf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2WVj0VsLf .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u2WVj0VsLf img {
  width: 100%;
  border-radius: 3px;
}
.cid-u2WVj0VsLf .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u2WVj0VsLf .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u2WVj0VsLf .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u2WVj0VsLf img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u2WVj0VsLf .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u2WVj0VsLf img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u2WVj0VsLf img {
    width: 100%;
  }
}
.cid-u2WVj0VsLf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u2WVj0VsLf .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u2WVj0VsLf .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u2WVj0VsLf ul {
  padding-left: 3.7rem!important;
}
.cid-u2WVj0VsLf .mbr-text,
.cid-u2WVj0VsLf .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u2WVj0VsLf .mbr-section-subtitle {
  color: #777777;
}
.cid-u2WX3NMlbT {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u2WX3NMlbT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u2WX3NMlbT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2WX3NMlbT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2WX3NMlbT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u2WX3NMlbT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u2WX3NMlbT .icon-focus {
  display: none;
}
.cid-u2WX3NMlbT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u2WX3NMlbT ul {
  font-size: 0;
}
.cid-u2WX3NMlbT .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u2WX3NMlbT .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u2WX3NMlbT .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u2WX3NMlbT .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u2WX3NMlbT .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u2WX3NMlbT .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u2WX3NMlbT .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u2WX3NMlbT .btn:hover {
  background: transparent !important;
}
.cid-u2WX3NMlbT .btn:hover:before {
  background: transparent !important;
}
.cid-u2WX3NMlbT .btn:before {
  background-color: transparent !important;
}
.cid-u2WX3NMlbT .btn:focus {
  box-shadow: none;
}
.cid-u2WX3NMlbT .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u2WVj1e8Vl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-u2WVj1e8Vl .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-u2WVj1e8Vl .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2WVj1e8Vl .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-u2WVj1e8Vl .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-u2WVj1e8Vl .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-u2WVj1e8Vl .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-u2WVj1e8Vl .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-u2WVj1e8Vl .item-content {
    opacity: 1 !important;
  }
  .cid-u2WVj1e8Vl .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-u2WVj1e8Vl .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-u2WVj1e8Vl .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2WVj1e8Vl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2WVj1e8Vl .item:hover img {
  transform: scale(1.05);
}
.cid-u2WVj1e8Vl .item-img {
  overflow: hidden;
}
.cid-u2WVj1e8Vl img,
.cid-u2WVj1e8Vl .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-u2WVj1e8Vl h5 {
  margin: 0;
}
.cid-u2WVj1e8Vl .item:focus,
.cid-u2WVj1e8Vl span:focus {
  outline: none;
}
.cid-u2WVj1e8Vl .mbr-section-title {
  color: #232323;
}
.cid-u2WVj1e8Vl .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2WVj1e8Vl .mbr-section-subtitle {
  text-align: center;
}
.cid-u2WVj2dMCg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u2WVj2dMCg [class^='socicon-']:before,
.cid-u2WVj2dMCg [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2WVj2dMCg .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2WVj2dMCg .btn-social:hover {
  background: #55a41b;
}
.cid-u2WVj2dMCg .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2WVj2dMCg .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2WVj2dMCg .mbr-section-title {
  color: #2e6b75;
}
.cid-u2WVj2dMCg .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2WVj2dMCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WVj2dMCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WVj2dMCg .mbr-section-title,
.cid-u2WVj2dMCg .mbr-social-likes {
  color: #515151;
}
.cid-u2WVj2CJsr {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2WVj2CJsr .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2WVj2CJsr .footer__content {
  margin-bottom: 30px;
}
.cid-u2WVj2CJsr .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2WVj2CJsr .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2WVj2CJsr .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2WVj2CJsr .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2WVj2CJsr .privacy {
    text-align: left;
  }
}
.cid-u2WVj2CJsr .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2WVj2CJsr .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2WVj2CJsr .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2WVj2CJsr .input-group-btn {
  padding-left: 0;
}
.cid-u2WVj2CJsr .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2WVj2CJsr .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2WVj2CJsr .mbr-form .btn {
  margin: 0;
}
.cid-u2WVj2CJsr input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2WVj2CJsr input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2WVj2CJsr .wrap {
    padding-bottom: 25px;
  }
  .cid-u2WVj2CJsr .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2WZ7KHnGY {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-u2WZ7KHnGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WZ7KHnGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WZ7KHnGY .title-wrapper {
  padding: 0 2rem;
}
.cid-u2WZ7KHnGY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WZ7KHnGY .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2WZ7KHnGY .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2WZ7KHnGY .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2WZ7KHnGY .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2WZ7KHnGY .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2WZ7KHnGY .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2WZ7KHnGY .mbr-section-title,
.cid-u2WZ7KHnGY .mbr-section-btn {
  text-align: center;
}
.cid-u2WZ7LhHm5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2WZ7LhHm5 .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u2WZ7LhHm5 img {
  width: 100%;
  border-radius: 3px;
}
.cid-u2WZ7LhHm5 .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u2WZ7LhHm5 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u2WZ7LhHm5 .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u2WZ7LhHm5 img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u2WZ7LhHm5 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u2WZ7LhHm5 img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u2WZ7LhHm5 img {
    width: 100%;
  }
}
.cid-u2WZ7LhHm5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u2WZ7LhHm5 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u2WZ7LhHm5 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u2WZ7LhHm5 ul {
  padding-left: 3.7rem!important;
}
.cid-u2WZ7LhHm5 .mbr-text,
.cid-u2WZ7LhHm5 .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u2WZ7LhHm5 .mbr-section-subtitle {
  color: #777777;
}
.cid-u2X07W7Ioo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-u2X07W7Ioo .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2X07W7Ioo .mbr-section-title {
  color: #24262b;
}
.cid-u2X07W7Ioo .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2X07W7Ioo .items-row {
  row-gap: 32px;
}
.cid-u2X07W7Ioo .item {
  cursor: pointer;
}
.cid-u2X07W7Ioo .item:focus,
.cid-u2X07W7Ioo span:focus {
  outline: none;
}
.cid-u2X07W7Ioo .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2X07W7Ioo .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2X07W7Ioo img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2X07W7Ioo .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2X07W7Ioo .item-title {
  color: #24262b;
}
.cid-u2X07W7Ioo .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2X07W7Ioo .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2X3kFLwu0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-u2X3kFLwu0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u2X3kFLwu0 .mbr-section-title {
  color: #24262b;
}
.cid-u2X3kFLwu0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-u2X3kFLwu0 .items-row {
  row-gap: 32px;
}
.cid-u2X3kFLwu0 .item {
  cursor: pointer;
}
.cid-u2X3kFLwu0 .item:focus,
.cid-u2X3kFLwu0 span:focus {
  outline: none;
}
.cid-u2X3kFLwu0 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u2X3kFLwu0 .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-u2X3kFLwu0 img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-u2X3kFLwu0 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #d8dadb;
}
.cid-u2X3kFLwu0 .item-title {
  color: #24262b;
}
.cid-u2X3kFLwu0 .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-u2X3kFLwu0 .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-u2WZ7Nw4tO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u2WZ7Nw4tO [class^='socicon-']:before,
.cid-u2WZ7Nw4tO [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2WZ7Nw4tO .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2WZ7Nw4tO .btn-social:hover {
  background: #55a41b;
}
.cid-u2WZ7Nw4tO .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2WZ7Nw4tO .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2WZ7Nw4tO .mbr-section-title {
  color: #2e6b75;
}
.cid-u2WZ7Nw4tO .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2WZ7Nw4tO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WZ7Nw4tO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WZ7Nw4tO .mbr-section-title,
.cid-u2WZ7Nw4tO .mbr-social-likes {
  color: #515151;
}
.cid-u2WZ7Ob7q5 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2WZ7Ob7q5 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2WZ7Ob7q5 .footer__content {
  margin-bottom: 30px;
}
.cid-u2WZ7Ob7q5 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2WZ7Ob7q5 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2WZ7Ob7q5 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2WZ7Ob7q5 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2WZ7Ob7q5 .privacy {
    text-align: left;
  }
}
.cid-u2WZ7Ob7q5 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2WZ7Ob7q5 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2WZ7Ob7q5 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2WZ7Ob7q5 .input-group-btn {
  padding-left: 0;
}
.cid-u2WZ7Ob7q5 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2WZ7Ob7q5 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2WZ7Ob7q5 .mbr-form .btn {
  margin: 0;
}
.cid-u2WZ7Ob7q5 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2WZ7Ob7q5 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2WZ7Ob7q5 .wrap {
    padding-bottom: 25px;
  }
  .cid-u2WZ7Ob7q5 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4XbD2mAGa {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u4XbD2mAGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4XbD2mAGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4XbD2mAGa .title-wrapper {
  padding: 0 2rem;
}
.cid-u4XbD2mAGa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u4XbD2mAGa .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u4XbD2mAGa .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u4XbD2mAGa .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u4XbD2mAGa .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u4XbD2mAGa .mbr-section-title {
  color: #FFFFFF;
}
.cid-u4XbD2mAGa .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u4XbD2mAGa .mbr-section-title,
.cid-u4XbD2mAGa .mbr-section-btn {
  text-align: center;
}
.cid-u4XbD3al53 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u4XbD3al53 .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u4XbD3al53 img {
  width: 100%;
  border-radius: 3px;
}
.cid-u4XbD3al53 .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u4XbD3al53 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u4XbD3al53 .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u4XbD3al53 img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u4XbD3al53 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u4XbD3al53 img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u4XbD3al53 img {
    width: 100%;
  }
}
.cid-u4XbD3al53 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u4XbD3al53 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u4XbD3al53 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u4XbD3al53 ul {
  padding-left: 3.7rem!important;
}
.cid-u4XbD3al53 .mbr-text,
.cid-u4XbD3al53 .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u4XbD3al53 .mbr-section-subtitle {
  color: #777777;
}
.cid-u4Xf1rbhUy {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u4Xf1rbhUy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u4Xf1rbhUy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4Xf1rbhUy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4Xf1rbhUy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u4Xf1rbhUy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u4Xf1rbhUy .icon-focus {
  display: none;
}
.cid-u4Xf1rbhUy .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u4Xf1rbhUy ul {
  font-size: 0;
}
.cid-u4Xf1rbhUy .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u4Xf1rbhUy .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u4Xf1rbhUy .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u4Xf1rbhUy .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u4Xf1rbhUy .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u4Xf1rbhUy .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u4Xf1rbhUy .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u4Xf1rbhUy .btn:hover {
  background: transparent !important;
}
.cid-u4Xf1rbhUy .btn:hover:before {
  background: transparent !important;
}
.cid-u4Xf1rbhUy .btn:before {
  background-color: transparent !important;
}
.cid-u4Xf1rbhUy .btn:focus {
  box-shadow: none;
}
.cid-u4Xf1rbhUy .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u4XbD3QZK4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u4XbD3QZK4 [class^='socicon-']:before,
.cid-u4XbD3QZK4 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u4XbD3QZK4 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u4XbD3QZK4 .btn-social:hover {
  background: #55a41b;
}
.cid-u4XbD3QZK4 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u4XbD3QZK4 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u4XbD3QZK4 .mbr-section-title {
  color: #2e6b75;
}
.cid-u4XbD3QZK4 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u4XbD3QZK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4XbD3QZK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4XbD3QZK4 .mbr-section-title,
.cid-u4XbD3QZK4 .mbr-social-likes {
  color: #515151;
}
.cid-u4XbD4gudh {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u4XbD4gudh .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u4XbD4gudh .footer__content {
  margin-bottom: 30px;
}
.cid-u4XbD4gudh .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u4XbD4gudh .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u4XbD4gudh .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u4XbD4gudh .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u4XbD4gudh .privacy {
    text-align: left;
  }
}
.cid-u4XbD4gudh .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u4XbD4gudh .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u4XbD4gudh .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u4XbD4gudh .input-group-btn {
  padding-left: 0;
}
.cid-u4XbD4gudh .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u4XbD4gudh .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u4XbD4gudh .mbr-form .btn {
  margin: 0;
}
.cid-u4XbD4gudh input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u4XbD4gudh input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u4XbD4gudh .wrap {
    padding-bottom: 25px;
  }
  .cid-u4XbD4gudh .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5qszh8FTT {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u5qszh8FTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5qszh8FTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5qszh8FTT .title-wrapper {
  padding: 0 2rem;
}
.cid-u5qszh8FTT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5qszh8FTT .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u5qszh8FTT .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u5qszh8FTT .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5qszh8FTT .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u5qszh8FTT .mbr-section-title {
  color: #FFFFFF;
}
.cid-u5qszh8FTT .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u5qszh8FTT .mbr-section-title,
.cid-u5qszh8FTT .mbr-section-btn {
  text-align: center;
}
.cid-u5qszjucuN {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u5qszjucuN .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u5qszjucuN img {
  width: 100%;
  border-radius: 3px;
}
.cid-u5qszjucuN .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u5qszjucuN .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u5qszjucuN .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u5qszjucuN img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u5qszjucuN .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u5qszjucuN img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u5qszjucuN img {
    width: 100%;
  }
}
.cid-u5qszjucuN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u5qszjucuN .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u5qszjucuN .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u5qszjucuN ul {
  padding-left: 3.7rem!important;
}
.cid-u5qszjucuN .mbr-text,
.cid-u5qszjucuN .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u5qszjucuN .mbr-section-subtitle {
  color: #777777;
}
.cid-u5qtlYFWbD {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u5qtlYFWbD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5qtlYFWbD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5qtlYFWbD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5qtlYFWbD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5qtlYFWbD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5qtlYFWbD .icon-focus {
  display: none;
}
.cid-u5qtlYFWbD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5qtlYFWbD ul {
  font-size: 0;
}
.cid-u5qtlYFWbD .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u5qtlYFWbD .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u5qtlYFWbD .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u5qtlYFWbD .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u5qtlYFWbD .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u5qtlYFWbD .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5qtlYFWbD .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u5qtlYFWbD .btn:hover {
  background: transparent !important;
}
.cid-u5qtlYFWbD .btn:hover:before {
  background: transparent !important;
}
.cid-u5qtlYFWbD .btn:before {
  background-color: transparent !important;
}
.cid-u5qtlYFWbD .btn:focus {
  box-shadow: none;
}
.cid-u5qtlYFWbD .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u5qszm1YdB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5qszm1YdB [class^='socicon-']:before,
.cid-u5qszm1YdB [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u5qszm1YdB .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u5qszm1YdB .btn-social:hover {
  background: #55a41b;
}
.cid-u5qszm1YdB .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u5qszm1YdB .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u5qszm1YdB .mbr-section-title {
  color: #2e6b75;
}
.cid-u5qszm1YdB .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u5qszm1YdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5qszm1YdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5qszm1YdB .mbr-section-title,
.cid-u5qszm1YdB .mbr-social-likes {
  color: #515151;
}
.cid-u5qsznkMJ8 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u5qsznkMJ8 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u5qsznkMJ8 .footer__content {
  margin-bottom: 30px;
}
.cid-u5qsznkMJ8 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u5qsznkMJ8 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u5qsznkMJ8 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u5qsznkMJ8 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u5qsznkMJ8 .privacy {
    text-align: left;
  }
}
.cid-u5qsznkMJ8 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u5qsznkMJ8 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u5qsznkMJ8 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u5qsznkMJ8 .input-group-btn {
  padding-left: 0;
}
.cid-u5qsznkMJ8 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u5qsznkMJ8 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u5qsznkMJ8 .mbr-form .btn {
  margin: 0;
}
.cid-u5qsznkMJ8 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u5qsznkMJ8 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u5qsznkMJ8 .wrap {
    padding-bottom: 25px;
  }
  .cid-u5qsznkMJ8 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5qrxukOIz {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u5qrxukOIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5qrxukOIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5qrxukOIz .title-wrapper {
  padding: 0 2rem;
}
.cid-u5qrxukOIz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5qrxukOIz .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u5qrxukOIz .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u5qrxukOIz .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5qrxukOIz .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u5qrxukOIz .mbr-section-title {
  color: #FFFFFF;
}
.cid-u5qrxukOIz .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u5qrxukOIz .mbr-section-title,
.cid-u5qrxukOIz .mbr-section-btn {
  text-align: center;
}
.cid-u5qrxuMU8c {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u5qrxuMU8c .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u5qrxuMU8c img {
  width: 100%;
  border-radius: 3px;
}
.cid-u5qrxuMU8c .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u5qrxuMU8c .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u5qrxuMU8c .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u5qrxuMU8c img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u5qrxuMU8c .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u5qrxuMU8c img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u5qrxuMU8c img {
    width: 100%;
  }
}
.cid-u5qrxuMU8c .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u5qrxuMU8c .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u5qrxuMU8c .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u5qrxuMU8c ul {
  padding-left: 3.7rem!important;
}
.cid-u5qrxuMU8c .mbr-text,
.cid-u5qrxuMU8c .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u5qrxuMU8c .mbr-section-subtitle {
  color: #777777;
}
.cid-u5qxddnCut {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u5qxddnCut .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5qxddnCut .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5qxddnCut .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5qxddnCut .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5qxddnCut .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5qxddnCut .icon-focus {
  display: none;
}
.cid-u5qxddnCut .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5qxddnCut ul {
  font-size: 0;
}
.cid-u5qxddnCut .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u5qxddnCut .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u5qxddnCut .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u5qxddnCut .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u5qxddnCut .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u5qxddnCut .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5qxddnCut .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u5qxddnCut .btn:hover {
  background: transparent !important;
}
.cid-u5qxddnCut .btn:hover:before {
  background: transparent !important;
}
.cid-u5qxddnCut .btn:before {
  background-color: transparent !important;
}
.cid-u5qxddnCut .btn:focus {
  box-shadow: none;
}
.cid-u5qxddnCut .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u5qrxvzVaF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5qrxvzVaF [class^='socicon-']:before,
.cid-u5qrxvzVaF [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u5qrxvzVaF .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u5qrxvzVaF .btn-social:hover {
  background: #55a41b;
}
.cid-u5qrxvzVaF .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u5qrxvzVaF .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u5qrxvzVaF .mbr-section-title {
  color: #2e6b75;
}
.cid-u5qrxvzVaF .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u5qrxvzVaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5qrxvzVaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5qrxvzVaF .mbr-section-title,
.cid-u5qrxvzVaF .mbr-social-likes {
  color: #515151;
}
.cid-u5qrxvVxZL {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u5qrxvVxZL .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u5qrxvVxZL .footer__content {
  margin-bottom: 30px;
}
.cid-u5qrxvVxZL .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u5qrxvVxZL .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u5qrxvVxZL .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u5qrxvVxZL .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u5qrxvVxZL .privacy {
    text-align: left;
  }
}
.cid-u5qrxvVxZL .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u5qrxvVxZL .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u5qrxvVxZL .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u5qrxvVxZL .input-group-btn {
  padding-left: 0;
}
.cid-u5qrxvVxZL .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u5qrxvVxZL .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u5qrxvVxZL .mbr-form .btn {
  margin: 0;
}
.cid-u5qrxvVxZL input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u5qrxvVxZL input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u5qrxvVxZL .wrap {
    padding-bottom: 25px;
  }
  .cid-u5qrxvVxZL .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5qygciPkA {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u5qygciPkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5qygciPkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5qygciPkA .title-wrapper {
  padding: 0 2rem;
}
.cid-u5qygciPkA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5qygciPkA .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u5qygciPkA .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u5qygciPkA .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5qygciPkA .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u5qygciPkA .mbr-section-title {
  color: #FFFFFF;
}
.cid-u5qygciPkA .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u5qygciPkA .mbr-section-title,
.cid-u5qygciPkA .mbr-section-btn {
  text-align: center;
}
.cid-u5qygcSs68 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u5qygcSs68 .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u5qygcSs68 img {
  width: 100%;
  border-radius: 3px;
}
.cid-u5qygcSs68 .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u5qygcSs68 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u5qygcSs68 .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u5qygcSs68 img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u5qygcSs68 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u5qygcSs68 img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u5qygcSs68 img {
    width: 100%;
  }
}
.cid-u5qygcSs68 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u5qygcSs68 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u5qygcSs68 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u5qygcSs68 ul {
  padding-left: 3.7rem!important;
}
.cid-u5qygcSs68 .mbr-text,
.cid-u5qygcSs68 .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u5qygcSs68 .mbr-section-subtitle {
  color: #777777;
}
.cid-u5qygddq24 {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u5qygddq24 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5qygddq24 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5qygddq24 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5qygddq24 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5qygddq24 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5qygddq24 .icon-focus {
  display: none;
}
.cid-u5qygddq24 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5qygddq24 ul {
  font-size: 0;
}
.cid-u5qygddq24 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u5qygddq24 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u5qygddq24 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u5qygddq24 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u5qygddq24 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u5qygddq24 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5qygddq24 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u5qygddq24 .btn:hover {
  background: transparent !important;
}
.cid-u5qygddq24 .btn:hover:before {
  background: transparent !important;
}
.cid-u5qygddq24 .btn:before {
  background-color: transparent !important;
}
.cid-u5qygddq24 .btn:focus {
  box-shadow: none;
}
.cid-u5qygddq24 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u5qygdGwDY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5qygdGwDY [class^='socicon-']:before,
.cid-u5qygdGwDY [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u5qygdGwDY .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u5qygdGwDY .btn-social:hover {
  background: #55a41b;
}
.cid-u5qygdGwDY .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u5qygdGwDY .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u5qygdGwDY .mbr-section-title {
  color: #2e6b75;
}
.cid-u5qygdGwDY .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u5qygdGwDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5qygdGwDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5qygdGwDY .mbr-section-title,
.cid-u5qygdGwDY .mbr-social-likes {
  color: #515151;
}
.cid-u5qyge7xe7 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u5qyge7xe7 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u5qyge7xe7 .footer__content {
  margin-bottom: 30px;
}
.cid-u5qyge7xe7 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u5qyge7xe7 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u5qyge7xe7 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u5qyge7xe7 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u5qyge7xe7 .privacy {
    text-align: left;
  }
}
.cid-u5qyge7xe7 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u5qyge7xe7 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u5qyge7xe7 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u5qyge7xe7 .input-group-btn {
  padding-left: 0;
}
.cid-u5qyge7xe7 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u5qyge7xe7 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u5qyge7xe7 .mbr-form .btn {
  margin: 0;
}
.cid-u5qyge7xe7 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u5qyge7xe7 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u5qyge7xe7 .wrap {
    padding-bottom: 25px;
  }
  .cid-u5qyge7xe7 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5AY0BrPs1 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u5AY0BrPs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AY0BrPs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5AY0BrPs1 .title-wrapper {
  padding: 0 2rem;
}
.cid-u5AY0BrPs1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5AY0BrPs1 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u5AY0BrPs1 .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u5AY0BrPs1 .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5AY0BrPs1 .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u5AY0BrPs1 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u5AY0BrPs1 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u5AY0BrPs1 .mbr-section-title,
.cid-u5AY0BrPs1 .mbr-section-btn {
  text-align: center;
}
.cid-u5AY0BTP3r {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u5AY0BTP3r .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u5AY0BTP3r img {
  width: 100%;
  border-radius: 3px;
}
.cid-u5AY0BTP3r .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u5AY0BTP3r .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u5AY0BTP3r .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u5AY0BTP3r img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u5AY0BTP3r .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u5AY0BTP3r img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u5AY0BTP3r img {
    width: 100%;
  }
}
.cid-u5AY0BTP3r .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u5AY0BTP3r .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u5AY0BTP3r .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u5AY0BTP3r ul {
  padding-left: 3.7rem!important;
}
.cid-u5AY0BTP3r .mbr-text,
.cid-u5AY0BTP3r .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u5AY0BTP3r .mbr-section-subtitle {
  color: #777777;
}
.cid-uju6Eem4Xs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uju6Eem4Xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uju6Eem4Xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uju6Eem4Xs .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uju6Eem4Xs .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uju6Eem4Xs .container {
    padding: 0 28px;
  }
}
.cid-uju6Eem4Xs .row {
  justify-content: center;
}
.cid-uju6Eem4Xs .nav.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-bottom: 40px;
}
.cid-uju6Eem4Xs .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 48px 10px 0;
}
.cid-uju6Eem4Xs .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 0;
  border: none;
  color: #55a41b;
  border-radius: 0 !important;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.cid-uju6Eem4Xs .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #55a41b;
}
.cid-uju6Eem4Xs .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-uju6Eem4Xs .tab-content .tab-pane .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uju6Eem4Xs .mbr-text {
  color: #000000;
}
.cid-u5AY0CFYSy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5AY0CFYSy [class^='socicon-']:before,
.cid-u5AY0CFYSy [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u5AY0CFYSy .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u5AY0CFYSy .btn-social:hover {
  background: #55a41b;
}
.cid-u5AY0CFYSy .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u5AY0CFYSy .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u5AY0CFYSy .mbr-section-title {
  color: #2e6b75;
}
.cid-u5AY0CFYSy .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u5AY0CFYSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AY0CFYSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5AY0CFYSy .mbr-section-title,
.cid-u5AY0CFYSy .mbr-social-likes {
  color: #515151;
}
.cid-u5AY0D7sWX {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u5AY0D7sWX .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u5AY0D7sWX .footer__content {
  margin-bottom: 30px;
}
.cid-u5AY0D7sWX .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u5AY0D7sWX .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u5AY0D7sWX .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u5AY0D7sWX .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u5AY0D7sWX .privacy {
    text-align: left;
  }
}
.cid-u5AY0D7sWX .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u5AY0D7sWX .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u5AY0D7sWX .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u5AY0D7sWX .input-group-btn {
  padding-left: 0;
}
.cid-u5AY0D7sWX .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u5AY0D7sWX .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u5AY0D7sWX .mbr-form .btn {
  margin: 0;
}
.cid-u5AY0D7sWX input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u5AY0D7sWX input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u5AY0D7sWX .wrap {
    padding-bottom: 25px;
  }
  .cid-u5AY0D7sWX .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B2CZFcur {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u5B2CZFcur .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5B2CZFcur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5B2CZFcur .title-wrapper {
  padding: 0 2rem;
}
.cid-u5B2CZFcur .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5B2CZFcur .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u5B2CZFcur .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u5B2CZFcur .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5B2CZFcur .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u5B2CZFcur .mbr-section-title {
  color: #FFFFFF;
}
.cid-u5B2CZFcur .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u5B2CZFcur .mbr-section-title,
.cid-u5B2CZFcur .mbr-section-btn {
  text-align: center;
}
.cid-u5B2D27HbU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u5B2D27HbU .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u5B2D27HbU img {
  width: 100%;
  border-radius: 3px;
}
.cid-u5B2D27HbU .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u5B2D27HbU .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u5B2D27HbU .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u5B2D27HbU img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u5B2D27HbU .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u5B2D27HbU img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u5B2D27HbU img {
    width: 100%;
  }
}
.cid-u5B2D27HbU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u5B2D27HbU .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u5B2D27HbU .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u5B2D27HbU ul {
  padding-left: 3.7rem!important;
}
.cid-u5B2D27HbU .mbr-text,
.cid-u5B2D27HbU .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u5B2D27HbU .mbr-section-subtitle {
  color: #777777;
}
.cid-u5B8aWvGIx {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u5B8aWvGIx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5B8aWvGIx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5B8aWvGIx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5B8aWvGIx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5B8aWvGIx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5B8aWvGIx .icon-focus {
  display: none;
}
.cid-u5B8aWvGIx .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5B8aWvGIx ul {
  font-size: 0;
}
.cid-u5B8aWvGIx .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u5B8aWvGIx .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u5B8aWvGIx .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u5B8aWvGIx .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u5B8aWvGIx .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u5B8aWvGIx .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5B8aWvGIx .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u5B8aWvGIx .btn:hover {
  background: transparent !important;
}
.cid-u5B8aWvGIx .btn:hover:before {
  background: transparent !important;
}
.cid-u5B8aWvGIx .btn:before {
  background-color: transparent !important;
}
.cid-u5B8aWvGIx .btn:focus {
  box-shadow: none;
}
.cid-u5B8aWvGIx .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u5B2D3yhaR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5B2D3yhaR [class^='socicon-']:before,
.cid-u5B2D3yhaR [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u5B2D3yhaR .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u5B2D3yhaR .btn-social:hover {
  background: #55a41b;
}
.cid-u5B2D3yhaR .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u5B2D3yhaR .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u5B2D3yhaR .mbr-section-title {
  color: #2e6b75;
}
.cid-u5B2D3yhaR .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u5B2D3yhaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5B2D3yhaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5B2D3yhaR .mbr-section-title,
.cid-u5B2D3yhaR .mbr-social-likes {
  color: #515151;
}
.cid-u5B2D3X68G {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u5B2D3X68G .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u5B2D3X68G .footer__content {
  margin-bottom: 30px;
}
.cid-u5B2D3X68G .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u5B2D3X68G .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u5B2D3X68G .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u5B2D3X68G .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u5B2D3X68G .privacy {
    text-align: left;
  }
}
.cid-u5B2D3X68G .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u5B2D3X68G .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u5B2D3X68G .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u5B2D3X68G .input-group-btn {
  padding-left: 0;
}
.cid-u5B2D3X68G .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u5B2D3X68G .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u5B2D3X68G .mbr-form .btn {
  margin: 0;
}
.cid-u5B2D3X68G input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u5B2D3X68G input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u5B2D3X68G .wrap {
    padding-bottom: 25px;
  }
  .cid-u5B2D3X68G .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B8gLA8Pv {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u5B8gLA8Pv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5B8gLA8Pv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5B8gLA8Pv .title-wrapper {
  padding: 0 2rem;
}
.cid-u5B8gLA8Pv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5B8gLA8Pv .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u5B8gLA8Pv .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u5B8gLA8Pv .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5B8gLA8Pv .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u5B8gLA8Pv .mbr-section-title {
  color: #FFFFFF;
}
.cid-u5B8gLA8Pv .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u5B8gLA8Pv .mbr-section-title,
.cid-u5B8gLA8Pv .mbr-section-btn {
  text-align: center;
}
.cid-u5B8gMnjHC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u5B8gMnjHC .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u5B8gMnjHC img {
  width: 100%;
  border-radius: 3px;
}
.cid-u5B8gMnjHC .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u5B8gMnjHC .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u5B8gMnjHC .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u5B8gMnjHC img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u5B8gMnjHC .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u5B8gMnjHC img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u5B8gMnjHC img {
    width: 100%;
  }
}
.cid-u5B8gMnjHC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u5B8gMnjHC .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u5B8gMnjHC .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u5B8gMnjHC ul {
  padding-left: 3.7rem!important;
}
.cid-u5B8gMnjHC .mbr-text,
.cid-u5B8gMnjHC .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u5B8gMnjHC .mbr-section-subtitle {
  color: #777777;
}
.cid-u5B9pRPij5 {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u5B9pRPij5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5B9pRPij5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5B9pRPij5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5B9pRPij5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5B9pRPij5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5B9pRPij5 .icon-focus {
  display: none;
}
.cid-u5B9pRPij5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5B9pRPij5 ul {
  font-size: 0;
}
.cid-u5B9pRPij5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u5B9pRPij5 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u5B9pRPij5 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u5B9pRPij5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u5B9pRPij5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u5B9pRPij5 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5B9pRPij5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u5B9pRPij5 .btn:hover {
  background: transparent !important;
}
.cid-u5B9pRPij5 .btn:hover:before {
  background: transparent !important;
}
.cid-u5B9pRPij5 .btn:before {
  background-color: transparent !important;
}
.cid-u5B9pRPij5 .btn:focus {
  box-shadow: none;
}
.cid-u5B9pRPij5 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u5B8gNlRL0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5B8gNlRL0 [class^='socicon-']:before,
.cid-u5B8gNlRL0 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u5B8gNlRL0 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u5B8gNlRL0 .btn-social:hover {
  background: #55a41b;
}
.cid-u5B8gNlRL0 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u5B8gNlRL0 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u5B8gNlRL0 .mbr-section-title {
  color: #2e6b75;
}
.cid-u5B8gNlRL0 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u5B8gNlRL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5B8gNlRL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5B8gNlRL0 .mbr-section-title,
.cid-u5B8gNlRL0 .mbr-social-likes {
  color: #515151;
}
.cid-u5B8gOn7GC {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u5B8gOn7GC .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u5B8gOn7GC .footer__content {
  margin-bottom: 30px;
}
.cid-u5B8gOn7GC .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u5B8gOn7GC .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u5B8gOn7GC .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u5B8gOn7GC .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u5B8gOn7GC .privacy {
    text-align: left;
  }
}
.cid-u5B8gOn7GC .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u5B8gOn7GC .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u5B8gOn7GC .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u5B8gOn7GC .input-group-btn {
  padding-left: 0;
}
.cid-u5B8gOn7GC .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u5B8gOn7GC .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u5B8gOn7GC .mbr-form .btn {
  margin: 0;
}
.cid-u5B8gOn7GC input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u5B8gOn7GC input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u5B8gOn7GC .wrap {
    padding-bottom: 25px;
  }
  .cid-u5B8gOn7GC .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5BTZnZulI {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u5BTZnZulI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BTZnZulI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BTZnZulI .title-wrapper {
  padding: 0 2rem;
}
.cid-u5BTZnZulI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5BTZnZulI .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u5BTZnZulI .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u5BTZnZulI .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5BTZnZulI .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u5BTZnZulI .mbr-section-title {
  color: #FFFFFF;
}
.cid-u5BTZnZulI .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u5BTZnZulI .mbr-section-title,
.cid-u5BTZnZulI .mbr-section-btn {
  text-align: center;
}
.cid-u5BTZqwA4m {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u5BTZqwA4m .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u5BTZqwA4m img {
  width: 100%;
  border-radius: 3px;
}
.cid-u5BTZqwA4m .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u5BTZqwA4m .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u5BTZqwA4m .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u5BTZqwA4m img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u5BTZqwA4m .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u5BTZqwA4m img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u5BTZqwA4m img {
    width: 100%;
  }
}
.cid-u5BTZqwA4m .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u5BTZqwA4m .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u5BTZqwA4m .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u5BTZqwA4m ul {
  padding-left: 3.7rem!important;
}
.cid-u5BTZqwA4m .mbr-text,
.cid-u5BTZqwA4m .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u5BTZqwA4m .mbr-section-subtitle {
  color: #777777;
}
.cid-u5BWizp8cs {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u5BWizp8cs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5BWizp8cs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5BWizp8cs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5BWizp8cs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5BWizp8cs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5BWizp8cs .icon-focus {
  display: none;
}
.cid-u5BWizp8cs .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5BWizp8cs ul {
  font-size: 0;
}
.cid-u5BWizp8cs .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u5BWizp8cs .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u5BWizp8cs .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u5BWizp8cs .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u5BWizp8cs .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u5BWizp8cs .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5BWizp8cs .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u5BWizp8cs .btn:hover {
  background: transparent !important;
}
.cid-u5BWizp8cs .btn:hover:before {
  background: transparent !important;
}
.cid-u5BWizp8cs .btn:before {
  background-color: transparent !important;
}
.cid-u5BWizp8cs .btn:focus {
  box-shadow: none;
}
.cid-u5BWizp8cs .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u5BTZrMESg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5BTZrMESg [class^='socicon-']:before,
.cid-u5BTZrMESg [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u5BTZrMESg .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u5BTZrMESg .btn-social:hover {
  background: #55a41b;
}
.cid-u5BTZrMESg .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u5BTZrMESg .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u5BTZrMESg .mbr-section-title {
  color: #2e6b75;
}
.cid-u5BTZrMESg .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u5BTZrMESg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BTZrMESg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BTZrMESg .mbr-section-title,
.cid-u5BTZrMESg .mbr-social-likes {
  color: #515151;
}
.cid-u5BTZspDPQ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u5BTZspDPQ .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u5BTZspDPQ .footer__content {
  margin-bottom: 30px;
}
.cid-u5BTZspDPQ .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u5BTZspDPQ .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u5BTZspDPQ .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u5BTZspDPQ .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u5BTZspDPQ .privacy {
    text-align: left;
  }
}
.cid-u5BTZspDPQ .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u5BTZspDPQ .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u5BTZspDPQ .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u5BTZspDPQ .input-group-btn {
  padding-left: 0;
}
.cid-u5BTZspDPQ .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u5BTZspDPQ .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u5BTZspDPQ .mbr-form .btn {
  margin: 0;
}
.cid-u5BTZspDPQ input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u5BTZspDPQ input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u5BTZspDPQ .wrap {
    padding-bottom: 25px;
  }
  .cid-u5BTZspDPQ .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5BXfJVFJk {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u5BXfJVFJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BXfJVFJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BXfJVFJk .title-wrapper {
  padding: 0 2rem;
}
.cid-u5BXfJVFJk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5BXfJVFJk .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u5BXfJVFJk .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u5BXfJVFJk .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5BXfJVFJk .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u5BXfJVFJk .mbr-section-title {
  color: #FFFFFF;
}
.cid-u5BXfJVFJk .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u5BXfJVFJk .mbr-section-title,
.cid-u5BXfJVFJk .mbr-section-btn {
  text-align: center;
}
.cid-u5BXfKsLKr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u5BXfKsLKr .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u5BXfKsLKr img {
  width: 100%;
  border-radius: 3px;
}
.cid-u5BXfKsLKr .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u5BXfKsLKr .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u5BXfKsLKr .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u5BXfKsLKr img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u5BXfKsLKr .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u5BXfKsLKr img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u5BXfKsLKr img {
    width: 100%;
  }
}
.cid-u5BXfKsLKr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u5BXfKsLKr .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u5BXfKsLKr .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u5BXfKsLKr ul {
  padding-left: 3.7rem!important;
}
.cid-u5BXfKsLKr .mbr-text,
.cid-u5BXfKsLKr .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u5BXfKsLKr .mbr-section-subtitle {
  color: #777777;
}
.cid-u5BXfLipic {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5BXfLipic [class^='socicon-']:before,
.cid-u5BXfLipic [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u5BXfLipic .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u5BXfLipic .btn-social:hover {
  background: #55a41b;
}
.cid-u5BXfLipic .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u5BXfLipic .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u5BXfLipic .mbr-section-title {
  color: #2e6b75;
}
.cid-u5BXfLipic .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u5BXfLipic .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BXfLipic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BXfLipic .mbr-section-title,
.cid-u5BXfLipic .mbr-social-likes {
  color: #515151;
}
.cid-u5BXfLIfgc {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u5BXfLIfgc .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u5BXfLIfgc .footer__content {
  margin-bottom: 30px;
}
.cid-u5BXfLIfgc .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u5BXfLIfgc .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u5BXfLIfgc .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u5BXfLIfgc .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u5BXfLIfgc .privacy {
    text-align: left;
  }
}
.cid-u5BXfLIfgc .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u5BXfLIfgc .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u5BXfLIfgc .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u5BXfLIfgc .input-group-btn {
  padding-left: 0;
}
.cid-u5BXfLIfgc .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u5BXfLIfgc .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u5BXfLIfgc .mbr-form .btn {
  margin: 0;
}
.cid-u5BXfLIfgc input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u5BXfLIfgc input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u5BXfLIfgc .wrap {
    padding-bottom: 25px;
  }
  .cid-u5BXfLIfgc .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5C16SFsaO {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u5C16SFsaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5C16SFsaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5C16SFsaO .title-wrapper {
  padding: 0 2rem;
}
.cid-u5C16SFsaO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5C16SFsaO .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u5C16SFsaO .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u5C16SFsaO .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5C16SFsaO .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u5C16SFsaO .mbr-section-title {
  color: #FFFFFF;
}
.cid-u5C16SFsaO .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u5C16SFsaO .mbr-section-title,
.cid-u5C16SFsaO .mbr-section-btn {
  text-align: center;
}
.cid-u5C16TkWwa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u5C16TkWwa .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u5C16TkWwa img {
  width: 100%;
  border-radius: 3px;
}
.cid-u5C16TkWwa .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u5C16TkWwa .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u5C16TkWwa .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u5C16TkWwa img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u5C16TkWwa .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u5C16TkWwa img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u5C16TkWwa img {
    width: 100%;
  }
}
.cid-u5C16TkWwa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u5C16TkWwa .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u5C16TkWwa .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u5C16TkWwa ul {
  padding-left: 3.7rem!important;
}
.cid-u5C16TkWwa .mbr-text,
.cid-u5C16TkWwa .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u5C16TkWwa .mbr-section-subtitle {
  color: #777777;
}
.cid-u5C16TLTDo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5C16TLTDo [class^='socicon-']:before,
.cid-u5C16TLTDo [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u5C16TLTDo .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u5C16TLTDo .btn-social:hover {
  background: #55a41b;
}
.cid-u5C16TLTDo .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u5C16TLTDo .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u5C16TLTDo .mbr-section-title {
  color: #2e6b75;
}
.cid-u5C16TLTDo .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u5C16TLTDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5C16TLTDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5C16TLTDo .mbr-section-title,
.cid-u5C16TLTDo .mbr-social-likes {
  color: #515151;
}
.cid-u5C16UjdMy {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u5C16UjdMy .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u5C16UjdMy .footer__content {
  margin-bottom: 30px;
}
.cid-u5C16UjdMy .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u5C16UjdMy .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u5C16UjdMy .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u5C16UjdMy .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u5C16UjdMy .privacy {
    text-align: left;
  }
}
.cid-u5C16UjdMy .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u5C16UjdMy .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u5C16UjdMy .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u5C16UjdMy .input-group-btn {
  padding-left: 0;
}
.cid-u5C16UjdMy .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u5C16UjdMy .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u5C16UjdMy .mbr-form .btn {
  margin: 0;
}
.cid-u5C16UjdMy input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u5C16UjdMy input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u5C16UjdMy .wrap {
    padding-bottom: 25px;
  }
  .cid-u5C16UjdMy .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6frbHOz2d {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-iluminacion-1800x690.jpg");
}
.cid-u6frbHOz2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6frbHOz2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6frbHOz2d .title-wrapper {
  padding: 0 2rem;
}
.cid-u6frbHOz2d .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6frbHOz2d .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u6frbHOz2d .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u6frbHOz2d .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6frbHOz2d .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u6frbHOz2d .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6frbHOz2d .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u6frbHOz2d .mbr-section-title,
.cid-u6frbHOz2d .mbr-section-btn {
  text-align: center;
}
.cid-u6frngDU2I {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u6frngDU2I .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u6frngDU2I img {
  width: 100%;
  border-radius: 3px;
}
.cid-u6frngDU2I .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u6frngDU2I .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u6frngDU2I .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u6frngDU2I img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u6frngDU2I .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u6frngDU2I img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u6frngDU2I img {
    width: 100%;
  }
}
.cid-u6frngDU2I .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u6frngDU2I .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u6frngDU2I .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u6frngDU2I ul {
  padding-left: 3.7rem!important;
}
.cid-u6frngDU2I .mbr-text,
.cid-u6frngDU2I .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u6frngDU2I .mbr-section-subtitle {
  color: #777777;
}
.cid-u6fro3IL8Q {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u6fro3IL8Q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u6fro3IL8Q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6fro3IL8Q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6fro3IL8Q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u6fro3IL8Q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u6fro3IL8Q .icon-focus {
  display: none;
}
.cid-u6fro3IL8Q .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u6fro3IL8Q ul {
  font-size: 0;
}
.cid-u6fro3IL8Q .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u6fro3IL8Q .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u6fro3IL8Q .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u6fro3IL8Q .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u6fro3IL8Q .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u6fro3IL8Q .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u6fro3IL8Q .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u6fro3IL8Q .btn:hover {
  background: transparent !important;
}
.cid-u6fro3IL8Q .btn:hover:before {
  background: transparent !important;
}
.cid-u6fro3IL8Q .btn:before {
  background-color: transparent !important;
}
.cid-u6fro3IL8Q .btn:focus {
  box-shadow: none;
}
.cid-u6fro3IL8Q .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u6frbIRI8o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6frbIRI8o [class^='socicon-']:before,
.cid-u6frbIRI8o [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u6frbIRI8o .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u6frbIRI8o .btn-social:hover {
  background: #55a41b;
}
.cid-u6frbIRI8o .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u6frbIRI8o .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u6frbIRI8o .mbr-section-title {
  color: #2e6b75;
}
.cid-u6frbIRI8o .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u6frbIRI8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6frbIRI8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6frbIRI8o .mbr-section-title,
.cid-u6frbIRI8o .mbr-social-likes {
  color: #515151;
}
.cid-u6frbJjnHd {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u6frbJjnHd .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u6frbJjnHd .footer__content {
  margin-bottom: 30px;
}
.cid-u6frbJjnHd .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u6frbJjnHd .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u6frbJjnHd .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u6frbJjnHd .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u6frbJjnHd .privacy {
    text-align: left;
  }
}
.cid-u6frbJjnHd .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u6frbJjnHd .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u6frbJjnHd .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u6frbJjnHd .input-group-btn {
  padding-left: 0;
}
.cid-u6frbJjnHd .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u6frbJjnHd .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u6frbJjnHd .mbr-form .btn {
  margin: 0;
}
.cid-u6frbJjnHd input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u6frbJjnHd input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u6frbJjnHd .wrap {
    padding-bottom: 25px;
  }
  .cid-u6frbJjnHd .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6frNXLqlC {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-iluminacion-1800x690.jpg");
}
.cid-u6frNXLqlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6frNXLqlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6frNXLqlC .title-wrapper {
  padding: 0 2rem;
}
.cid-u6frNXLqlC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6frNXLqlC .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u6frNXLqlC .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u6frNXLqlC .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6frNXLqlC .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u6frNXLqlC .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6frNXLqlC .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u6frNXLqlC .mbr-section-title,
.cid-u6frNXLqlC .mbr-section-btn {
  text-align: center;
}
.cid-u6gGJ07nnx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u6gGJ07nnx .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u6gGJ07nnx img {
  width: 100%;
  border-radius: 3px;
}
.cid-u6gGJ07nnx .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u6gGJ07nnx .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u6gGJ07nnx .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u6gGJ07nnx img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u6gGJ07nnx .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u6gGJ07nnx img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u6gGJ07nnx img {
    width: 100%;
  }
}
.cid-u6gGJ07nnx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u6gGJ07nnx .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u6gGJ07nnx .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u6gGJ07nnx ul {
  padding-left: 3.7rem!important;
}
.cid-u6gGJ07nnx .mbr-text,
.cid-u6gGJ07nnx .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u6gGJ07nnx .mbr-section-subtitle {
  color: #777777;
}
.cid-u6frNZ27Rh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6frNZ27Rh [class^='socicon-']:before,
.cid-u6frNZ27Rh [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u6frNZ27Rh .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u6frNZ27Rh .btn-social:hover {
  background: #55a41b;
}
.cid-u6frNZ27Rh .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u6frNZ27Rh .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u6frNZ27Rh .mbr-section-title {
  color: #2e6b75;
}
.cid-u6frNZ27Rh .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u6frNZ27Rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6frNZ27Rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6frNZ27Rh .mbr-section-title,
.cid-u6frNZ27Rh .mbr-social-likes {
  color: #515151;
}
.cid-u6frNZtoWU {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u6frNZtoWU .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u6frNZtoWU .footer__content {
  margin-bottom: 30px;
}
.cid-u6frNZtoWU .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u6frNZtoWU .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u6frNZtoWU .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u6frNZtoWU .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u6frNZtoWU .privacy {
    text-align: left;
  }
}
.cid-u6frNZtoWU .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u6frNZtoWU .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u6frNZtoWU .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u6frNZtoWU .input-group-btn {
  padding-left: 0;
}
.cid-u6frNZtoWU .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u6frNZtoWU .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u6frNZtoWU .mbr-form .btn {
  margin: 0;
}
.cid-u6frNZtoWU input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u6frNZtoWU input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u6frNZtoWU .wrap {
    padding-bottom: 25px;
  }
  .cid-u6frNZtoWU .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6gOV2D7OC {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-iluminacion-1800x690.jpg");
}
.cid-u6gOV2D7OC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gOV2D7OC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gOV2D7OC .title-wrapper {
  padding: 0 2rem;
}
.cid-u6gOV2D7OC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gOV2D7OC .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u6gOV2D7OC .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u6gOV2D7OC .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gOV2D7OC .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u6gOV2D7OC .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6gOV2D7OC .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u6gOV2D7OC .mbr-section-title,
.cid-u6gOV2D7OC .mbr-section-btn {
  text-align: center;
}
.cid-u6gP3UYz4s {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u6gP3UYz4s .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u6gP3UYz4s img {
  width: 100%;
  border-radius: 3px;
}
.cid-u6gP3UYz4s .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u6gP3UYz4s .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u6gP3UYz4s .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u6gP3UYz4s img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u6gP3UYz4s .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u6gP3UYz4s img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u6gP3UYz4s img {
    width: 100%;
  }
}
.cid-u6gP3UYz4s .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u6gP3UYz4s .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u6gP3UYz4s .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u6gP3UYz4s ul {
  padding-left: 3.7rem!important;
}
.cid-u6gP3UYz4s .mbr-text,
.cid-u6gP3UYz4s .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u6gP3UYz4s .mbr-section-subtitle {
  color: #777777;
}
.cid-u6gP4CLhNQ {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u6gP4CLhNQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u6gP4CLhNQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6gP4CLhNQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6gP4CLhNQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u6gP4CLhNQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u6gP4CLhNQ .icon-focus {
  display: none;
}
.cid-u6gP4CLhNQ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u6gP4CLhNQ ul {
  font-size: 0;
}
.cid-u6gP4CLhNQ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u6gP4CLhNQ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u6gP4CLhNQ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u6gP4CLhNQ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u6gP4CLhNQ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u6gP4CLhNQ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u6gP4CLhNQ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u6gP4CLhNQ .btn:hover {
  background: transparent !important;
}
.cid-u6gP4CLhNQ .btn:hover:before {
  background: transparent !important;
}
.cid-u6gP4CLhNQ .btn:before {
  background-color: transparent !important;
}
.cid-u6gP4CLhNQ .btn:focus {
  box-shadow: none;
}
.cid-u6gP4CLhNQ .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u6gOV3jhag {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6gOV3jhag [class^='socicon-']:before,
.cid-u6gOV3jhag [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u6gOV3jhag .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u6gOV3jhag .btn-social:hover {
  background: #55a41b;
}
.cid-u6gOV3jhag .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u6gOV3jhag .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u6gOV3jhag .mbr-section-title {
  color: #2e6b75;
}
.cid-u6gOV3jhag .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u6gOV3jhag .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gOV3jhag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gOV3jhag .mbr-section-title,
.cid-u6gOV3jhag .mbr-social-likes {
  color: #515151;
}
.cid-u6gOV3Gbc4 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u6gOV3Gbc4 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u6gOV3Gbc4 .footer__content {
  margin-bottom: 30px;
}
.cid-u6gOV3Gbc4 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u6gOV3Gbc4 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u6gOV3Gbc4 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u6gOV3Gbc4 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u6gOV3Gbc4 .privacy {
    text-align: left;
  }
}
.cid-u6gOV3Gbc4 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u6gOV3Gbc4 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u6gOV3Gbc4 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u6gOV3Gbc4 .input-group-btn {
  padding-left: 0;
}
.cid-u6gOV3Gbc4 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u6gOV3Gbc4 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u6gOV3Gbc4 .mbr-form .btn {
  margin: 0;
}
.cid-u6gOV3Gbc4 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u6gOV3Gbc4 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u6gOV3Gbc4 .wrap {
    padding-bottom: 25px;
  }
  .cid-u6gOV3Gbc4 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6gPaedf6j {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-iluminacion-1800x690.jpg");
}
.cid-u6gPaedf6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gPaedf6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gPaedf6j .title-wrapper {
  padding: 0 2rem;
}
.cid-u6gPaedf6j .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gPaedf6j .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u6gPaedf6j .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u6gPaedf6j .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gPaedf6j .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u6gPaedf6j .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6gPaedf6j .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u6gPaedf6j .mbr-section-title,
.cid-u6gPaedf6j .mbr-section-btn {
  text-align: center;
}
.cid-u6gPMOwSzu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u6gPMOwSzu .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u6gPMOwSzu img {
  width: 100%;
  border-radius: 3px;
}
.cid-u6gPMOwSzu .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u6gPMOwSzu .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u6gPMOwSzu .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u6gPMOwSzu img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u6gPMOwSzu .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u6gPMOwSzu img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u6gPMOwSzu img {
    width: 100%;
  }
}
.cid-u6gPMOwSzu .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u6gPMOwSzu .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u6gPMOwSzu .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u6gPMOwSzu ul {
  padding-left: 3.7rem!important;
}
.cid-u6gPMOwSzu .mbr-text,
.cid-u6gPMOwSzu .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u6gPMOwSzu .mbr-section-subtitle {
  color: #777777;
}
.cid-u6gPaf5oYO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6gPaf5oYO [class^='socicon-']:before,
.cid-u6gPaf5oYO [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u6gPaf5oYO .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u6gPaf5oYO .btn-social:hover {
  background: #55a41b;
}
.cid-u6gPaf5oYO .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u6gPaf5oYO .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u6gPaf5oYO .mbr-section-title {
  color: #2e6b75;
}
.cid-u6gPaf5oYO .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u6gPaf5oYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gPaf5oYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gPaf5oYO .mbr-section-title,
.cid-u6gPaf5oYO .mbr-social-likes {
  color: #515151;
}
.cid-u6gPafGxLJ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u6gPafGxLJ .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u6gPafGxLJ .footer__content {
  margin-bottom: 30px;
}
.cid-u6gPafGxLJ .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u6gPafGxLJ .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u6gPafGxLJ .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u6gPafGxLJ .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u6gPafGxLJ .privacy {
    text-align: left;
  }
}
.cid-u6gPafGxLJ .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u6gPafGxLJ .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u6gPafGxLJ .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u6gPafGxLJ .input-group-btn {
  padding-left: 0;
}
.cid-u6gPafGxLJ .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u6gPafGxLJ .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u6gPafGxLJ .mbr-form .btn {
  margin: 0;
}
.cid-u6gPafGxLJ input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u6gPafGxLJ input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u6gPafGxLJ .wrap {
    padding-bottom: 25px;
  }
  .cid-u6gPafGxLJ .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6gPgTpTir {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-iluminacion-1800x690.jpg");
}
.cid-u6gPgTpTir .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gPgTpTir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gPgTpTir .title-wrapper {
  padding: 0 2rem;
}
.cid-u6gPgTpTir .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gPgTpTir .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u6gPgTpTir .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u6gPgTpTir .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gPgTpTir .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u6gPgTpTir .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6gPgTpTir .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u6gPgTpTir .mbr-section-title,
.cid-u6gPgTpTir .mbr-section-btn {
  text-align: center;
}
.cid-u6gPgU8DGz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u6gPgU8DGz .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u6gPgU8DGz img {
  width: 100%;
  border-radius: 3px;
}
.cid-u6gPgU8DGz .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u6gPgU8DGz .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u6gPgU8DGz .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u6gPgU8DGz img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u6gPgU8DGz .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u6gPgU8DGz img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u6gPgU8DGz img {
    width: 100%;
  }
}
.cid-u6gPgU8DGz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u6gPgU8DGz .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u6gPgU8DGz .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u6gPgU8DGz ul {
  padding-left: 3.7rem!important;
}
.cid-u6gPgU8DGz .mbr-text,
.cid-u6gPgU8DGz .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u6gPgU8DGz .mbr-section-subtitle {
  color: #777777;
}
.cid-u6gPgUH6Am {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6gPgUH6Am [class^='socicon-']:before,
.cid-u6gPgUH6Am [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u6gPgUH6Am .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u6gPgUH6Am .btn-social:hover {
  background: #55a41b;
}
.cid-u6gPgUH6Am .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u6gPgUH6Am .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u6gPgUH6Am .mbr-section-title {
  color: #2e6b75;
}
.cid-u6gPgUH6Am .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u6gPgUH6Am .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gPgUH6Am .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gPgUH6Am .mbr-section-title,
.cid-u6gPgUH6Am .mbr-social-likes {
  color: #515151;
}
.cid-u6gPgVywpd {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u6gPgVywpd .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u6gPgVywpd .footer__content {
  margin-bottom: 30px;
}
.cid-u6gPgVywpd .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u6gPgVywpd .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u6gPgVywpd .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u6gPgVywpd .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u6gPgVywpd .privacy {
    text-align: left;
  }
}
.cid-u6gPgVywpd .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u6gPgVywpd .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u6gPgVywpd .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u6gPgVywpd .input-group-btn {
  padding-left: 0;
}
.cid-u6gPgVywpd .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u6gPgVywpd .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u6gPgVywpd .mbr-form .btn {
  margin: 0;
}
.cid-u6gPgVywpd input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u6gPgVywpd input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u6gPgVywpd .wrap {
    padding-bottom: 25px;
  }
  .cid-u6gPgVywpd .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6gQ8w0X3x {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-iluminacion-1800x690.jpg");
}
.cid-u6gQ8w0X3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gQ8w0X3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gQ8w0X3x .title-wrapper {
  padding: 0 2rem;
}
.cid-u6gQ8w0X3x .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gQ8w0X3x .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u6gQ8w0X3x .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u6gQ8w0X3x .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gQ8w0X3x .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u6gQ8w0X3x .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6gQ8w0X3x .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u6gQ8w0X3x .mbr-section-title,
.cid-u6gQ8w0X3x .mbr-section-btn {
  text-align: center;
}
.cid-u6gQgLHd5Z {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u6gQgLHd5Z .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u6gQgLHd5Z img {
  width: 100%;
  border-radius: 3px;
}
.cid-u6gQgLHd5Z .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u6gQgLHd5Z .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u6gQgLHd5Z .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u6gQgLHd5Z img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u6gQgLHd5Z .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u6gQgLHd5Z img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u6gQgLHd5Z img {
    width: 100%;
  }
}
.cid-u6gQgLHd5Z .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u6gQgLHd5Z .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u6gQgLHd5Z .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u6gQgLHd5Z ul {
  padding-left: 3.7rem!important;
}
.cid-u6gQgLHd5Z .mbr-text,
.cid-u6gQgLHd5Z .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u6gQgLHd5Z .mbr-section-subtitle {
  color: #777777;
}
.cid-u6gQhsCmnJ {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u6gQhsCmnJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u6gQhsCmnJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6gQhsCmnJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6gQhsCmnJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u6gQhsCmnJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u6gQhsCmnJ .icon-focus {
  display: none;
}
.cid-u6gQhsCmnJ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u6gQhsCmnJ ul {
  font-size: 0;
}
.cid-u6gQhsCmnJ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u6gQhsCmnJ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u6gQhsCmnJ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u6gQhsCmnJ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u6gQhsCmnJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u6gQhsCmnJ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u6gQhsCmnJ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u6gQhsCmnJ .btn:hover {
  background: transparent !important;
}
.cid-u6gQhsCmnJ .btn:hover:before {
  background: transparent !important;
}
.cid-u6gQhsCmnJ .btn:before {
  background-color: transparent !important;
}
.cid-u6gQhsCmnJ .btn:focus {
  box-shadow: none;
}
.cid-u6gQhsCmnJ .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u6gQ8xkLtd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6gQ8xkLtd [class^='socicon-']:before,
.cid-u6gQ8xkLtd [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u6gQ8xkLtd .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u6gQ8xkLtd .btn-social:hover {
  background: #55a41b;
}
.cid-u6gQ8xkLtd .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u6gQ8xkLtd .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u6gQ8xkLtd .mbr-section-title {
  color: #2e6b75;
}
.cid-u6gQ8xkLtd .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u6gQ8xkLtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gQ8xkLtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gQ8xkLtd .mbr-section-title,
.cid-u6gQ8xkLtd .mbr-social-likes {
  color: #515151;
}
.cid-u6gQ8xMJvl {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u6gQ8xMJvl .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u6gQ8xMJvl .footer__content {
  margin-bottom: 30px;
}
.cid-u6gQ8xMJvl .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u6gQ8xMJvl .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u6gQ8xMJvl .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u6gQ8xMJvl .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u6gQ8xMJvl .privacy {
    text-align: left;
  }
}
.cid-u6gQ8xMJvl .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u6gQ8xMJvl .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u6gQ8xMJvl .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u6gQ8xMJvl .input-group-btn {
  padding-left: 0;
}
.cid-u6gQ8xMJvl .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u6gQ8xMJvl .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u6gQ8xMJvl .mbr-form .btn {
  margin: 0;
}
.cid-u6gQ8xMJvl input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u6gQ8xMJvl input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u6gQ8xMJvl .wrap {
    padding-bottom: 25px;
  }
  .cid-u6gQ8xMJvl .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6gR1LcMHI {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-iluminacion-1800x690.jpg");
}
.cid-u6gR1LcMHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gR1LcMHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gR1LcMHI .title-wrapper {
  padding: 0 2rem;
}
.cid-u6gR1LcMHI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gR1LcMHI .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u6gR1LcMHI .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u6gR1LcMHI .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gR1LcMHI .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u6gR1LcMHI .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6gR1LcMHI .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u6gR1LcMHI .mbr-section-title,
.cid-u6gR1LcMHI .mbr-section-btn {
  text-align: center;
}
.cid-u6gRcuFRVJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u6gRcuFRVJ .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u6gRcuFRVJ img {
  width: 100%;
  border-radius: 3px;
}
.cid-u6gRcuFRVJ .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u6gRcuFRVJ .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u6gRcuFRVJ .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u6gRcuFRVJ img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u6gRcuFRVJ .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u6gRcuFRVJ img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u6gRcuFRVJ img {
    width: 100%;
  }
}
.cid-u6gRcuFRVJ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u6gRcuFRVJ .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u6gRcuFRVJ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u6gRcuFRVJ ul {
  padding-left: 3.7rem!important;
}
.cid-u6gRcuFRVJ .mbr-text,
.cid-u6gRcuFRVJ .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u6gRcuFRVJ .mbr-section-subtitle {
  color: #777777;
}
.cid-u6gR1Mnecy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6gR1Mnecy [class^='socicon-']:before,
.cid-u6gR1Mnecy [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u6gR1Mnecy .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u6gR1Mnecy .btn-social:hover {
  background: #55a41b;
}
.cid-u6gR1Mnecy .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u6gR1Mnecy .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u6gR1Mnecy .mbr-section-title {
  color: #2e6b75;
}
.cid-u6gR1Mnecy .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u6gR1Mnecy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gR1Mnecy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gR1Mnecy .mbr-section-title,
.cid-u6gR1Mnecy .mbr-social-likes {
  color: #515151;
}
.cid-u6gR1MNso7 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u6gR1MNso7 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u6gR1MNso7 .footer__content {
  margin-bottom: 30px;
}
.cid-u6gR1MNso7 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u6gR1MNso7 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u6gR1MNso7 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u6gR1MNso7 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u6gR1MNso7 .privacy {
    text-align: left;
  }
}
.cid-u6gR1MNso7 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u6gR1MNso7 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u6gR1MNso7 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u6gR1MNso7 .input-group-btn {
  padding-left: 0;
}
.cid-u6gR1MNso7 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u6gR1MNso7 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u6gR1MNso7 .mbr-form .btn {
  margin: 0;
}
.cid-u6gR1MNso7 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u6gR1MNso7 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u6gR1MNso7 .wrap {
    padding-bottom: 25px;
  }
  .cid-u6gR1MNso7 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6gRuwPqCG {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-iluminacion-1800x690.jpg");
}
.cid-u6gRuwPqCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gRuwPqCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gRuwPqCG .title-wrapper {
  padding: 0 2rem;
}
.cid-u6gRuwPqCG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gRuwPqCG .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u6gRuwPqCG .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u6gRuwPqCG .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gRuwPqCG .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u6gRuwPqCG .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6gRuwPqCG .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u6gRuwPqCG .mbr-section-title,
.cid-u6gRuwPqCG .mbr-section-btn {
  text-align: center;
}
.cid-u6gRFl27aK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u6gRFl27aK .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u6gRFl27aK img {
  width: 100%;
  border-radius: 3px;
}
.cid-u6gRFl27aK .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u6gRFl27aK .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u6gRFl27aK .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u6gRFl27aK img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u6gRFl27aK .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u6gRFl27aK img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u6gRFl27aK img {
    width: 100%;
  }
}
.cid-u6gRFl27aK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u6gRFl27aK .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u6gRFl27aK .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u6gRFl27aK ul {
  padding-left: 3.7rem!important;
}
.cid-u6gRFl27aK .mbr-text,
.cid-u6gRFl27aK .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u6gRFl27aK .mbr-section-subtitle {
  color: #777777;
}
.cid-u6gRuxEDI4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6gRuxEDI4 [class^='socicon-']:before,
.cid-u6gRuxEDI4 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u6gRuxEDI4 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u6gRuxEDI4 .btn-social:hover {
  background: #55a41b;
}
.cid-u6gRuxEDI4 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u6gRuxEDI4 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u6gRuxEDI4 .mbr-section-title {
  color: #2e6b75;
}
.cid-u6gRuxEDI4 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u6gRuxEDI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gRuxEDI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gRuxEDI4 .mbr-section-title,
.cid-u6gRuxEDI4 .mbr-social-likes {
  color: #515151;
}
.cid-u6gRuxZ5J7 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u6gRuxZ5J7 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u6gRuxZ5J7 .footer__content {
  margin-bottom: 30px;
}
.cid-u6gRuxZ5J7 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u6gRuxZ5J7 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u6gRuxZ5J7 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u6gRuxZ5J7 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u6gRuxZ5J7 .privacy {
    text-align: left;
  }
}
.cid-u6gRuxZ5J7 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u6gRuxZ5J7 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u6gRuxZ5J7 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u6gRuxZ5J7 .input-group-btn {
  padding-left: 0;
}
.cid-u6gRuxZ5J7 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u6gRuxZ5J7 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u6gRuxZ5J7 .mbr-form .btn {
  margin: 0;
}
.cid-u6gRuxZ5J7 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u6gRuxZ5J7 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u6gRuxZ5J7 .wrap {
    padding-bottom: 25px;
  }
  .cid-u6gRuxZ5J7 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6gS0DTxOa {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-iluminacion-1800x690.jpg");
}
.cid-u6gS0DTxOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gS0DTxOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gS0DTxOa .title-wrapper {
  padding: 0 2rem;
}
.cid-u6gS0DTxOa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gS0DTxOa .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u6gS0DTxOa .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u6gS0DTxOa .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gS0DTxOa .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u6gS0DTxOa .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6gS0DTxOa .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u6gS0DTxOa .mbr-section-title,
.cid-u6gS0DTxOa .mbr-section-btn {
  text-align: center;
}
.cid-u6gSv1jMXT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u6gSv1jMXT .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u6gSv1jMXT img {
  width: 100%;
  border-radius: 3px;
}
.cid-u6gSv1jMXT .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u6gSv1jMXT .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u6gSv1jMXT .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u6gSv1jMXT img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u6gSv1jMXT .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u6gSv1jMXT img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u6gSv1jMXT img {
    width: 100%;
  }
}
.cid-u6gSv1jMXT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u6gSv1jMXT .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u6gSv1jMXT .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u6gSv1jMXT ul {
  padding-left: 3.7rem!important;
}
.cid-u6gSv1jMXT .mbr-text,
.cid-u6gSv1jMXT .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u6gSv1jMXT .mbr-section-subtitle {
  color: #777777;
}
.cid-u6gSbRVxl8 {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u6gSbRVxl8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u6gSbRVxl8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6gSbRVxl8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6gSbRVxl8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u6gSbRVxl8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u6gSbRVxl8 .icon-focus {
  display: none;
}
.cid-u6gSbRVxl8 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u6gSbRVxl8 ul {
  font-size: 0;
}
.cid-u6gSbRVxl8 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u6gSbRVxl8 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u6gSbRVxl8 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u6gSbRVxl8 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u6gSbRVxl8 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u6gSbRVxl8 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u6gSbRVxl8 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u6gSbRVxl8 .btn:hover {
  background: transparent !important;
}
.cid-u6gSbRVxl8 .btn:hover:before {
  background: transparent !important;
}
.cid-u6gSbRVxl8 .btn:before {
  background-color: transparent !important;
}
.cid-u6gSbRVxl8 .btn:focus {
  box-shadow: none;
}
.cid-u6gSbRVxl8 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u6gS0Feasz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6gS0Feasz [class^='socicon-']:before,
.cid-u6gS0Feasz [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u6gS0Feasz .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u6gS0Feasz .btn-social:hover {
  background: #55a41b;
}
.cid-u6gS0Feasz .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u6gS0Feasz .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u6gS0Feasz .mbr-section-title {
  color: #2e6b75;
}
.cid-u6gS0Feasz .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u6gS0Feasz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gS0Feasz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gS0Feasz .mbr-section-title,
.cid-u6gS0Feasz .mbr-social-likes {
  color: #515151;
}
.cid-u6gS0FCyoD {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u6gS0FCyoD .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u6gS0FCyoD .footer__content {
  margin-bottom: 30px;
}
.cid-u6gS0FCyoD .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u6gS0FCyoD .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u6gS0FCyoD .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u6gS0FCyoD .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u6gS0FCyoD .privacy {
    text-align: left;
  }
}
.cid-u6gS0FCyoD .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u6gS0FCyoD .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u6gS0FCyoD .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u6gS0FCyoD .input-group-btn {
  padding-left: 0;
}
.cid-u6gS0FCyoD .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u6gS0FCyoD .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u6gS0FCyoD .mbr-form .btn {
  margin: 0;
}
.cid-u6gS0FCyoD input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u6gS0FCyoD input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u6gS0FCyoD .wrap {
    padding-bottom: 25px;
  }
  .cid-u6gS0FCyoD .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6gThjq9HJ {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-iluminacion-1800x690.jpg");
}
.cid-u6gThjq9HJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gThjq9HJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gThjq9HJ .title-wrapper {
  padding: 0 2rem;
}
.cid-u6gThjq9HJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gThjq9HJ .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u6gThjq9HJ .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u6gThjq9HJ .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u6gThjq9HJ .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u6gThjq9HJ .mbr-section-title {
  color: #FFFFFF;
}
.cid-u6gThjq9HJ .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u6gThjq9HJ .mbr-section-title,
.cid-u6gThjq9HJ .mbr-section-btn {
  text-align: center;
}
.cid-u6gTpRtFct {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u6gTpRtFct .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u6gTpRtFct img {
  width: 100%;
  border-radius: 3px;
}
.cid-u6gTpRtFct .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u6gTpRtFct .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u6gTpRtFct .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u6gTpRtFct img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u6gTpRtFct .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u6gTpRtFct img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u6gTpRtFct img {
    width: 100%;
  }
}
.cid-u6gTpRtFct .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u6gTpRtFct .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u6gTpRtFct .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u6gTpRtFct ul {
  padding-left: 3.7rem!important;
}
.cid-u6gTpRtFct .mbr-text,
.cid-u6gTpRtFct .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u6gTpRtFct .mbr-section-subtitle {
  color: #777777;
}
.cid-u6gThl55st {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u6gThl55st [class^='socicon-']:before,
.cid-u6gThl55st [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u6gThl55st .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u6gThl55st .btn-social:hover {
  background: #55a41b;
}
.cid-u6gThl55st .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u6gThl55st .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u6gThl55st .mbr-section-title {
  color: #2e6b75;
}
.cid-u6gThl55st .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u6gThl55st .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gThl55st .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gThl55st .mbr-section-title,
.cid-u6gThl55st .mbr-social-likes {
  color: #515151;
}
.cid-u6gThlyMtf {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u6gThlyMtf .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u6gThlyMtf .footer__content {
  margin-bottom: 30px;
}
.cid-u6gThlyMtf .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u6gThlyMtf .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u6gThlyMtf .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u6gThlyMtf .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u6gThlyMtf .privacy {
    text-align: left;
  }
}
.cid-u6gThlyMtf .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u6gThlyMtf .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u6gThlyMtf .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u6gThlyMtf .input-group-btn {
  padding-left: 0;
}
.cid-u6gThlyMtf .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u6gThlyMtf .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u6gThlyMtf .mbr-form .btn {
  margin: 0;
}
.cid-u6gThlyMtf input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u6gThlyMtf input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u6gThlyMtf .wrap {
    padding-bottom: 25px;
  }
  .cid-u6gThlyMtf .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u70stwOzGj {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-2-1800x1000.jpeg");
}
.cid-u70stwOzGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70stwOzGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70stwOzGj .title-wrapper {
  padding: 0 2rem;
}
.cid-u70stwOzGj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u70stwOzGj .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u70stwOzGj .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u70stwOzGj .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u70stwOzGj .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u70stwOzGj .mbr-section-title {
  color: #FFFFFF;
}
.cid-u70stwOzGj .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u70stwOzGj .mbr-section-title,
.cid-u70stwOzGj .mbr-section-btn {
  text-align: center;
}
.cid-u70sL1jWJt {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u70sL1jWJt .main,
.cid-u70sL1jWJt .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-u70sL1jWJt .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-u70sL1jWJt .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u70sL1jWJt .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u70sL1jWJt .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-u70sL1jWJt .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-u70sL1jWJt .mbr-iconfont {
  font-size: 3rem;
  color: #6a6a6a;
}
@media (max-width: 991px) {
  .cid-u70sL1jWJt .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-u70sL1jWJt .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-u70sL1jWJt .image-element,
  .cid-u70sL1jWJt .text-element {
    margin-bottom: 0;
  }
  .cid-u70sL1jWJt .main:first-child {
    padding-top: 0;
  }
}
.cid-u70sL1jWJt .mbr-section-subtitle,
.cid-u70sL1jWJt .card-text,
.cid-u70sL1jWJt .mbr-section-btn {
  color: #8d97ad;
}
.cid-u70sL1jWJt .mbr-section-subtitle {
  text-align: center;
  color: #1b1a1a;
}
.cid-u70sL1jWJt .card-text,
.cid-u70sL1jWJt .mbr-section-btn {
  color: #1b1a1a;
}
.cid-u70stz4J12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u70stz4J12 [class^='socicon-']:before,
.cid-u70stz4J12 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u70stz4J12 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u70stz4J12 .btn-social:hover {
  background: #55a41b;
}
.cid-u70stz4J12 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u70stz4J12 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u70stz4J12 .mbr-section-title {
  color: #2e6b75;
}
.cid-u70stz4J12 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u70stz4J12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70stz4J12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70stz4J12 .mbr-section-title,
.cid-u70stz4J12 .mbr-social-likes {
  color: #515151;
}
.cid-u70stzUTVY {
  text-align: center;
  overflow: hidden;
}
.cid-u70stzUTVY .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u70stAjQ7z {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u70stAjQ7z .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u70stAjQ7z .footer__content {
  margin-bottom: 30px;
}
.cid-u70stAjQ7z .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u70stAjQ7z .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u70stAjQ7z .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u70stAjQ7z .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u70stAjQ7z .privacy {
    text-align: left;
  }
}
.cid-u70stAjQ7z .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u70stAjQ7z .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u70stAjQ7z .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u70stAjQ7z .input-group-btn {
  padding-left: 0;
}
.cid-u70stAjQ7z .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u70stAjQ7z .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u70stAjQ7z .mbr-form .btn {
  margin: 0;
}
.cid-u70stAjQ7z input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u70stAjQ7z input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u70stAjQ7z .wrap {
    padding-bottom: 25px;
  }
  .cid-u70stAjQ7z .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u70EruQJ3j {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-servicio-1800x380.jpg");
}
.cid-u70EruQJ3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70EruQJ3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70EruQJ3j .title-wrapper {
  padding: 0 2rem;
}
.cid-u70EruQJ3j .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u70EruQJ3j .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u70EruQJ3j .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u70EruQJ3j .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u70EruQJ3j .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u70EruQJ3j .mbr-section-title {
  color: #FFFFFF;
}
.cid-u70EruQJ3j .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u70EruQJ3j .mbr-section-title,
.cid-u70EruQJ3j .mbr-section-btn {
  text-align: center;
}
.cid-u7pBPGDwW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u7pBPGDwW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pBPGDwW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7pBPGDwW8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u7pBPGDwW8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u7pBPGDwW8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7pBPGDwW8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u7pBPGDwW8 .container {
    padding: 0 16px;
  }
}
.cid-u7pBPGDwW8 .row {
  justify-content: center;
}
.cid-u7pBPGDwW8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u7pBPGDwW8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7pBPGDwW8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7pBPGDwW8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7pBPGDwW8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7pBPGDwW8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u70ErvK31r {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-u70ErvK31r .cards-bg1 {
  background: #d9dade;
}
.cid-u70ErvK31r .cards-bg2 {
  background: #d9dade;
}
.cid-u70ErvK31r .cards-bg3 {
  background: #d9dade;
}
.cid-u70ErvK31r .cards-bg4 {
  background: #d9dade;
}
.cid-u70ErvK31r .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 2px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-u70ErvK31r .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 2px;
  }
}
.cid-u70ErvK31r .mbr-section-title {
  color: #141414;
}
.cid-u70G5mMAr8 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #999999;
}
.cid-u70G5mMAr8 .content-inner .left-content {
  display: block;
}
.cid-u70G5mMAr8 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-u70G5mMAr8 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-u70G5mMAr8 .content-inner .right-content {
  display: block;
}
.cid-u70G5mMAr8 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-u70G5mMAr8 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-u70G5mMAr8 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-u70G5mMAr8 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-u70G5mMAr8 .content-inner {
    justify-content: center !important;
  }
  .cid-u70G5mMAr8 * {
    text-align: center;
  }
}
.cid-u70G5mMAr8 .content-inner .left-content .mbr-section-title,
.cid-u70G5mMAr8 .mbr-section-btn {
  text-align: left;
}
.cid-u70G5mMAr8 .content-inner .left-content .mbr-text,
.cid-u70G5mMAr8 .mbr-section-btn {
  text-align: left;
}
.cid-u70G5mMAr8 .content-inner .right-content .mbr-text,
.cid-u70G5mMAr8 .mbr-section-btn {
  text-align: right;
}
.cid-u70FdlusOh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u70FdlusOh .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u70FdlusOh .card {
  background-color: white;
  padding: 2rem;
}
.cid-u70FdlusOh .input-group-btn {
  display: block;
}
.cid-u70FdlusOh input,
.cid-u70FdlusOh textarea {
  background: none;
  min-height: 3rem;
  padding: 0;
  border-radius: 6px!important;
  font-size: 16px;
}
.cid-u70FdlusOh .mbr-form input,
.cid-u70FdlusOh textarea {
  border-radius: 0px;
  padding-left: 15px;
}
.cid-u70FdlusOh .mbr-section-subtitle {
  color: #656565;
  text-align: center;
}
.cid-u70FdlusOh .title2 {
  color: #656565;
  text-align: center;
}
.cid-u70FdlusOh .form-title {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-u70FdlusOh .col-sm-12 {
    margin: 1rem;
  }
  .cid-u70FdlusOh .card {
    padding: 1rem;
  }
}
.cid-u70Erx3lOO {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u70Erx3lOO .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u70Erx3lOO .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-u70Erx3lOO .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u70Erx3lOO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u70Erx3lOO .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-u70Erx3lOO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u70Erx3lOO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u70Erx3lOO .map-placeholder {
  display: none;
}
.cid-u70Erx3lOO .mbr-section-title,
.cid-u70Erx3lOO .map-title {
  color: #29282d;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u70Erx3lOO .map-title {
    margin-top: 3rem;
  }
}
.cid-u70Ery7brK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u70Ery7brK [class^='socicon-']:before,
.cid-u70Ery7brK [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u70Ery7brK .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u70Ery7brK .btn-social:hover {
  background: #55a41b;
}
.cid-u70Ery7brK .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u70Ery7brK .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u70Ery7brK .mbr-section-title {
  color: #2e6b75;
}
.cid-u70Ery7brK .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u70Ery7brK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70Ery7brK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70Ery7brK .mbr-section-title,
.cid-u70Ery7brK .mbr-social-likes {
  color: #515151;
}
.cid-u70EryX5qv {
  text-align: center;
  overflow: hidden;
}
.cid-u70EryX5qv .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-u70Erzhgja {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u70Erzhgja .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u70Erzhgja .footer__content {
  margin-bottom: 30px;
}
.cid-u70Erzhgja .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u70Erzhgja .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u70Erzhgja .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u70Erzhgja .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u70Erzhgja .privacy {
    text-align: left;
  }
}
.cid-u70Erzhgja .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u70Erzhgja .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u70Erzhgja .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u70Erzhgja .input-group-btn {
  padding-left: 0;
}
.cid-u70Erzhgja .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u70Erzhgja .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u70Erzhgja .mbr-form .btn {
  margin: 0;
}
.cid-u70Erzhgja input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u70Erzhgja input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u70Erzhgja .wrap {
    padding-bottom: 25px;
  }
  .cid-u70Erzhgja .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5qxCeqVwt {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u5qxCeqVwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5qxCeqVwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5qxCeqVwt .title-wrapper {
  padding: 0 2rem;
}
.cid-u5qxCeqVwt .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5qxCeqVwt .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u5qxCeqVwt .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u5qxCeqVwt .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5qxCeqVwt .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u5qxCeqVwt .mbr-section-title {
  color: #FFFFFF;
}
.cid-u5qxCeqVwt .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u5qxCeqVwt .mbr-section-title,
.cid-u5qxCeqVwt .mbr-section-btn {
  text-align: center;
}
.cid-u5qxCf2yCV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u5qxCf2yCV .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u5qxCf2yCV img {
  width: 100%;
  border-radius: 3px;
}
.cid-u5qxCf2yCV .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u5qxCf2yCV .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u5qxCf2yCV .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u5qxCf2yCV img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u5qxCf2yCV .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u5qxCf2yCV img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u5qxCf2yCV img {
    width: 100%;
  }
}
.cid-u5qxCf2yCV .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u5qxCf2yCV .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u5qxCf2yCV .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u5qxCf2yCV ul {
  padding-left: 3.7rem!important;
}
.cid-u5qxCf2yCV .mbr-text,
.cid-u5qxCf2yCV .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u5qxCf2yCV .mbr-section-subtitle {
  color: #777777;
}
.cid-u5qydyfhtL {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u5qydyfhtL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5qydyfhtL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5qydyfhtL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5qydyfhtL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5qydyfhtL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5qydyfhtL .icon-focus {
  display: none;
}
.cid-u5qydyfhtL .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5qydyfhtL ul {
  font-size: 0;
}
.cid-u5qydyfhtL .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u5qydyfhtL .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u5qydyfhtL .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u5qydyfhtL .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u5qydyfhtL .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u5qydyfhtL .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5qydyfhtL .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u5qydyfhtL .btn:hover {
  background: transparent !important;
}
.cid-u5qydyfhtL .btn:hover:before {
  background: transparent !important;
}
.cid-u5qydyfhtL .btn:before {
  background-color: transparent !important;
}
.cid-u5qydyfhtL .btn:focus {
  box-shadow: none;
}
.cid-u5qydyfhtL .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u5qxCfOIwt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5qxCfOIwt [class^='socicon-']:before,
.cid-u5qxCfOIwt [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u5qxCfOIwt .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u5qxCfOIwt .btn-social:hover {
  background: #55a41b;
}
.cid-u5qxCfOIwt .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u5qxCfOIwt .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u5qxCfOIwt .mbr-section-title {
  color: #2e6b75;
}
.cid-u5qxCfOIwt .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u5qxCfOIwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5qxCfOIwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5qxCfOIwt .mbr-section-title,
.cid-u5qxCfOIwt .mbr-social-likes {
  color: #515151;
}
.cid-u5qxCge0Sx {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u5qxCge0Sx .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u5qxCge0Sx .footer__content {
  margin-bottom: 30px;
}
.cid-u5qxCge0Sx .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u5qxCge0Sx .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u5qxCge0Sx .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u5qxCge0Sx .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u5qxCge0Sx .privacy {
    text-align: left;
  }
}
.cid-u5qxCge0Sx .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u5qxCge0Sx .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u5qxCge0Sx .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u5qxCge0Sx .input-group-btn {
  padding-left: 0;
}
.cid-u5qxCge0Sx .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u5qxCge0Sx .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u5qxCge0Sx .mbr-form .btn {
  margin: 0;
}
.cid-u5qxCge0Sx input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u5qxCge0Sx input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u5qxCge0Sx .wrap {
    padding-bottom: 25px;
  }
  .cid-u5qxCge0Sx .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5qugEQmHK {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u5qugEQmHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5qugEQmHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5qugEQmHK .title-wrapper {
  padding: 0 2rem;
}
.cid-u5qugEQmHK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5qugEQmHK .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u5qugEQmHK .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u5qugEQmHK .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u5qugEQmHK .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u5qugEQmHK .mbr-section-title {
  color: #FFFFFF;
}
.cid-u5qugEQmHK .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u5qugEQmHK .mbr-section-title,
.cid-u5qugEQmHK .mbr-section-btn {
  text-align: center;
}
.cid-u5qugFkdqu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u5qugFkdqu .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u5qugFkdqu img {
  width: 100%;
  border-radius: 3px;
}
.cid-u5qugFkdqu .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u5qugFkdqu .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u5qugFkdqu .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u5qugFkdqu img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u5qugFkdqu .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u5qugFkdqu img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u5qugFkdqu img {
    width: 100%;
  }
}
.cid-u5qugFkdqu .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u5qugFkdqu .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u5qugFkdqu .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u5qugFkdqu ul {
  padding-left: 3.7rem!important;
}
.cid-u5qugFkdqu .mbr-text,
.cid-u5qugFkdqu .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u5qugFkdqu .mbr-section-subtitle {
  color: #777777;
}
.cid-u5qugFE49M {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u5qugFE49M .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5qugFE49M .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5qugFE49M .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5qugFE49M .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5qugFE49M .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5qugFE49M .icon-focus {
  display: none;
}
.cid-u5qugFE49M .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5qugFE49M ul {
  font-size: 0;
}
.cid-u5qugFE49M .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u5qugFE49M .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u5qugFE49M .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u5qugFE49M .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u5qugFE49M .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u5qugFE49M .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5qugFE49M .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u5qugFE49M .btn:hover {
  background: transparent !important;
}
.cid-u5qugFE49M .btn:hover:before {
  background: transparent !important;
}
.cid-u5qugFE49M .btn:before {
  background-color: transparent !important;
}
.cid-u5qugFE49M .btn:focus {
  box-shadow: none;
}
.cid-u5qugFE49M .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u5qugGhRU5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5qugGhRU5 [class^='socicon-']:before,
.cid-u5qugGhRU5 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u5qugGhRU5 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u5qugGhRU5 .btn-social:hover {
  background: #55a41b;
}
.cid-u5qugGhRU5 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u5qugGhRU5 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u5qugGhRU5 .mbr-section-title {
  color: #2e6b75;
}
.cid-u5qugGhRU5 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u5qugGhRU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5qugGhRU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5qugGhRU5 .mbr-section-title,
.cid-u5qugGhRU5 .mbr-social-likes {
  color: #515151;
}
.cid-u5qugGRzry {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u5qugGRzry .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u5qugGRzry .footer__content {
  margin-bottom: 30px;
}
.cid-u5qugGRzry .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u5qugGRzry .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u5qugGRzry .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u5qugGRzry .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u5qugGRzry .privacy {
    text-align: left;
  }
}
.cid-u5qugGRzry .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u5qugGRzry .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u5qugGRzry .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u5qugGRzry .input-group-btn {
  padding-left: 0;
}
.cid-u5qugGRzry .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u5qugGRzry .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u5qugGRzry .mbr-form .btn {
  margin: 0;
}
.cid-u5qugGRzry input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u5qugGRzry input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u5qugGRzry .wrap {
    padding-bottom: 25px;
  }
  .cid-u5qugGRzry .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4Xf4MY7Hm {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u4Xf4MY7Hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Xf4MY7Hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Xf4MY7Hm .title-wrapper {
  padding: 0 2rem;
}
.cid-u4Xf4MY7Hm .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u4Xf4MY7Hm .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u4Xf4MY7Hm .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u4Xf4MY7Hm .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u4Xf4MY7Hm .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u4Xf4MY7Hm .mbr-section-title {
  color: #FFFFFF;
}
.cid-u4Xf4MY7Hm .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u4Xf4MY7Hm .mbr-section-title,
.cid-u4Xf4MY7Hm .mbr-section-btn {
  text-align: center;
}
.cid-u4Xf4NwREd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u4Xf4NwREd .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u4Xf4NwREd img {
  width: 100%;
  border-radius: 3px;
}
.cid-u4Xf4NwREd .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u4Xf4NwREd .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u4Xf4NwREd .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u4Xf4NwREd img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u4Xf4NwREd .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u4Xf4NwREd img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u4Xf4NwREd img {
    width: 100%;
  }
}
.cid-u4Xf4NwREd .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u4Xf4NwREd .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u4Xf4NwREd .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u4Xf4NwREd ul {
  padding-left: 3.7rem!important;
}
.cid-u4Xf4NwREd .mbr-text,
.cid-u4Xf4NwREd .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u4Xf4NwREd .mbr-section-subtitle {
  color: #777777;
}
.cid-u5qrvhdQWe {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u5qrvhdQWe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5qrvhdQWe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5qrvhdQWe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5qrvhdQWe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5qrvhdQWe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5qrvhdQWe .icon-focus {
  display: none;
}
.cid-u5qrvhdQWe .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5qrvhdQWe ul {
  font-size: 0;
}
.cid-u5qrvhdQWe .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u5qrvhdQWe .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u5qrvhdQWe .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u5qrvhdQWe .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u5qrvhdQWe .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u5qrvhdQWe .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u5qrvhdQWe .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u5qrvhdQWe .btn:hover {
  background: transparent !important;
}
.cid-u5qrvhdQWe .btn:hover:before {
  background: transparent !important;
}
.cid-u5qrvhdQWe .btn:before {
  background-color: transparent !important;
}
.cid-u5qrvhdQWe .btn:focus {
  box-shadow: none;
}
.cid-u5qrvhdQWe .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u4Xf4Orrck {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u4Xf4Orrck [class^='socicon-']:before,
.cid-u4Xf4Orrck [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u4Xf4Orrck .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u4Xf4Orrck .btn-social:hover {
  background: #55a41b;
}
.cid-u4Xf4Orrck .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u4Xf4Orrck .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u4Xf4Orrck .mbr-section-title {
  color: #2e6b75;
}
.cid-u4Xf4Orrck .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u4Xf4Orrck .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Xf4Orrck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Xf4Orrck .mbr-section-title,
.cid-u4Xf4Orrck .mbr-social-likes {
  color: #515151;
}
.cid-u4Xf4OT319 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u4Xf4OT319 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u4Xf4OT319 .footer__content {
  margin-bottom: 30px;
}
.cid-u4Xf4OT319 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u4Xf4OT319 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u4Xf4OT319 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u4Xf4OT319 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u4Xf4OT319 .privacy {
    text-align: left;
  }
}
.cid-u4Xf4OT319 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u4Xf4OT319 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u4Xf4OT319 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u4Xf4OT319 .input-group-btn {
  padding-left: 0;
}
.cid-u4Xf4OT319 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u4Xf4OT319 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u4Xf4OT319 .mbr-form .btn {
  margin: 0;
}
.cid-u4Xf4OT319 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u4Xf4OT319 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u4Xf4OT319 .wrap {
    padding-bottom: 25px;
  }
  .cid-u4Xf4OT319 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2X40ZW6ln {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-u2X40ZW6ln .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2X40ZW6ln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2X40ZW6ln .title-wrapper {
  padding: 0 2rem;
}
.cid-u2X40ZW6ln .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2X40ZW6ln .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2X40ZW6ln .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u2X40ZW6ln .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u2X40ZW6ln .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u2X40ZW6ln .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2X40ZW6ln .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2X40ZW6ln .mbr-section-title,
.cid-u2X40ZW6ln .mbr-section-btn {
  text-align: center;
}
.cid-u2X410pNEK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u2X410pNEK .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u2X410pNEK img {
  width: 100%;
  border-radius: 3px;
}
.cid-u2X410pNEK .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u2X410pNEK .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u2X410pNEK .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u2X410pNEK img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u2X410pNEK .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u2X410pNEK img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u2X410pNEK img {
    width: 100%;
  }
}
.cid-u2X410pNEK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u2X410pNEK .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u2X410pNEK .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u2X410pNEK ul {
  padding-left: 3.7rem!important;
}
.cid-u2X410pNEK .mbr-text,
.cid-u2X410pNEK .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u2X410pNEK .mbr-section-subtitle {
  color: #777777;
}
.cid-u2X4Jol5Fc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u2X4Jol5Fc .row {
  flex-direction: row-reverse;
}
.cid-u2X4Jol5Fc .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2X4Jol5Fc .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2X4Jol5Fc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2X4Jol5Fc .mbr-section-title {
  color: #353535;
}
.cid-u2X4Jol5Fc .mbr-text,
.cid-u2X4Jol5Fc .mbr-section-btn {
  color: #353535;
}
.cid-u2X411GtVN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u2X411GtVN [class^='socicon-']:before,
.cid-u2X411GtVN [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u2X411GtVN .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u2X411GtVN .btn-social:hover {
  background: #55a41b;
}
.cid-u2X411GtVN .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u2X411GtVN .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u2X411GtVN .mbr-section-title {
  color: #2e6b75;
}
.cid-u2X411GtVN .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u2X411GtVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2X411GtVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2X411GtVN .mbr-section-title,
.cid-u2X411GtVN .mbr-social-likes {
  color: #515151;
}
.cid-u2X412e2IG {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u2X412e2IG .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u2X412e2IG .footer__content {
  margin-bottom: 30px;
}
.cid-u2X412e2IG .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u2X412e2IG .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u2X412e2IG .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u2X412e2IG .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u2X412e2IG .privacy {
    text-align: left;
  }
}
.cid-u2X412e2IG .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u2X412e2IG .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u2X412e2IG .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u2X412e2IG .input-group-btn {
  padding-left: 0;
}
.cid-u2X412e2IG .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u2X412e2IG .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u2X412e2IG .mbr-form .btn {
  margin: 0;
}
.cid-u2X412e2IG input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u2X412e2IG input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u2X412e2IG .wrap {
    padding-bottom: 25px;
  }
  .cid-u2X412e2IG .divider {
    margin: 0 0 20px;
  }
}
.cid-udlwU04tZC {
  z-index: 1000;
  width: 100%;
}
.cid-udlwU04tZC nav.navbar {
  position: fixed;
}
.cid-udlwU04tZC .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-udlwU04tZC .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-udlwU04tZC .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-udlwU04tZC .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-udlwU04tZC .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-udlwU04tZC .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-udlwU04tZC .dropdown-item:hover,
.cid-udlwU04tZC .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-udlwU04tZC .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-udlwU04tZC .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-udlwU04tZC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-udlwU04tZC .nav-link {
  position: relative;
  line-height: 1;
}
.cid-udlwU04tZC .nav-link:hover {
  color: #55a41b !important;
}
.cid-udlwU04tZC .container {
  display: flex;
  margin: auto;
}
.cid-udlwU04tZC .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-udlwU04tZC .dropdown-menu,
.cid-udlwU04tZC .navbar.opened {
  background: #ffffff !important;
}
.cid-udlwU04tZC .nav-item:focus,
.cid-udlwU04tZC .nav-link:focus {
  outline: none;
}
.cid-udlwU04tZC .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-udlwU04tZC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udlwU04tZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udlwU04tZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udlwU04tZC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udlwU04tZC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-udlwU04tZC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-udlwU04tZC .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-udlwU04tZC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udlwU04tZC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udlwU04tZC .navbar.opened {
  transition: all 0.3s;
}
.cid-udlwU04tZC .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-udlwU04tZC .navbar .navbar-logo img {
  width: auto;
}
.cid-udlwU04tZC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-udlwU04tZC .navbar.collapsed {
  justify-content: center;
}
.cid-udlwU04tZC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udlwU04tZC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udlwU04tZC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-udlwU04tZC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udlwU04tZC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udlwU04tZC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-udlwU04tZC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udlwU04tZC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-udlwU04tZC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udlwU04tZC .navbar .dropdown-menu {
    display: none;
  }
  .cid-udlwU04tZC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udlwU04tZC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udlwU04tZC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-udlwU04tZC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udlwU04tZC .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-udlwU04tZC .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-udlwU04tZC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udlwU04tZC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udlwU04tZC .navbar .navbar-buttons,
  .cid-udlwU04tZC .navbar .icons-menu {
    display: none;
  }
  .cid-udlwU04tZC .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-udlwU04tZC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udlwU04tZC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udlwU04tZC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udlwU04tZC .dropdown-item.active,
.cid-udlwU04tZC .dropdown-item:active {
  background-color: transparent;
}
.cid-udlwU04tZC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udlwU04tZC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udlwU04tZC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udlwU04tZC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udlwU04tZC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udlwU04tZC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udlwU04tZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-udlwU04tZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udlwU04tZC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udlwU04tZC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udlwU04tZC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udlwU04tZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udlwU04tZC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udlwU04tZC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udlwU04tZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udlwU04tZC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udlwU04tZC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udlwU04tZC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udlwU04tZC .navbar {
    height: 70px;
  }
  .cid-udlwU04tZC .navbar.opened {
    height: auto;
  }
  .cid-udlwU04tZC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udlwTWy6Rb {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dermo-1-1800x1000.jpg");
}
.cid-udlwTWy6Rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-udlwTWy6Rb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udlwTWy6Rb .title-wrapper {
  padding: 0 2rem;
}
.cid-udlwTWy6Rb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-udlwTWy6Rb .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-udlwTWy6Rb .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-udlwTWy6Rb .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-udlwTWy6Rb .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-udlwTWy6Rb .mbr-section-title {
  color: #FFFFFF;
}
.cid-udlwTWy6Rb .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-udlwTWy6Rb .mbr-section-title,
.cid-udlwTWy6Rb .mbr-section-btn {
  text-align: center;
}
.cid-udlwTX3csN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udlwTX3csN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udlwTX3csN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udlwTX3csN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udlwTX3csN .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-udlwTX3csN .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-udlwTX3csN .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-udlwTX3csN .container {
    padding: 0 12px;
  }
}
.cid-udlwTX3csN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udlwTX3csN .content-wrapper {
    padding: 0 24px;
  }
}
.cid-udlwTX3csN .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-udlwTX3csN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-udlwTX3csN .mbr-section-title {
  color: #1D1D1F;
}
.cid-udlwTX3csN .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-udlwTX3csN .mbr-section-title,
.cid-udlwTX3csN .mbr-section-btn {
  text-align: center;
}
.cid-uNJCixrhl5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNJCixrhl5 .image-body {
    margin-right: 10px;
  }
}
.cid-uNJCixrhl5 .card-img-top {
  width: 200px;
  height: 40px;
}
.cid-uNJCixrhl5 .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-uNJCixrhl5 .card {
  padding: 10px;
  flex-direction: row;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-uNJCixrhl5 .card {
    padding: 10px 10px;
  }
}
@media (max-width: 992px) {
  .cid-uNJCixrhl5 .card {
    flex-direction: column;
  }
  .cid-uNJCixrhl5 .image-body {
    padding-bottom: 0;
  }
  .cid-uNJCixrhl5 .text-body {
    padding-top: 10px;
  }
}
.cid-uNJCixrhl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJCixrhl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJCjnbDBE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/banner-mexico-int.jpg-1800x1000.jpg");
}
.cid-uNJCjnbDBE .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uNJCjnbDBE .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-uNJCjnbDBE .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-uNJCjnbDBE .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNJCjnbDBE .btn:hover {
  box-shadow: none;
}
.cid-uNJCjnbDBE .mbr-section-title,
.cid-uNJCjnbDBE .mbr-section-btn {
  text-align: center;
}
.cid-udlwTXnAt7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-udlwTXnAt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udlwTXnAt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udlwTXnAt7 .mbr-section-title {
  color: #24262b;
}
.cid-udlwTXnAt7 .mbr-section-subtitle {
  color: #24262b;
}
.cid-udlwTXnAt7 .mbr-section-btn {
  margin-top: 16px;
}
.cid-udlwTXJiyw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udlwTXJiyw .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-udlwTXJiyw .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-udlwTXJiyw .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-udlwTXJiyw .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-udlwTXJiyw .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-udlwTXJiyw .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-udlwTXJiyw .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-udlwTXJiyw .item-content {
    opacity: 1 !important;
  }
  .cid-udlwTXJiyw .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-udlwTXJiyw .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-udlwTXJiyw .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-udlwTXJiyw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udlwTXJiyw .item:hover img {
  transform: scale(1.05);
}
.cid-udlwTXJiyw .item-img {
  overflow: hidden;
}
.cid-udlwTXJiyw img,
.cid-udlwTXJiyw .item-img {
  width: 100%;
  transition: all 1s;
  height: 400px;
  object-fit: cover;
}
.cid-udlwTXJiyw h5 {
  margin: 0;
}
.cid-udlwTXJiyw .item:focus,
.cid-udlwTXJiyw span:focus {
  outline: none;
}
.cid-udlwTXJiyw .mbr-section-title {
  color: #232323;
}
.cid-udlwTXJiyw .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-udlwTYT0gN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udlwTYT0gN [class^='socicon-']:before,
.cid-udlwTYT0gN [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-udlwTYT0gN .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-udlwTYT0gN .btn-social:hover {
  background: #55a41b;
}
.cid-udlwTYT0gN .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-udlwTYT0gN .btn-social:hover span {
  color: #ffffff !important;
}
.cid-udlwTYT0gN .mbr-section-title {
  color: #2e6b75;
}
.cid-udlwTYT0gN .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-udlwTYT0gN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udlwTYT0gN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udlwTYT0gN .mbr-section-title,
.cid-udlwTYT0gN .mbr-social-likes {
  color: #515151;
}
.cid-udlwTZuw73 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-udlwTZuw73 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-udlwTZuw73 .footer__content {
  margin-bottom: 30px;
}
.cid-udlwTZuw73 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-udlwTZuw73 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-udlwTZuw73 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-udlwTZuw73 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-udlwTZuw73 .privacy {
    text-align: left;
  }
}
.cid-udlwTZuw73 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-udlwTZuw73 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-udlwTZuw73 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-udlwTZuw73 .input-group-btn {
  padding-left: 0;
}
.cid-udlwTZuw73 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-udlwTZuw73 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-udlwTZuw73 .mbr-form .btn {
  margin: 0;
}
.cid-udlwTZuw73 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-udlwTZuw73 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-udlwTZuw73 .wrap {
    padding-bottom: 25px;
  }
  .cid-udlwTZuw73 .divider {
    margin: 0 0 20px;
  }
}
.cid-u7zEWrJTPD {
  z-index: 1000;
  width: 100%;
}
.cid-u7zEWrJTPD nav.navbar {
  position: fixed;
}
.cid-u7zEWrJTPD .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7zEWrJTPD .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7zEWrJTPD .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7zEWrJTPD .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7zEWrJTPD .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7zEWrJTPD .dropdown-item:hover,
.cid-u7zEWrJTPD .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7zEWrJTPD .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7zEWrJTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7zEWrJTPD .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7zEWrJTPD .nav-link:hover {
  color: #55a41b !important;
}
.cid-u7zEWrJTPD .container {
  display: flex;
  margin: auto;
}
.cid-u7zEWrJTPD .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7zEWrJTPD .dropdown-menu,
.cid-u7zEWrJTPD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7zEWrJTPD .nav-item:focus,
.cid-u7zEWrJTPD .nav-link:focus {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7zEWrJTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7zEWrJTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7zEWrJTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7zEWrJTPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-u7zEWrJTPD .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7zEWrJTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7zEWrJTPD .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7zEWrJTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7zEWrJTPD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar.collapsed {
  justify-content: center;
}
.cid-u7zEWrJTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7zEWrJTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7zEWrJTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7zEWrJTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7zEWrJTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7zEWrJTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7zEWrJTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7zEWrJTPD .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7zEWrJTPD .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7zEWrJTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7zEWrJTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7zEWrJTPD .navbar .navbar-buttons,
  .cid-u7zEWrJTPD .navbar .icons-menu {
    display: none;
  }
  .cid-u7zEWrJTPD .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7zEWrJTPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7zEWrJTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7zEWrJTPD .dropdown-item.active,
.cid-u7zEWrJTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7zEWrJTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7zEWrJTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7zEWrJTPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7zEWrJTPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7zEWrJTPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7zEWrJTPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7zEWrJTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7zEWrJTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7zEWrJTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7zEWrJTPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7zEWrJTPD .navbar {
    height: 70px;
  }
  .cid-u7zEWrJTPD .navbar.opened {
    height: auto;
  }
  .cid-u7zEWrJTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7oUirLIkg {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-estetico-1800x690.jpg");
}
.cid-u7oUirLIkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7oUirLIkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oUirLIkg .title-wrapper {
  padding: 0 2rem;
}
.cid-u7oUirLIkg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u7oUirLIkg .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u7oUirLIkg .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-u7oUirLIkg .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-u7oUirLIkg .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-u7oUirLIkg .mbr-section-title {
  color: #FFFFFF;
}
.cid-u7oUirLIkg .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u7oUirLIkg .mbr-section-title,
.cid-u7oUirLIkg .mbr-section-btn {
  text-align: center;
}
.cid-u7p4xDrFif {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-u7p4xDrFif .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-u7p4xDrFif img {
  width: 100%;
  border-radius: 3px;
}
.cid-u7p4xDrFif .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-u7p4xDrFif .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-u7p4xDrFif .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-u7p4xDrFif img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-u7p4xDrFif .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-u7p4xDrFif img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-u7p4xDrFif img {
    width: 100%;
  }
}
.cid-u7p4xDrFif .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-u7p4xDrFif .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-u7p4xDrFif .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-u7p4xDrFif ul {
  padding-left: 3.7rem!important;
}
.cid-u7p4xDrFif .mbr-text,
.cid-u7p4xDrFif .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-u7p4xDrFif .mbr-section-subtitle {
  color: #777777;
}
.cid-u7p5qQECQR {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-u7p5qQECQR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7p5qQECQR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7p5qQECQR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7p5qQECQR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7p5qQECQR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #55a41b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u7p5qQECQR .icon-focus {
  display: none;
}
.cid-u7p5qQECQR .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u7p5qQECQR ul {
  font-size: 0;
}
.cid-u7p5qQECQR .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u7p5qQECQR .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u7p5qQECQR .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #55a41b, #55a41b);
}
.cid-u7p5qQECQR .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u7p5qQECQR .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u7p5qQECQR .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-u7p5qQECQR .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u7p5qQECQR .btn:hover {
  background: transparent !important;
}
.cid-u7p5qQECQR .btn:hover:before {
  background: transparent !important;
}
.cid-u7p5qQECQR .btn:before {
  background-color: transparent !important;
}
.cid-u7p5qQECQR .btn:focus {
  box-shadow: none;
}
.cid-u7p5qQECQR .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u7oUit7j4g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u7oUit7j4g [class^='socicon-']:before,
.cid-u7oUit7j4g [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-u7oUit7j4g .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-u7oUit7j4g .btn-social:hover {
  background: #55a41b;
}
.cid-u7oUit7j4g .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-u7oUit7j4g .btn-social:hover span {
  color: #ffffff !important;
}
.cid-u7oUit7j4g .mbr-section-title {
  color: #2e6b75;
}
.cid-u7oUit7j4g .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-u7oUit7j4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7oUit7j4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7oUit7j4g .mbr-section-title,
.cid-u7oUit7j4g .mbr-social-likes {
  color: #515151;
}
.cid-u7oUitz7kY {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-u7oUitz7kY .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-u7oUitz7kY .footer__content {
  margin-bottom: 30px;
}
.cid-u7oUitz7kY .footer__content:last-child {
  margin-bottom: 0;
}
.cid-u7oUitz7kY .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-u7oUitz7kY .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-u7oUitz7kY .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u7oUitz7kY .privacy {
    text-align: left;
  }
}
.cid-u7oUitz7kY .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-u7oUitz7kY .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-u7oUitz7kY .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-u7oUitz7kY .input-group-btn {
  padding-left: 0;
}
.cid-u7oUitz7kY .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-u7oUitz7kY .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-u7oUitz7kY .mbr-form .btn {
  margin: 0;
}
.cid-u7oUitz7kY input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-u7oUitz7kY input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-u7oUitz7kY .wrap {
    padding-bottom: 25px;
  }
  .cid-u7oUitz7kY .divider {
    margin: 0 0 20px;
  }
}
.cid-unUgLvh3Ss {
  z-index: 1000;
  width: 100%;
}
.cid-unUgLvh3Ss nav.navbar {
  position: fixed;
}
.cid-unUgLvh3Ss .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-unUgLvh3Ss .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-unUgLvh3Ss .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-unUgLvh3Ss .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-unUgLvh3Ss .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-unUgLvh3Ss .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-unUgLvh3Ss .dropdown-item:hover,
.cid-unUgLvh3Ss .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-unUgLvh3Ss .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-unUgLvh3Ss .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-unUgLvh3Ss .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-unUgLvh3Ss .nav-link {
  position: relative;
  line-height: 1;
}
.cid-unUgLvh3Ss .nav-link:hover {
  color: #55a41b !important;
}
.cid-unUgLvh3Ss .container {
  display: flex;
  margin: auto;
}
.cid-unUgLvh3Ss .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-unUgLvh3Ss .dropdown-menu,
.cid-unUgLvh3Ss .navbar.opened {
  background: #ffffff !important;
}
.cid-unUgLvh3Ss .nav-item:focus,
.cid-unUgLvh3Ss .nav-link:focus {
  outline: none;
}
.cid-unUgLvh3Ss .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-unUgLvh3Ss .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unUgLvh3Ss .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unUgLvh3Ss .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unUgLvh3Ss .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unUgLvh3Ss .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-unUgLvh3Ss .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-unUgLvh3Ss .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-unUgLvh3Ss .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unUgLvh3Ss .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unUgLvh3Ss .navbar.opened {
  transition: all 0.3s;
}
.cid-unUgLvh3Ss .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-unUgLvh3Ss .navbar .navbar-logo img {
  width: auto;
}
.cid-unUgLvh3Ss .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-unUgLvh3Ss .navbar.collapsed {
  justify-content: center;
}
.cid-unUgLvh3Ss .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unUgLvh3Ss .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unUgLvh3Ss .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-unUgLvh3Ss .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unUgLvh3Ss .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unUgLvh3Ss .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-unUgLvh3Ss .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unUgLvh3Ss .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-unUgLvh3Ss .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unUgLvh3Ss .navbar .dropdown-menu {
    display: none;
  }
  .cid-unUgLvh3Ss .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unUgLvh3Ss .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unUgLvh3Ss .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-unUgLvh3Ss .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unUgLvh3Ss .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-unUgLvh3Ss .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-unUgLvh3Ss .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unUgLvh3Ss .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unUgLvh3Ss .navbar .navbar-buttons,
  .cid-unUgLvh3Ss .navbar .icons-menu {
    display: none;
  }
  .cid-unUgLvh3Ss .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-unUgLvh3Ss .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unUgLvh3Ss .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unUgLvh3Ss .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unUgLvh3Ss .dropdown-item.active,
.cid-unUgLvh3Ss .dropdown-item:active {
  background-color: transparent;
}
.cid-unUgLvh3Ss .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unUgLvh3Ss .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unUgLvh3Ss .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unUgLvh3Ss ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unUgLvh3Ss .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unUgLvh3Ss button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unUgLvh3Ss button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-unUgLvh3Ss button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unUgLvh3Ss button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unUgLvh3Ss button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unUgLvh3Ss button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unUgLvh3Ss nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unUgLvh3Ss nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unUgLvh3Ss nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unUgLvh3Ss nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unUgLvh3Ss .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unUgLvh3Ss a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unUgLvh3Ss .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unUgLvh3Ss .navbar {
    height: 70px;
  }
  .cid-unUgLvh3Ss .navbar.opened {
    height: auto;
  }
  .cid-unUgLvh3Ss .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unUgLqNSZa {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dermo-1-1800x1000.jpg");
}
.cid-unUgLqNSZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-unUgLqNSZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unUgLqNSZa .title-wrapper {
  padding: 0 2rem;
}
.cid-unUgLqNSZa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-unUgLqNSZa .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-unUgLqNSZa .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-unUgLqNSZa .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-unUgLqNSZa .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-unUgLqNSZa .mbr-section-title {
  color: #FFFFFF;
}
.cid-unUgLqNSZa .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-unUgLqNSZa .mbr-section-title,
.cid-unUgLqNSZa .mbr-section-btn {
  text-align: center;
}
.cid-unUURRNKJ0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-unUURRNKJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unUURRNKJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unUURRNKJ0 .row {
  flex-direction: row-reverse;
}
.cid-uq39ze5yga {
  display: flex;
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .cid-uq39ze5yga {
    align-items: center;
  }
  .cid-uq39ze5yga .row {
    justify-content: center;
  }
}
.cid-uq39ze5yga p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uq39ze5yga .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uq39ze5yga {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uq39ze5yga .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uq39ze5yga .content-wrap {
    width: 100%;
  }
}
.cid-uq39ze5yga .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uq39ze5yga .mbr-text,
.cid-uq39ze5yga .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uq39ze5yga .mbr-section-subtitle {
  color: #353535;
  text-align: center;
}
.cid-uq38Th33NT {
  display: flex;
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/cyto-1200x601.jpg");
}
.cid-uq38Th33NT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uq38Th33NT {
    align-items: center;
  }
  .cid-uq38Th33NT .row {
    justify-content: center;
  }
}
.cid-uq38Th33NT p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uq38Th33NT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uq38Th33NT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uq38Th33NT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uq38Th33NT .content-wrap {
    width: 100%;
  }
}
.cid-uq38Th33NT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uq38Th33NT .mbr-text,
.cid-uq38Th33NT .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uq38Th33NT .mbr-section-subtitle {
  color: #353535;
  text-align: center;
}
.cid-unUTOBsckn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unUTOBsckn .mbr-media {
  position: relative;
}
.cid-unUTOBsckn .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-unUTOBsckn a:hover {
  background-image: none !important;
}
.cid-unUTOBsckn .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-unUTOBsckn .card-wrapper {
  border: 1px solid #55a41b;
  padding: 0;
  overflow: hidden;
}
.cid-unUTOBsckn .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #55a41b;
}
.cid-unUTOBsckn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-unUTOBsckn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-unUTOBsckn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-unUTOBsckn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-unUTOBsckn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-unUTOBsckn .mbr-fallback-image.disabled {
  display: none;
}
.cid-unUTOBsckn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unUTOBsckn .mbr-section-title {
  color: #221b35;
}
.cid-unUgLrL6wv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-unUgLrL6wv .mbr-fallback-image.disabled {
  display: none;
}
.cid-unUgLrL6wv .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-unUgLrL6wv .container {
    padding: 0 24px;
  }
}
.cid-unUgLrL6wv .title-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-unUgLrL6wv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unUgLrL6wv .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unUgLrL6wv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-unUgLrL6wv .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 44px;
  background-color: #fafafa;
  border-radius: 40px;
}
.cid-unUgLrL6wv .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-unUgLrL6wv .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-unUgLrL6wv .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-unUgLrL6wv .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-unUgLrL6wv .mbr-section-subtitle {
  color: #8e8ead;
  text-align: center;
}
.cid-unUgLrL6wv .mbr-section-title,
.cid-unUgLrL6wv .buttons-wrapper {
  text-align: center;
}
.cid-uo4Ybc02WC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/backgroundsamplesize-1-aspect-ratio-16.webp");
}
.cid-uo4Ybc02WC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4Ybc02WC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4Ybc02WC .content-wrapper {
  padding: 80px 90px;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uo4Ybc02WC .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uo4Ybc02WC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uo4Ybc02WC .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uo4Ybc02WC .content-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uo4Ybc02WC .content-wrapper .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uo4Ybc02WC .content-wrapper .list-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cid-uo4Ybc02WC .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  position: relative;
}
.cid-uo4Ybc02WC .content-wrapper .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uo4Ybc02WC .content-wrapper .list-wrapper .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uo4Ybc02WC .content-wrapper .list-wrapper .list {
    display: block;
  }
}
.cid-uo4Ybc02WC .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo4Ybc02WC .content-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-uo4Ybc02WC .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uo4Ybc02WC .item-text {
  color: #050f0f;
}
.cid-uo556Em38j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo556Em38j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo556Em38j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo556Em38j .title-wrapper {
  padding: 0 2rem;
}
.cid-uo556Em38j .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uo556Em38j .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uo556Em38j .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uo556Em38j .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uo556Em38j .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uo556Em38j .mbr-section-title {
  color: #FFFFFF;
}
.cid-uo556Em38j .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uo556Em38j .mbr-section-title,
.cid-uo556Em38j .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uo53v5pTVa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo53v5pTVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo53v5pTVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo53v5pTVa .row {
  flex-direction: row-reverse;
}
.cid-unUgLu4aoY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-unUgLu4aoY [class^='socicon-']:before,
.cid-unUgLu4aoY [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-unUgLu4aoY .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-unUgLu4aoY .btn-social:hover {
  background: #55a41b;
}
.cid-unUgLu4aoY .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-unUgLu4aoY .btn-social:hover span {
  color: #ffffff !important;
}
.cid-unUgLu4aoY .mbr-section-title {
  color: #2e6b75;
}
.cid-unUgLu4aoY .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-unUgLu4aoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-unUgLu4aoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unUgLu4aoY .mbr-section-title,
.cid-unUgLu4aoY .mbr-social-likes {
  color: #515151;
}
.cid-unUgLus309 {
  text-align: center;
  overflow: hidden;
}
.cid-unUgLus309 .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-unUgLuLac0 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-unUgLuLac0 .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-unUgLuLac0 .footer__content {
  margin-bottom: 30px;
}
.cid-unUgLuLac0 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-unUgLuLac0 .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-unUgLuLac0 .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-unUgLuLac0 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-unUgLuLac0 .privacy {
    text-align: left;
  }
}
.cid-unUgLuLac0 .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-unUgLuLac0 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-unUgLuLac0 .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-unUgLuLac0 .input-group-btn {
  padding-left: 0;
}
.cid-unUgLuLac0 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-unUgLuLac0 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-unUgLuLac0 .mbr-form .btn {
  margin: 0;
}
.cid-unUgLuLac0 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-unUgLuLac0 input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-unUgLuLac0 .wrap {
    padding-bottom: 25px;
  }
  .cid-unUgLuLac0 .divider {
    margin: 0 0 20px;
  }
}
.cid-uHdRCHVDF3 {
  z-index: 1000;
  width: 100%;
}
.cid-uHdRCHVDF3 nav.navbar {
  position: fixed;
}
.cid-uHdRCHVDF3 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uHdRCHVDF3 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uHdRCHVDF3 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uHdRCHVDF3 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uHdRCHVDF3 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uHdRCHVDF3 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uHdRCHVDF3 .dropdown-item:hover,
.cid-uHdRCHVDF3 .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-uHdRCHVDF3 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uHdRCHVDF3 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uHdRCHVDF3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uHdRCHVDF3 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uHdRCHVDF3 .nav-link:hover {
  color: #55a41b !important;
}
.cid-uHdRCHVDF3 .container {
  display: flex;
  margin: auto;
}
.cid-uHdRCHVDF3 .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uHdRCHVDF3 .dropdown-menu,
.cid-uHdRCHVDF3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uHdRCHVDF3 .nav-item:focus,
.cid-uHdRCHVDF3 .nav-link:focus {
  outline: none;
}
.cid-uHdRCHVDF3 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uHdRCHVDF3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHdRCHVDF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHdRCHVDF3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHdRCHVDF3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHdRCHVDF3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHdRCHVDF3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-uHdRCHVDF3 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-uHdRCHVDF3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHdRCHVDF3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHdRCHVDF3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHdRCHVDF3 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uHdRCHVDF3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHdRCHVDF3 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uHdRCHVDF3 .navbar.collapsed {
  justify-content: center;
}
.cid-uHdRCHVDF3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHdRCHVDF3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHdRCHVDF3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-uHdRCHVDF3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHdRCHVDF3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHdRCHVDF3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uHdRCHVDF3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHdRCHVDF3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uHdRCHVDF3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHdRCHVDF3 .navbar .dropdown-menu {
    display: none;
  }
  .cid-uHdRCHVDF3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHdRCHVDF3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHdRCHVDF3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uHdRCHVDF3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHdRCHVDF3 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uHdRCHVDF3 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uHdRCHVDF3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHdRCHVDF3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHdRCHVDF3 .navbar .navbar-buttons,
  .cid-uHdRCHVDF3 .navbar .icons-menu {
    display: none;
  }
  .cid-uHdRCHVDF3 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uHdRCHVDF3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHdRCHVDF3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHdRCHVDF3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHdRCHVDF3 .dropdown-item.active,
.cid-uHdRCHVDF3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHdRCHVDF3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHdRCHVDF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHdRCHVDF3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHdRCHVDF3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHdRCHVDF3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHdRCHVDF3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHdRCHVDF3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uHdRCHVDF3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHdRCHVDF3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdRCHVDF3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHdRCHVDF3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHdRCHVDF3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdRCHVDF3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHdRCHVDF3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHdRCHVDF3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHdRCHVDF3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHdRCHVDF3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHdRCHVDF3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHdRCHVDF3 .navbar {
    height: 70px;
  }
  .cid-uHdRCHVDF3 .navbar.opened {
    height: auto;
  }
  .cid-uHdRCHVDF3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHdRCEiLSZ {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-uHdRCEiLSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdRCEiLSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdRCEiLSZ .title-wrapper {
  padding: 0 2rem;
}
.cid-uHdRCEiLSZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uHdRCEiLSZ .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uHdRCEiLSZ .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-uHdRCEiLSZ .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-uHdRCEiLSZ .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-uHdRCEiLSZ .mbr-section-title {
  color: #FFFFFF;
}
.cid-uHdRCEiLSZ .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uHdRCEiLSZ .mbr-section-title,
.cid-uHdRCEiLSZ .mbr-section-btn {
  text-align: center;
}
.cid-uHdRCEWvn2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uHdRCEWvn2 .card {
  background: #ffffff;
  border-radius: 3px;
}
.cid-uHdRCEWvn2 img {
  width: 100%;
  border-radius: 3px;
}
.cid-uHdRCEWvn2 .wrapper {
  padding: 3rem 1rem;
}
@media (max-width: 100px) {
  .cid-uHdRCEWvn2 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 20px) {
  .cid-uHdRCEWvn2 .wrapper {
    max-width: 570px;
    margin: auto;
    padding: 1rem 1;
  }
  .cid-uHdRCEWvn2 img {
    width: 140%;
    z-index: 2;
    position: relative;
  }
  .cid-uHdRCEWvn2 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-uHdRCEWvn2 img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .cid-uHdRCEWvn2 img {
    width: 100%;
  }
}
.cid-uHdRCEWvn2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-uHdRCEWvn2 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uHdRCEWvn2 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  width: 4.6rem;
  line-height: 1.2;
}
.cid-uHdRCEWvn2 ul {
  padding-left: 3.7rem!important;
}
.cid-uHdRCEWvn2 .mbr-text,
.cid-uHdRCEWvn2 .mbr-section-btn {
  color: #464646;
  text-align: left;
}
.cid-uHdRCEWvn2 .mbr-section-subtitle {
  color: #777777;
}
.cid-uHdRCFpjo2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uHdRCFpjo2 .mbr-iconfont {
  position: absolute;
  top: 3rem;
  right: 3.5rem;
  color: #ffffff;
  font-size: 4rem;
  z-index: 3;
  opacity: 0;
  transition: all 1s;
}
.cid-uHdRCFpjo2 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHdRCFpjo2 .item-wrapper:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55a41b;
  opacity: 0;
  z-index: 2;
  transition: all 1s;
  pointer-events: none;
}
.cid-uHdRCFpjo2 .item-wrapper:hover:before {
  opacity: 0.8;
}
.cid-uHdRCFpjo2 .item-wrapper:hover .item-content {
  opacity: 1;
}
.cid-uHdRCFpjo2 .item-wrapper:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(10px, -10px);
}
@media (max-width: 992px) {
  .cid-uHdRCFpjo2 .item-wrapper:before {
    opacity: 0.8 !important;
  }
  .cid-uHdRCFpjo2 .item-content {
    opacity: 1 !important;
  }
  .cid-uHdRCFpjo2 .mbr-iconfont {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
.cid-uHdRCFpjo2 .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  padding: 1rem 2rem;
  z-index: 3;
  opacity: 0;
}
.cid-uHdRCFpjo2 .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHdRCFpjo2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uHdRCFpjo2 .item:hover img {
  transform: scale(1.05);
}
.cid-uHdRCFpjo2 .item-img {
  overflow: hidden;
}
.cid-uHdRCFpjo2 img,
.cid-uHdRCFpjo2 .item-img {
  width: 100%;
  transition: all 1s;
  height: 200px;
  object-fit: cover;
}
.cid-uHdRCFpjo2 h5 {
  margin: 0;
}
.cid-uHdRCFpjo2 .item:focus,
.cid-uHdRCFpjo2 span:focus {
  outline: none;
}
.cid-uHdRCFpjo2 .mbr-section-title {
  color: #232323;
}
.cid-uHdRCFpjo2 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uHdRCFpjo2 .mbr-section-subtitle {
  text-align: center;
}
.cid-uHdY4NI8hW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHdY4NI8hW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdY4NI8hW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdY4NI8hW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHdY4NI8hW .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHdY4NI8hW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHdY4NI8hW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHdY4NI8hW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHdY4NI8hW .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uHdY4NI8hW .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHdY4NI8hW .item {
    margin-bottom: 28px;
  }
}
.cid-uHdY4NI8hW .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uHdY4NI8hW .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uHdY4NI8hW .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uHdY4NI8hW .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHdY4NI8hW .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uHdY4NI8hW .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHdY4NI8hW .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uHdY4NI8hW .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uHdY4NI8hW .mbr-text,
.cid-uHdY4NI8hW .text-wrapper {
  color: #353535;
  text-align: center;
}
.cid-uHdY4NI8hW .item-title {
  color: #ffffff;
}
.cid-uHdY4NI8hW .item-title,
.cid-uHdY4NI8hW .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-uHe3W3URvk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uHe3W3URvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHe3W3URvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHe3W3URvk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHe3W3URvk .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHe3W3URvk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHe3W3URvk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHe3W3URvk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHe3W3URvk .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uHe3W3URvk .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHe3W3URvk .item {
    margin-bottom: 28px;
  }
}
.cid-uHe3W3URvk .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uHe3W3URvk .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uHe3W3URvk .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uHe3W3URvk .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHe3W3URvk .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uHe3W3URvk .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uHe3W3URvk .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uHe3W3URvk .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uHe3W3URvk .mbr-text,
.cid-uHe3W3URvk .text-wrapper {
  color: #353535;
  text-align: center;
}
.cid-uHe3W3URvk .item-title {
  color: #ffffff;
}
.cid-uHe3W3URvk .item-title,
.cid-uHe3W3URvk .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-uHdRCGi6aY {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ebeced;
}
.cid-uHdRCGi6aY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdRCGi6aY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdRCGi6aY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHdRCGi6aY .container-fluid {
    padding: 0 30px;
  }
}
.cid-uHdRCGi6aY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHdRCGi6aY .container {
    padding: 0 30px;
  }
}
.cid-uHdRCGi6aY .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-uHdRCGi6aY .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-uHdRCGi6aY .video-block {
    padding: 0;
  }
}
.cid-uHdRCGi6aY .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-uHdRCGi6aY .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uHdRCGi6aY .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-uHdRCGi6aY .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-uHdRCGi6aY .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-uHdRCGi6aY .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-uHdRCGi6aY .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uHe7eHgM1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uHe7eHgM1k .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uHe7eHgM1k .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHe7eHgM1k .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHe7eHgM1k .container {
    padding: 0 20px;
  }
}
.cid-uHe7eHgM1k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 495px;
  max-width: 495px;
}
.cid-uHe7eHgM1k .embla__slide:nth-child(2n) {
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uHe7eHgM1k .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHe7eHgM1k .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 350px;
}
@media (max-width: 767px) {
  .cid-uHe7eHgM1k .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHe7eHgM1k .embla__slide .slide-content {
  width: 100%;
}
.cid-uHe7eHgM1k .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uHe7eHgM1k .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uHe7eHgM1k .embla__slide .slide-content .item-wrapper .item-img img {
  height: 495px;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uHe7eHgM1k .embla__button--next,
.cid-uHe7eHgM1k .embla__button--prev {
  display: flex;
}
.cid-uHe7eHgM1k .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHe7eHgM1k .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHe7eHgM1k .embla__button:hover {
  background-color: #82d7ff !important;
}
.cid-uHe7eHgM1k .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uHe7eHgM1k .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uHe7eHgM1k .embla {
  position: relative;
  width: 100%;
}
.cid-uHe7eHgM1k .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uHe7eHgM1k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHe7eHgM1k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHe7eHgM1k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHdRCGMi5v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uHdRCGMi5v [class^='socicon-']:before,
.cid-uHdRCGMi5v [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uHdRCGMi5v .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-uHdRCGMi5v .btn-social:hover {
  background: #55a41b;
}
.cid-uHdRCGMi5v .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uHdRCGMi5v .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uHdRCGMi5v .mbr-section-title {
  color: #2e6b75;
}
.cid-uHdRCGMi5v .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uHdRCGMi5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHdRCGMi5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHdRCGMi5v .mbr-section-title,
.cid-uHdRCGMi5v .mbr-social-likes {
  color: #515151;
}
.cid-uHdRCHjWZX {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-uHdRCHjWZX .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-uHdRCHjWZX .footer__content {
  margin-bottom: 30px;
}
.cid-uHdRCHjWZX .footer__content:last-child {
  margin-bottom: 0;
}
.cid-uHdRCHjWZX .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-uHdRCHjWZX .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-uHdRCHjWZX .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-uHdRCHjWZX .privacy {
    text-align: left;
  }
}
.cid-uHdRCHjWZX .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-uHdRCHjWZX .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-uHdRCHjWZX .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-uHdRCHjWZX .input-group-btn {
  padding-left: 0;
}
.cid-uHdRCHjWZX .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-uHdRCHjWZX .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-uHdRCHjWZX .mbr-form .btn {
  margin: 0;
}
.cid-uHdRCHjWZX input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-uHdRCHjWZX input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-uHdRCHjWZX .wrap {
    padding-bottom: 25px;
  }
  .cid-uHdRCHjWZX .divider {
    margin: 0 0 20px;
  }
}
.cid-v1M3DMWd2h {
  z-index: 1000;
  width: 100%;
}
.cid-v1M3DMWd2h nav.navbar {
  position: fixed;
}
.cid-v1M3DMWd2h .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-v1M3DMWd2h .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-v1M3DMWd2h .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-v1M3DMWd2h .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-v1M3DMWd2h .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-v1M3DMWd2h .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-v1M3DMWd2h .dropdown-item:hover,
.cid-v1M3DMWd2h .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-v1M3DMWd2h .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-v1M3DMWd2h .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-v1M3DMWd2h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-v1M3DMWd2h .nav-link {
  position: relative;
  line-height: 1;
}
.cid-v1M3DMWd2h .nav-link:hover {
  color: #55a41b !important;
}
.cid-v1M3DMWd2h .container {
  display: flex;
  margin: auto;
}
.cid-v1M3DMWd2h .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-v1M3DMWd2h .dropdown-menu,
.cid-v1M3DMWd2h .navbar.opened {
  background: #ffffff !important;
}
.cid-v1M3DMWd2h .nav-item:focus,
.cid-v1M3DMWd2h .nav-link:focus {
  outline: none;
}
.cid-v1M3DMWd2h .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-v1M3DMWd2h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1M3DMWd2h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1M3DMWd2h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M3DMWd2h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1M3DMWd2h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1M3DMWd2h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-v1M3DMWd2h .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-v1M3DMWd2h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1M3DMWd2h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1M3DMWd2h .navbar.opened {
  transition: all 0.3s;
}
.cid-v1M3DMWd2h .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-v1M3DMWd2h .navbar .navbar-logo img {
  width: auto;
}
.cid-v1M3DMWd2h .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v1M3DMWd2h .navbar.collapsed {
  justify-content: center;
}
.cid-v1M3DMWd2h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1M3DMWd2h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1M3DMWd2h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-v1M3DMWd2h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1M3DMWd2h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1M3DMWd2h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-v1M3DMWd2h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1M3DMWd2h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v1M3DMWd2h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1M3DMWd2h .navbar .dropdown-menu {
    display: none;
  }
  .cid-v1M3DMWd2h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1M3DMWd2h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1M3DMWd2h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-v1M3DMWd2h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1M3DMWd2h .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-v1M3DMWd2h .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-v1M3DMWd2h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1M3DMWd2h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1M3DMWd2h .navbar .navbar-buttons,
  .cid-v1M3DMWd2h .navbar .icons-menu {
    display: none;
  }
  .cid-v1M3DMWd2h .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-v1M3DMWd2h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1M3DMWd2h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1M3DMWd2h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1M3DMWd2h .dropdown-item.active,
.cid-v1M3DMWd2h .dropdown-item:active {
  background-color: transparent;
}
.cid-v1M3DMWd2h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1M3DMWd2h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1M3DMWd2h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1M3DMWd2h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1M3DMWd2h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1M3DMWd2h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1M3DMWd2h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-v1M3DMWd2h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1M3DMWd2h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M3DMWd2h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1M3DMWd2h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1M3DMWd2h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M3DMWd2h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1M3DMWd2h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1M3DMWd2h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M3DMWd2h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1M3DMWd2h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v1M3DMWd2h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1M3DMWd2h .navbar {
    height: 70px;
  }
  .cid-v1M3DMWd2h .navbar.opened {
    height: auto;
  }
  .cid-v1M3DMWd2h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1M3DNFTYm {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dermo-1-1800x1000.jpg");
}
.cid-v1M3DNFTYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M3DNFTYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M3DNFTYm .title-wrapper {
  padding: 0 2rem;
}
.cid-v1M3DNFTYm .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v1M3DNFTYm .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-v1M3DNFTYm .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-v1M3DNFTYm .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v1M3DNFTYm .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-v1M3DNFTYm .mbr-section-title {
  color: #FFFFFF;
}
.cid-v1M3DNFTYm .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-v1M3DNFTYm .mbr-section-title,
.cid-v1M3DNFTYm .mbr-section-btn {
  text-align: center;
}
.cid-v2eUXMYZZ2.popup-builder {
  background-color: #ffffff;
}
.cid-v2eUXMYZZ2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v2eUXMYZZ2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v2eUXMYZZ2 .modal-content,
.cid-v2eUXMYZZ2 .modal-dialog {
  height: auto;
}
.cid-v2eUXMYZZ2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v2eUXMYZZ2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v2eUXMYZZ2 .form-wrapper .mbr-form .form-group,
  .cid-v2eUXMYZZ2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v2eUXMYZZ2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v2eUXMYZZ2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2eUXMYZZ2 .mbr-text {
  text-align: center;
}
.cid-v2eUXMYZZ2 .pt-0 {
  padding-top: 0 !important;
}
.cid-v2eUXMYZZ2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v2eUXMYZZ2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v2eUXMYZZ2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v2eUXMYZZ2 .modal-open {
  overflow: hidden;
}
.cid-v2eUXMYZZ2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v2eUXMYZZ2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v2eUXMYZZ2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v2eUXMYZZ2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v2eUXMYZZ2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v2eUXMYZZ2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v2eUXMYZZ2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v2eUXMYZZ2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v2eUXMYZZ2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v2eUXMYZZ2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v2eUXMYZZ2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v2eUXMYZZ2 .modal-backdrop.show {
  opacity: .5;
}
.cid-v2eUXMYZZ2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v2eUXMYZZ2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2eUXMYZZ2 .modal-header {
    padding: 1rem;
  }
}
.cid-v2eUXMYZZ2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v2eUXMYZZ2 .modal-header .close svg {
  fill: #f1eeee;
}
.cid-v2eUXMYZZ2 .modal-header .close:hover {
  opacity: 1;
}
.cid-v2eUXMYZZ2 .modal-header .close:focus {
  outline: none;
}
.cid-v2eUXMYZZ2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v2eUXMYZZ2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v2eUXMYZZ2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2eUXMYZZ2 .modal-body {
    padding: 1rem;
  }
}
.cid-v2eUXMYZZ2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v2eUXMYZZ2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2eUXMYZZ2 .modal-footer {
    padding: 1rem;
  }
}
.cid-v2eUXMYZZ2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v2eUXMYZZ2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v2eUXMYZZ2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v2eUXMYZZ2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v2eUXMYZZ2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v2eUXMYZZ2 .modal-lg,
  .cid-v2eUXMYZZ2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v2eUXMYZZ2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v2eUXMYZZ2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v2eUXMYZZ2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v2eUXMYZZ2 .form-group {
  margin-bottom: 1rem;
}
.cid-v2eUXMYZZ2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v2eUXMYZZ2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v2eUXMYZZ2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v2eUXMYZZ2 .mbr-section-btn {
  margin: 0;
}
.cid-v2eUXMYZZ2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v1M3Zm6Uzi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v1M3Zm6Uzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M3Zm6Uzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M3Zm6Uzi .card-wrapper {
  background-color: #fafafa;
  padding: 95px 64px 0;
  margin: 6px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1M3Zm6Uzi .card-wrapper {
    padding: 48px 24px 0;
    margin: 3px 0;
  }
}
.cid-v1M3Zm6Uzi .card-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1M3Zm6Uzi .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v1M3Zm6Uzi .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1M3Zm6Uzi .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v1M3Zm6Uzi .card-wrapper .image-wrapper {
  margin-top: 110px;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .cid-v1M3Zm6Uzi .card-wrapper .image-wrapper {
    margin-top: 24px;
    margin-bottom: -2rem;
  }
}
.cid-v1M3Zm6Uzi .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 490px;
  height: 580px;
  object-fit: cover;
  box-shadow: 40px 54px 40px #9c9c9d;
}
@media (max-width: 992px) {
  .cid-v1M3Zm6Uzi .card-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-v1M3Zm6Uzi .mbr-section-title {
  color: #000000;
}
.cid-v1M3Zm6Uzi .mbr-text,
.cid-v1M3Zm6Uzi .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v1M3Zm6Uzi .mbr-section-title,
.cid-v1M3Zm6Uzi .mbr-section-btn,
.cid-v1M3Zm6Uzi .image-wrapper {
  text-align: center;
}
.cid-v1M3DS59sp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1M3DS59sp [class^='socicon-']:before,
.cid-v1M3DS59sp [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v1M3DS59sp .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-v1M3DS59sp .btn-social:hover {
  background: #55a41b;
}
.cid-v1M3DS59sp .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v1M3DS59sp .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v1M3DS59sp .mbr-section-title {
  color: #2e6b75;
}
.cid-v1M3DS59sp .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v1M3DS59sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M3DS59sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M3DS59sp .mbr-section-title,
.cid-v1M3DS59sp .mbr-social-likes {
  color: #515151;
}
.cid-v1M3DSzU96 {
  text-align: center;
  overflow: hidden;
}
.cid-v1M3DSzU96 .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-v1M3DSYCgf {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-v1M3DSYCgf .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-v1M3DSYCgf .footer__content {
  margin-bottom: 30px;
}
.cid-v1M3DSYCgf .footer__content:last-child {
  margin-bottom: 0;
}
.cid-v1M3DSYCgf .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-v1M3DSYCgf .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-v1M3DSYCgf .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-v1M3DSYCgf .privacy {
    text-align: left;
  }
}
.cid-v1M3DSYCgf .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-v1M3DSYCgf .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-v1M3DSYCgf .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-v1M3DSYCgf .input-group-btn {
  padding-left: 0;
}
.cid-v1M3DSYCgf .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-v1M3DSYCgf .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-v1M3DSYCgf .mbr-form .btn {
  margin: 0;
}
.cid-v1M3DSYCgf input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-v1M3DSYCgf input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-v1M3DSYCgf .wrap {
    padding-bottom: 25px;
  }
  .cid-v1M3DSYCgf .divider {
    margin: 0 0 20px;
  }
}
.cid-v4knVY9XOR {
  z-index: 1000;
  width: 100%;
}
.cid-v4knVY9XOR nav.navbar {
  position: fixed;
}
.cid-v4knVY9XOR .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-v4knVY9XOR .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-v4knVY9XOR .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-v4knVY9XOR .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-v4knVY9XOR .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-v4knVY9XOR .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-v4knVY9XOR .dropdown-item:hover,
.cid-v4knVY9XOR .dropdown-item:focus {
  background: rgba(85, 164, 27, 0.1) !important;
  color: #55a41b !important;
}
.cid-v4knVY9XOR .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-v4knVY9XOR .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-v4knVY9XOR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-v4knVY9XOR .nav-link {
  position: relative;
  line-height: 1;
}
.cid-v4knVY9XOR .nav-link:hover {
  color: #55a41b !important;
}
.cid-v4knVY9XOR .container {
  display: flex;
  margin: auto;
}
.cid-v4knVY9XOR .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-v4knVY9XOR .dropdown-menu,
.cid-v4knVY9XOR .navbar.opened {
  background: #ffffff !important;
}
.cid-v4knVY9XOR .nav-item:focus,
.cid-v4knVY9XOR .nav-link:focus {
  outline: none;
}
.cid-v4knVY9XOR .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-v4knVY9XOR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4knVY9XOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4knVY9XOR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4knVY9XOR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4knVY9XOR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4knVY9XOR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(79, 176, 8, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.cid-v4knVY9XOR .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.cid-v4knVY9XOR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4knVY9XOR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4knVY9XOR .navbar.opened {
  transition: all 0.3s;
}
.cid-v4knVY9XOR .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-v4knVY9XOR .navbar .navbar-logo img {
  width: auto;
}
.cid-v4knVY9XOR .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v4knVY9XOR .navbar.collapsed {
  justify-content: center;
}
.cid-v4knVY9XOR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4knVY9XOR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4knVY9XOR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(120.5vh - 3.4rem);
  }
}
.cid-v4knVY9XOR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4knVY9XOR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4knVY9XOR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-v4knVY9XOR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4knVY9XOR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v4knVY9XOR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4knVY9XOR .navbar .dropdown-menu {
    display: none;
  }
  .cid-v4knVY9XOR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4knVY9XOR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4knVY9XOR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-v4knVY9XOR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4knVY9XOR .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-v4knVY9XOR .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-v4knVY9XOR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4knVY9XOR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4knVY9XOR .navbar .navbar-buttons,
  .cid-v4knVY9XOR .navbar .icons-menu {
    display: none;
  }
  .cid-v4knVY9XOR .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-v4knVY9XOR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4knVY9XOR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4knVY9XOR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4knVY9XOR .dropdown-item.active,
.cid-v4knVY9XOR .dropdown-item:active {
  background-color: transparent;
}
.cid-v4knVY9XOR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4knVY9XOR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4knVY9XOR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4knVY9XOR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4knVY9XOR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4knVY9XOR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4knVY9XOR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-v4knVY9XOR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4knVY9XOR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4knVY9XOR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4knVY9XOR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4knVY9XOR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4knVY9XOR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4knVY9XOR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4knVY9XOR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4knVY9XOR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4knVY9XOR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v4knVY9XOR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4knVY9XOR .navbar {
    height: 70px;
  }
  .cid-v4knVY9XOR .navbar.opened {
    height: auto;
  }
  .cid-v4knVY9XOR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4knVYVo2y {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/banner-canfield-2-1800x690.jpg");
}
.cid-v4knVYVo2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4knVYVo2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4knVYVo2y .title-wrapper {
  padding: 0 2rem;
}
.cid-v4knVYVo2y .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v4knVYVo2y .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-v4knVYVo2y .title-wrapper .mbr-section-title span {
  color: #1c314e;
}
.cid-v4knVYVo2y .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-v4knVYVo2y .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-v4knVYVo2y .mbr-section-title {
  color: #FFFFFF;
}
.cid-v4knVYVo2y .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-v4knVYVo2y .mbr-section-title,
.cid-v4knVYVo2y .mbr-section-btn {
  text-align: center;
}
.cid-v4kp0Limpl.popup-builder {
  background-color: #ffffff;
}
.cid-v4kp0Limpl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v4kp0Limpl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v4kp0Limpl .modal-content,
.cid-v4kp0Limpl .modal-dialog {
  height: auto;
}
.cid-v4kp0Limpl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v4kp0Limpl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v4kp0Limpl .form-wrapper .mbr-form .form-group,
  .cid-v4kp0Limpl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v4kp0Limpl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v4kp0Limpl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4kp0Limpl .mbr-text {
  text-align: center;
}
.cid-v4kp0Limpl .pt-0 {
  padding-top: 0 !important;
}
.cid-v4kp0Limpl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v4kp0Limpl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v4kp0Limpl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v4kp0Limpl .modal-open {
  overflow: hidden;
}
.cid-v4kp0Limpl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v4kp0Limpl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v4kp0Limpl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v4kp0Limpl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v4kp0Limpl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v4kp0Limpl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v4kp0Limpl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v4kp0Limpl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v4kp0Limpl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v4kp0Limpl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v4kp0Limpl .modal-backdrop.fade {
  opacity: 0;
}
.cid-v4kp0Limpl .modal-backdrop.show {
  opacity: .5;
}
.cid-v4kp0Limpl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v4kp0Limpl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4kp0Limpl .modal-header {
    padding: 1rem;
  }
}
.cid-v4kp0Limpl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v4kp0Limpl .modal-header .close svg {
  fill: #f1eeee;
}
.cid-v4kp0Limpl .modal-header .close:hover {
  opacity: 1;
}
.cid-v4kp0Limpl .modal-header .close:focus {
  outline: none;
}
.cid-v4kp0Limpl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v4kp0Limpl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v4kp0Limpl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4kp0Limpl .modal-body {
    padding: 1rem;
  }
}
.cid-v4kp0Limpl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v4kp0Limpl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4kp0Limpl .modal-footer {
    padding: 1rem;
  }
}
.cid-v4kp0Limpl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v4kp0Limpl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v4kp0Limpl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v4kp0Limpl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v4kp0Limpl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v4kp0Limpl .modal-lg,
  .cid-v4kp0Limpl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v4kp0Limpl .modal-xl {
    max-width: 1140px;
  }
}
.cid-v4kp0Limpl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v4kp0Limpl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v4kp0Limpl .form-group {
  margin-bottom: 1rem;
}
.cid-v4kp0Limpl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v4kp0Limpl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v4kp0Limpl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v4kp0Limpl .mbr-section-btn {
  margin: 0;
}
.cid-v4kp0Limpl .mbr-section-btn .btn {
  margin: 0;
}
.cid-v4knW5IePk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #d8dadb;
}
.cid-v4knW5IePk .logo__image {
  width: 150px;
  object-fit: cover;
}
.cid-v4knW5IePk .footer__content {
  margin-bottom: 30px;
}
.cid-v4knW5IePk .footer__content:last-child {
  margin-bottom: 0;
}
.cid-v4knW5IePk .title__address {
  margin-bottom: 20px;
  color: #515151;
}
.cid-v4knW5IePk .work__address {
  margin-bottom: 0;
  color: #515151;
}
.cid-v4knW5IePk .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-v4knW5IePk .privacy {
    text-align: left;
  }
}
.cid-v4knW5IePk .divider {
  background-color: #888888;
  opacity: 0.1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-v4knW5IePk .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-v4knW5IePk .form-control {
  height: 50px;
  border: none !important;
  padding: 14px 18px;
  background-color: #515151 !important;
  font-size: 16px;
  color: #191f23;
}
.cid-v4knW5IePk .input-group-btn {
  padding-left: 0;
}
.cid-v4knW5IePk .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-v4knW5IePk .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-v4knW5IePk .mbr-form .btn {
  margin: 0;
}
.cid-v4knW5IePk input::-webkit-input-placeholder {
  color: #191f23;
  opacity: 0.8;
}
.cid-v4knW5IePk input::-moz-placeholder {
  color: #191f23;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-v4knW5IePk .wrap {
    padding-bottom: 25px;
  }
  .cid-v4knW5IePk .divider {
    margin: 0 0 20px;
  }
}
.cid-v4kB6bkKI1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v4kB6bkKI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4kB6bkKI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4kB6bkKI1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4kB6bkKI1 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v4kB6bkKI1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4kB6bkKI1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4kB6bkKI1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4kB6bkKI1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v4kB6bkKI1 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v4kB6bkKI1 .item {
    margin-bottom: 28px;
  }
}
.cid-v4kB6bkKI1 .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v4kB6bkKI1 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v4kB6bkKI1 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-v4kB6bkKI1 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4kB6bkKI1 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-v4kB6bkKI1 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v4kB6bkKI1 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v4kB6bkKI1 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-v4kB6bkKI1 .mbr-text,
.cid-v4kB6bkKI1 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v4kB6bkKI1 .item-title {
  color: #ffffff;
}
.cid-v4kB6bkKI1 .item-title,
.cid-v4kB6bkKI1 .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-v4kDtsBYOG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v4kDtsBYOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4kDtsBYOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4kDtsBYOG .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4kDtsBYOG .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v4kDtsBYOG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4kDtsBYOG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4kDtsBYOG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4kDtsBYOG .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v4kDtsBYOG .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v4kDtsBYOG .item {
    margin-bottom: 28px;
  }
}
.cid-v4kDtsBYOG .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v4kDtsBYOG .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-v4kDtsBYOG .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-v4kDtsBYOG .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4kDtsBYOG .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-v4kDtsBYOG .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v4kDtsBYOG .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v4kDtsBYOG .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-v4kDtsBYOG .mbr-text,
.cid-v4kDtsBYOG .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v4kDtsBYOG .item-title {
  color: #ffffff;
}
.cid-v4kDtsBYOG .item-title,
.cid-v4kDtsBYOG .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-v4knW4yVwJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4knW4yVwJ [class^='socicon-']:before,
.cid-v4knW4yVwJ [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-v4knW4yVwJ .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #55a41b;
  transition: all 0.3s;
  border-color: #55a41b;
}
.cid-v4knW4yVwJ .btn-social:hover {
  background: #55a41b;
}
.cid-v4knW4yVwJ .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v4knW4yVwJ .btn-social:hover span {
  color: #ffffff !important;
}
.cid-v4knW4yVwJ .mbr-section-title {
  color: #2e6b75;
}
.cid-v4knW4yVwJ .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-v4knW4yVwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4knW4yVwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4knW4yVwJ .mbr-section-title,
.cid-v4knW4yVwJ .mbr-social-likes {
  color: #515151;
}
