@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e6013b !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e6013b !important;
  border-color: #e6013b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9a0127 !important;
  border-color: #9a0127 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9a0127 !important;
  border-color: #9a0127 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #800121;
  color: #800121;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e6013b;
  border-color: #e6013b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6013b !important;
  border-color: #e6013b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e6013b !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #800121 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e6013b;
  border-color: #e6013b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e6013b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffb4c7;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e6013b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e6013b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e6013b;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e6013b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e6013b;
  border-bottom-color: #e6013b;
}
.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: #e6013b !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23e6013b' %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.3;
}
.cid-s8cfMMewER {
  background-image: url("../../../assets/images/bg3.webp");
}
.cid-s2Lp8lzG7Q .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-s2Lp8lzG7Q .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-s2Lp8lzG7Q a {
  font-style: normal;
}
.cid-s2Lp8lzG7Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2Lp8lzG7Q .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2Lp8lzG7Q .nav-item:focus,
.cid-s2Lp8lzG7Q .nav-link:focus {
  outline: none;
}
.cid-s2Lp8lzG7Q .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2Lp8lzG7Q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2Lp8lzG7Q .menu-logo {
  margin-right: auto;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2Lp8lzG7Q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2Lp8lzG7Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2Lp8lzG7Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2Lp8lzG7Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2Lp8lzG7Q .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2Lp8lzG7Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2Lp8lzG7Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2Lp8lzG7Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2Lp8lzG7Q .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s2Lp8lzG7Q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2Lp8lzG7Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2Lp8lzG7Q button.navbar-toggler:focus {
  outline: none;
}
.cid-s2Lp8lzG7Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2Lp8lzG7Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2Lp8lzG7Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2Lp8lzG7Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2Lp8lzG7Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2Lp8lzG7Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2Lp8lzG7Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2Lp8lzG7Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2Lp8lzG7Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2Lp8lzG7Q .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2Lp8lzG7Q .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.collapsing,
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2Lp8lzG7Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2Lp8lzG7Q .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2Lp8lzG7Q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2Lp8lzG7Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2Lp8lzG7Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2Lp8lzG7Q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2Lp8lzG7Q .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2Lp8lzG7Q img {
    height: 3.8rem !important;
  }
  .cid-s2Lp8lzG7Q .btn {
    display: -webkit-flex;
  }
  .cid-s2Lp8lzG7Q button.navbar-toggler {
    display: block;
  }
  .cid-s2Lp8lzG7Q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2Lp8lzG7Q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse.collapsing,
  .cid-s2Lp8lzG7Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse.collapsing .navbar-nav,
  .cid-s2Lp8lzG7Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2Lp8lzG7Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2Lp8lzG7Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2Lp8lzG7Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2Lp8lzG7Q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2Lp8lzG7Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2Lp8lzG7Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2Lp8lzG7Q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2Lp8lzG7Q .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2Lp8lzG7Q .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2Lp8lzG7Q .nav-link:hover,
.cid-s2Lp8lzG7Q .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s8cpjuCRnV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8cpjuCRnV .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8cpjuCRnV .section-text {
  padding: 2rem 0;
}
.cid-s8cpjuCRnV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8cpjuCRnV .inner-container {
    width: 100% !important;
  }
}
.cid-s2RdSd3X1x {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2RdSd3X1x .card-box {
  padding: 0 2rem;
}
.cid-s2RdSd3X1x .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s2RdSd3X1x .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s2RdSd3X1x h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s2RdSd3X1x p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s2RdSd3X1x .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s2RdSd3X1x .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s2RdSd3X1x .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s2RdSd3X1x .card-title {
  text-align: center;
}
.cid-s8coIRrbFo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s8coIRrbFo .card-box {
  padding: 0 2rem;
}
.cid-s8coIRrbFo .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s8coIRrbFo .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s8coIRrbFo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s8coIRrbFo p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s8coIRrbFo .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s8coIRrbFo .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s8coIRrbFo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s8coIRrbFo .card-title {
  text-align: center;
}
.cid-s8rbRzpzmK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8rbRzpzmK .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8rbRzpzmK .section-text {
  padding: 2rem 0;
}
.cid-s8rbRzpzmK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8rbRzpzmK .inner-container {
    width: 100% !important;
  }
}
.cid-s8tHjmT53y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8tHjmT53y .mbr-text,
.cid-s8tHjmT53y blockquote {
  color: #767676;
}
.cid-s8tHjmT53y .mbr-text P {
  text-align: center;
}
.cid-s8rbSJcAfd {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8rbSJcAfd .counter-container {
  color: #767676;
}
.cid-s8rbSJcAfd .counter-container ul {
  margin-bottom: 0;
}
.cid-s8rbSJcAfd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s8rbSJcAfd .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #e6013b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s8tEI5WzH5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8tEI5WzH5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8tEI5WzH5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8tEI5WzH5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8tEI5WzH5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8tEI5WzH5 .row > .row {
  display: block;
}
.cid-s8tEI5WzH5 .mbr-gallery-item {
  width: 100%;
}
.cid-s8tEI5WzH5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s8tEI5WzH5 .mbr-gallery-item > div {
  position: relative;
}
.cid-s8tEI5WzH5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8tEI5WzH5 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-s8tEI5WzH5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8tEI5WzH5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s2VUORUzGM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2VUORUzGM .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s2VUORUzGM .icon-block {
  margin-bottom: 10px;
}
.cid-s2VUORUzGM .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2VUORUzGM .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s2VUORUzGM .mbr-text {
  color: #767676;
}
.cid-s2VUORUzGM textarea.form-control {
  min-height: 100px;
}
.cid-s2VUORUzGM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s2VUORUzGM .google-map {
  height: 31rem;
  position: relative;
}
.cid-s2VUORUzGM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s2VUORUzGM .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-s2VUORUzGM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s2VUORUzGM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s2VUORUzGM h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s2VUORUzGM .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s2VUORUzGM .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-s8o6ixhDA3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/m-51-main-v1584383209.webp");
}
.cid-s8d4eR3tib {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s8d4eR3tib .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8d4eR3tib .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8d4eR3tib .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8d4eR3tib .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s8d4eR3tib .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s8d4eR3tib .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s8d4eR3tib .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s8d4eR3tib .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s8d4eR3tib .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s8d4eR3tib .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8d4eR3tib .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s8d4eR3tib .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s8d4eR3tib .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s8d4eR3tib .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s2Lp8lzG7Q .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-s2Lp8lzG7Q .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-s2Lp8lzG7Q a {
  font-style: normal;
}
.cid-s2Lp8lzG7Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2Lp8lzG7Q .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2Lp8lzG7Q .nav-item:focus,
.cid-s2Lp8lzG7Q .nav-link:focus {
  outline: none;
}
.cid-s2Lp8lzG7Q .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2Lp8lzG7Q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2Lp8lzG7Q .menu-logo {
  margin-right: auto;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2Lp8lzG7Q .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2Lp8lzG7Q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2Lp8lzG7Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2Lp8lzG7Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2Lp8lzG7Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2Lp8lzG7Q .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2Lp8lzG7Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2Lp8lzG7Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2Lp8lzG7Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2Lp8lzG7Q .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s2Lp8lzG7Q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2Lp8lzG7Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2Lp8lzG7Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2Lp8lzG7Q button.navbar-toggler:focus {
  outline: none;
}
.cid-s2Lp8lzG7Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2Lp8lzG7Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2Lp8lzG7Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2Lp8lzG7Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2Lp8lzG7Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2Lp8lzG7Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2Lp8lzG7Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2Lp8lzG7Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2Lp8lzG7Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2Lp8lzG7Q .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2Lp8lzG7Q .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.collapsing,
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2Lp8lzG7Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2Lp8lzG7Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2Lp8lzG7Q .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2Lp8lzG7Q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2Lp8lzG7Q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2Lp8lzG7Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2Lp8lzG7Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2Lp8lzG7Q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2Lp8lzG7Q .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2Lp8lzG7Q img {
    height: 3.8rem !important;
  }
  .cid-s2Lp8lzG7Q .btn {
    display: -webkit-flex;
  }
  .cid-s2Lp8lzG7Q button.navbar-toggler {
    display: block;
  }
  .cid-s2Lp8lzG7Q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2Lp8lzG7Q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse.collapsing,
  .cid-s2Lp8lzG7Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse.collapsing .navbar-nav,
  .cid-s2Lp8lzG7Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2Lp8lzG7Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2Lp8lzG7Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2Lp8lzG7Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2Lp8lzG7Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2Lp8lzG7Q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2Lp8lzG7Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2Lp8lzG7Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2Lp8lzG7Q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2Lp8lzG7Q .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2Lp8lzG7Q .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2Lp8lzG7Q .nav-link:hover,
.cid-s2Lp8lzG7Q .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s8okpI2eyn {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/m-51-main-v1584383209.webp");
}
.cid-s8okpI2eyn H2 {
  text-align: center;
}
.cid-s8olejEa7U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8olejEa7U .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8olejEa7U .section-text {
  padding: 2rem 0;
}
.cid-s8olejEa7U .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8olejEa7U .inner-container {
    width: 100% !important;
  }
}
.cid-s8oJK1L9DD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8oJK1L9DD .mbr-section-subtitle {
  color: #767676;
}
.cid-s8tQdkeZ6O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s8tQdkeZ6O .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8tQdkeZ6O .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8tQdkeZ6O .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8tQdkeZ6O .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8tQdkeZ6O .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s8tQdkeZ6O .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8tQdkeZ6O .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s8tQdkeZ6O .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8tQdkeZ6O .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s8okW3nq5Y {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8okW3nq5Y .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8okW3nq5Y .section-text {
  padding: 2rem 0;
}
.cid-s8okW3nq5Y .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8okW3nq5Y .inner-container {
    width: 100% !important;
  }
}
.cid-s8okX4SPGO {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8okX4SPGO .card-box {
  padding: 0 2rem;
}
.cid-s8okX4SPGO .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s8okX4SPGO .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s8okX4SPGO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s8okX4SPGO p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s8okX4SPGO .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s8okX4SPGO .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s8okX4SPGO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s8okX4SPGO .card-title {
  text-align: center;
}
.cid-s8okYbrK1Q {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s8okYbrK1Q .card-box {
  padding: 0 2rem;
}
.cid-s8okYbrK1Q .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s8okYbrK1Q .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s8okYbrK1Q h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s8okYbrK1Q p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s8okYbrK1Q .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s8okYbrK1Q .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s8okYbrK1Q .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s8okYbrK1Q .card-title {
  text-align: center;
}
.cid-s8rgn323pP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8rgn323pP .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8rgn323pP .section-text {
  padding: 2rem 0;
}
.cid-s8rgn323pP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8rgn323pP .inner-container {
    width: 100% !important;
  }
}
.cid-s8tHFdmgbv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8tHFdmgbv .mbr-text,
.cid-s8tHFdmgbv blockquote {
  color: #767676;
}
.cid-s8tHFdmgbv .mbr-text P {
  text-align: center;
}
.cid-s8rgnXZixB {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8rgnXZixB .counter-container {
  color: #767676;
}
.cid-s8rgnXZixB .counter-container ul {
  margin-bottom: 0;
}
.cid-s8rgnXZixB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s8rgnXZixB .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #e6013b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s8tHRluEKr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8tHRluEKr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8tHRluEKr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8tHRluEKr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8tHRluEKr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8tHRluEKr .row > .row {
  display: block;
}
.cid-s8tHRluEKr .mbr-gallery-item {
  width: 100%;
}
.cid-s8tHRluEKr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s8tHRluEKr .mbr-gallery-item > div {
  position: relative;
}
.cid-s8tHRluEKr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8tHRluEKr .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-s8tHRluEKr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8tHRluEKr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s8okZajT30 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8okZajT30 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s8okZajT30 .icon-block {
  margin-bottom: 10px;
}
.cid-s8okZajT30 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-s8okZajT30 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s8okZajT30 .mbr-text {
  color: #767676;
}
.cid-s8okZajT30 textarea.form-control {
  min-height: 100px;
}
.cid-s8okZajT30 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s8okZajT30 .google-map {
  height: 31rem;
  position: relative;
}
.cid-s8okZajT30 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s8okZajT30 .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-s8okZajT30 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s8okZajT30 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s8okZajT30 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s8okZajT30 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s8okZajT30 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-s8tUc5aBOQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/m-51-main-v1584383209.webp");
}
.cid-s8d4eR3tib {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s8d4eR3tib .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8d4eR3tib .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8d4eR3tib .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8d4eR3tib .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s8d4eR3tib .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s8d4eR3tib .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s8d4eR3tib .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s8d4eR3tib .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s8d4eR3tib .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s8d4eR3tib .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8d4eR3tib .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s8d4eR3tib .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s8d4eR3tib .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s8d4eR3tib .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s8oOIwsEnm .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-s8oOIwsEnm .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-s8oOIwsEnm a {
  font-style: normal;
}
.cid-s8oOIwsEnm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s8oOIwsEnm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s8oOIwsEnm .nav-item:focus,
.cid-s8oOIwsEnm .nav-link:focus {
  outline: none;
}
.cid-s8oOIwsEnm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s8oOIwsEnm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s8oOIwsEnm .menu-logo {
  margin-right: auto;
}
.cid-s8oOIwsEnm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8oOIwsEnm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s8oOIwsEnm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s8oOIwsEnm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s8oOIwsEnm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s8oOIwsEnm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s8oOIwsEnm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s8oOIwsEnm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s8oOIwsEnm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s8oOIwsEnm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8oOIwsEnm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s8oOIwsEnm .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s8oOIwsEnm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s8oOIwsEnm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s8oOIwsEnm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s8oOIwsEnm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s8oOIwsEnm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s8oOIwsEnm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s8oOIwsEnm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s8oOIwsEnm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s8oOIwsEnm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s8oOIwsEnm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s8oOIwsEnm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s8oOIwsEnm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s8oOIwsEnm button.navbar-toggler:focus {
  outline: none;
}
.cid-s8oOIwsEnm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s8oOIwsEnm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8oOIwsEnm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8oOIwsEnm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8oOIwsEnm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8oOIwsEnm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8oOIwsEnm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8oOIwsEnm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8oOIwsEnm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8oOIwsEnm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s8oOIwsEnm .collapsed .btn {
  display: -webkit-flex;
}
.cid-s8oOIwsEnm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s8oOIwsEnm .collapsed .navbar-collapse.collapsing,
.cid-s8oOIwsEnm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s8oOIwsEnm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s8oOIwsEnm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s8oOIwsEnm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s8oOIwsEnm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s8oOIwsEnm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s8oOIwsEnm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s8oOIwsEnm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s8oOIwsEnm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s8oOIwsEnm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s8oOIwsEnm .collapsed button.navbar-toggler {
  display: block;
}
.cid-s8oOIwsEnm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s8oOIwsEnm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s8oOIwsEnm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s8oOIwsEnm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s8oOIwsEnm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s8oOIwsEnm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s8oOIwsEnm .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s8oOIwsEnm img {
    height: 3.8rem !important;
  }
  .cid-s8oOIwsEnm .btn {
    display: -webkit-flex;
  }
  .cid-s8oOIwsEnm button.navbar-toggler {
    display: block;
  }
  .cid-s8oOIwsEnm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s8oOIwsEnm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s8oOIwsEnm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s8oOIwsEnm .navbar-collapse.collapsing,
  .cid-s8oOIwsEnm .navbar-collapse.show {
    display: block !important;
  }
  .cid-s8oOIwsEnm .navbar-collapse.collapsing .navbar-nav,
  .cid-s8oOIwsEnm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s8oOIwsEnm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s8oOIwsEnm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s8oOIwsEnm .navbar-collapse.collapsing .navbar-buttons,
  .cid-s8oOIwsEnm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s8oOIwsEnm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s8oOIwsEnm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s8oOIwsEnm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s8oOIwsEnm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s8oOIwsEnm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s8oOIwsEnm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s8oOIwsEnm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s8oOIwsEnm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s8oOIwsEnm .nav-link:hover,
.cid-s8oOIwsEnm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s8oOIzug4r {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/m-51-main-v1584383209.webp");
}
.cid-s8oOIzug4r H2 {
  text-align: center;
}
.cid-s8oOIBx5bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8oOIBx5bg .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8oOIBx5bg .section-text {
  padding: 2rem 0;
}
.cid-s8oOIBx5bg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8oOIBx5bg .inner-container {
    width: 100% !important;
  }
}
.cid-s8oOICEr44 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8oOICEr44 .mbr-section-subtitle {
  color: #767676;
}
.cid-s8tVC4EVdC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8tVC4EVdC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8tVC4EVdC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8tVC4EVdC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8tVC4EVdC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8tVC4EVdC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s8tVC4EVdC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8tVC4EVdC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s8tVC4EVdC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8tVC4EVdC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s8oOIHZIAY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8oOIHZIAY .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8oOIHZIAY .section-text {
  padding: 2rem 0;
}
.cid-s8oOIHZIAY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8oOIHZIAY .inner-container {
    width: 100% !important;
  }
}
.cid-s8oOIJx9FG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8oOIJx9FG .card-box {
  padding: 0 2rem;
}
.cid-s8oOIJx9FG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s8oOIJx9FG .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s8oOIJx9FG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s8oOIJx9FG p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s8oOIJx9FG .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s8oOIJx9FG .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s8oOIJx9FG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s8oOIJx9FG .card-title {
  text-align: center;
}
.cid-s8oOIM4kqZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s8oOIM4kqZ .card-box {
  padding: 0 2rem;
}
.cid-s8oOIM4kqZ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s8oOIM4kqZ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s8oOIM4kqZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s8oOIM4kqZ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s8oOIM4kqZ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s8oOIM4kqZ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s8oOIM4kqZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s8oOIM4kqZ .card-title {
  text-align: center;
}
.cid-s8rm399phs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8rm399phs .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8rm399phs .section-text {
  padding: 2rem 0;
}
.cid-s8rm399phs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8rm399phs .inner-container {
    width: 100% !important;
  }
}
.cid-s8tUugd6w0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8tUugd6w0 .mbr-text,
.cid-s8tUugd6w0 blockquote {
  color: #767676;
}
.cid-s8tUugd6w0 .mbr-text P {
  text-align: center;
}
.cid-s8rm48djqs {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8rm48djqs .counter-container {
  color: #767676;
}
.cid-s8rm48djqs .counter-container ul {
  margin-bottom: 0;
}
.cid-s8rm48djqs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s8rm48djqs .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #e6013b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s8tX3N9QkZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8tX3N9QkZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8tX3N9QkZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8tX3N9QkZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8tX3N9QkZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8tX3N9QkZ .row > .row {
  display: block;
}
.cid-s8tX3N9QkZ .mbr-gallery-item {
  width: 100%;
}
.cid-s8tX3N9QkZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s8tX3N9QkZ .mbr-gallery-item > div {
  position: relative;
}
.cid-s8tX3N9QkZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8tX3N9QkZ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-s8tX3N9QkZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8tX3N9QkZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s8oOINF7uV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8oOINF7uV .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s8oOINF7uV .icon-block {
  margin-bottom: 10px;
}
.cid-s8oOINF7uV .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-s8oOINF7uV .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s8oOINF7uV .mbr-text {
  color: #767676;
}
.cid-s8oOINF7uV textarea.form-control {
  min-height: 100px;
}
.cid-s8oOINF7uV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s8oOINF7uV .google-map {
  height: 31rem;
  position: relative;
}
.cid-s8oOINF7uV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s8oOINF7uV .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-s8oOINF7uV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s8oOINF7uV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s8oOINF7uV h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s8oOINF7uV .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s8oOINF7uV .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-s8tUsAefp6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/m-51-main-v1584383209.webp");
}
.cid-s8oOIQbfnR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s8oOIQbfnR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8oOIQbfnR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8oOIQbfnR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8oOIQbfnR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s8oOIQbfnR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s8oOIQbfnR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s8oOIQbfnR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s8oOIQbfnR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s8oOIQbfnR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s8oOIQbfnR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8oOIQbfnR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s8oOIQbfnR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s8oOIQbfnR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s8oOIQbfnR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s8oXcKXSp1 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-s8oXcKXSp1 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-s8oXcKXSp1 a {
  font-style: normal;
}
.cid-s8oXcKXSp1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s8oXcKXSp1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s8oXcKXSp1 .nav-item:focus,
.cid-s8oXcKXSp1 .nav-link:focus {
  outline: none;
}
.cid-s8oXcKXSp1 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s8oXcKXSp1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s8oXcKXSp1 .menu-logo {
  margin-right: auto;
}
.cid-s8oXcKXSp1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8oXcKXSp1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s8oXcKXSp1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s8oXcKXSp1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s8oXcKXSp1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s8oXcKXSp1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s8oXcKXSp1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s8oXcKXSp1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s8oXcKXSp1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s8oXcKXSp1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8oXcKXSp1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s8oXcKXSp1 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s8oXcKXSp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s8oXcKXSp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s8oXcKXSp1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s8oXcKXSp1 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s8oXcKXSp1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s8oXcKXSp1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s8oXcKXSp1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s8oXcKXSp1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s8oXcKXSp1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s8oXcKXSp1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s8oXcKXSp1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s8oXcKXSp1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s8oXcKXSp1 button.navbar-toggler:focus {
  outline: none;
}
.cid-s8oXcKXSp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s8oXcKXSp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8oXcKXSp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8oXcKXSp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8oXcKXSp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8oXcKXSp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8oXcKXSp1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8oXcKXSp1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8oXcKXSp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8oXcKXSp1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s8oXcKXSp1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s8oXcKXSp1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s8oXcKXSp1 .collapsed .navbar-collapse.collapsing,
.cid-s8oXcKXSp1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s8oXcKXSp1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s8oXcKXSp1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s8oXcKXSp1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s8oXcKXSp1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s8oXcKXSp1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s8oXcKXSp1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s8oXcKXSp1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s8oXcKXSp1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s8oXcKXSp1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s8oXcKXSp1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s8oXcKXSp1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s8oXcKXSp1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s8oXcKXSp1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s8oXcKXSp1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s8oXcKXSp1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s8oXcKXSp1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s8oXcKXSp1 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s8oXcKXSp1 img {
    height: 3.8rem !important;
  }
  .cid-s8oXcKXSp1 .btn {
    display: -webkit-flex;
  }
  .cid-s8oXcKXSp1 button.navbar-toggler {
    display: block;
  }
  .cid-s8oXcKXSp1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s8oXcKXSp1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s8oXcKXSp1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s8oXcKXSp1 .navbar-collapse.collapsing,
  .cid-s8oXcKXSp1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s8oXcKXSp1 .navbar-collapse.collapsing .navbar-nav,
  .cid-s8oXcKXSp1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s8oXcKXSp1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s8oXcKXSp1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s8oXcKXSp1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s8oXcKXSp1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s8oXcKXSp1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s8oXcKXSp1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s8oXcKXSp1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s8oXcKXSp1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s8oXcKXSp1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s8oXcKXSp1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s8oXcKXSp1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s8oXcKXSp1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s8oXcKXSp1 .nav-link:hover,
.cid-s8oXcKXSp1 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s8oXcPstxF {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/m-51-main-v1584383209.webp");
}
.cid-s8oXcPstxF H2 {
  text-align: center;
}
.cid-s8oXcUPMM8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8oXcUPMM8 .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8oXcUPMM8 .section-text {
  padding: 2rem 0;
}
.cid-s8oXcUPMM8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8oXcUPMM8 .inner-container {
    width: 100% !important;
  }
}
.cid-s8oXcW3ge5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8oXcW3ge5 .mbr-section-subtitle {
  color: #767676;
}
.cid-s8tZUG58Qx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8tZUG58Qx .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8tZUG58Qx .section-text {
  padding: 2rem 0;
}
.cid-s8tZUG58Qx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8tZUG58Qx .inner-container {
    width: 100% !important;
  }
}
.cid-s8tYVvFpt5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8tYVvFpt5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8tYVvFpt5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8tYVvFpt5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8tYVvFpt5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8tYVvFpt5 .row > .row {
  display: block;
}
.cid-s8tYVvFpt5 .mbr-gallery-item {
  width: 100%;
}
.cid-s8tYVvFpt5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s8tYVvFpt5 .mbr-gallery-item > div {
  position: relative;
}
.cid-s8tYVvFpt5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8tYVvFpt5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s8tYVvFpt5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8tYVvFpt5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s8oXd0mpO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8oXd0mpO3 .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8oXd0mpO3 .section-text {
  padding: 2rem 0;
}
.cid-s8oXd0mpO3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8oXd0mpO3 .inner-container {
    width: 100% !important;
  }
}
.cid-s8oXd1zhmT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8oXd1zhmT .card-box {
  padding: 0 2rem;
}
.cid-s8oXd1zhmT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s8oXd1zhmT .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s8oXd1zhmT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s8oXd1zhmT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s8oXd1zhmT .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s8oXd1zhmT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s8oXd1zhmT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s8oXd1zhmT .card-title {
  text-align: center;
}
.cid-s8oXd3D0pp {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-s8oXd3D0pp .card-box {
  padding: 0 2rem;
}
.cid-s8oXd3D0pp .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s8oXd3D0pp .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s8oXd3D0pp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s8oXd3D0pp p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s8oXd3D0pp .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s8oXd3D0pp .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s8oXd3D0pp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s8oXd3D0pp .card-title {
  text-align: center;
}
.cid-s8rpaq3otf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8rpaq3otf .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8rpaq3otf .section-text {
  padding: 2rem 0;
}
.cid-s8rpaq3otf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8rpaq3otf .inner-container {
    width: 100% !important;
  }
}
.cid-s8tYhU8QYe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8tYhU8QYe .mbr-text,
.cid-s8tYhU8QYe blockquote {
  color: #767676;
}
.cid-s8tYhU8QYe .mbr-text P {
  text-align: center;
}
.cid-s8rpbilKdE {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8rpbilKdE .counter-container {
  color: #767676;
}
.cid-s8rpbilKdE .counter-container ul {
  margin-bottom: 0;
}
.cid-s8rpbilKdE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s8rpbilKdE .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #e6013b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s8tYyclUzH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8tYyclUzH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8tYyclUzH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8tYyclUzH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8tYyclUzH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8tYyclUzH .row > .row {
  display: block;
}
.cid-s8tYyclUzH .mbr-gallery-item {
  width: 100%;
}
.cid-s8tYyclUzH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s8tYyclUzH .mbr-gallery-item > div {
  position: relative;
}
.cid-s8tYyclUzH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8tYyclUzH .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-s8tYyclUzH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8tYyclUzH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s8oXd5yIZ4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8oXd5yIZ4 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s8oXd5yIZ4 .icon-block {
  margin-bottom: 10px;
}
.cid-s8oXd5yIZ4 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-s8oXd5yIZ4 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s8oXd5yIZ4 .mbr-text {
  color: #767676;
}
.cid-s8oXd5yIZ4 textarea.form-control {
  min-height: 100px;
}
.cid-s8oXd5yIZ4 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s8oXd5yIZ4 .google-map {
  height: 31rem;
  position: relative;
}
.cid-s8oXd5yIZ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s8oXd5yIZ4 .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-s8oXd5yIZ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s8oXd5yIZ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s8oXd5yIZ4 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s8oXd5yIZ4 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s8oXd5yIZ4 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-s8u14SZH6C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/m-51-main-v1584383209.webp");
}
.cid-s8oXd8aekS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s8oXd8aekS .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8oXd8aekS .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8oXd8aekS .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8oXd8aekS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s8oXd8aekS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s8oXd8aekS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s8oXd8aekS .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s8oXd8aekS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s8oXd8aekS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s8oXd8aekS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8oXd8aekS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s8oXd8aekS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s8oXd8aekS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s8oXd8aekS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s8qKODc3Dk .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-s8qKODc3Dk .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-s8qKODc3Dk a {
  font-style: normal;
}
.cid-s8qKODc3Dk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s8qKODc3Dk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s8qKODc3Dk .nav-item:focus,
.cid-s8qKODc3Dk .nav-link:focus {
  outline: none;
}
.cid-s8qKODc3Dk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s8qKODc3Dk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s8qKODc3Dk .menu-logo {
  margin-right: auto;
}
.cid-s8qKODc3Dk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8qKODc3Dk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s8qKODc3Dk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s8qKODc3Dk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s8qKODc3Dk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s8qKODc3Dk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s8qKODc3Dk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s8qKODc3Dk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s8qKODc3Dk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s8qKODc3Dk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8qKODc3Dk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s8qKODc3Dk .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s8qKODc3Dk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s8qKODc3Dk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s8qKODc3Dk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s8qKODc3Dk .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s8qKODc3Dk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s8qKODc3Dk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s8qKODc3Dk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s8qKODc3Dk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s8qKODc3Dk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s8qKODc3Dk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s8qKODc3Dk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s8qKODc3Dk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s8qKODc3Dk button.navbar-toggler:focus {
  outline: none;
}
.cid-s8qKODc3Dk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s8qKODc3Dk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8qKODc3Dk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8qKODc3Dk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8qKODc3Dk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8qKODc3Dk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8qKODc3Dk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8qKODc3Dk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8qKODc3Dk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8qKODc3Dk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s8qKODc3Dk .collapsed .btn {
  display: -webkit-flex;
}
.cid-s8qKODc3Dk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s8qKODc3Dk .collapsed .navbar-collapse.collapsing,
.cid-s8qKODc3Dk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s8qKODc3Dk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s8qKODc3Dk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s8qKODc3Dk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s8qKODc3Dk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s8qKODc3Dk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s8qKODc3Dk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s8qKODc3Dk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s8qKODc3Dk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s8qKODc3Dk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s8qKODc3Dk .collapsed button.navbar-toggler {
  display: block;
}
.cid-s8qKODc3Dk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s8qKODc3Dk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s8qKODc3Dk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s8qKODc3Dk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s8qKODc3Dk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s8qKODc3Dk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s8qKODc3Dk .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s8qKODc3Dk img {
    height: 3.8rem !important;
  }
  .cid-s8qKODc3Dk .btn {
    display: -webkit-flex;
  }
  .cid-s8qKODc3Dk button.navbar-toggler {
    display: block;
  }
  .cid-s8qKODc3Dk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s8qKODc3Dk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s8qKODc3Dk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s8qKODc3Dk .navbar-collapse.collapsing,
  .cid-s8qKODc3Dk .navbar-collapse.show {
    display: block !important;
  }
  .cid-s8qKODc3Dk .navbar-collapse.collapsing .navbar-nav,
  .cid-s8qKODc3Dk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s8qKODc3Dk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s8qKODc3Dk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s8qKODc3Dk .navbar-collapse.collapsing .navbar-buttons,
  .cid-s8qKODc3Dk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s8qKODc3Dk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s8qKODc3Dk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s8qKODc3Dk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s8qKODc3Dk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s8qKODc3Dk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s8qKODc3Dk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s8qKODc3Dk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s8qKODc3Dk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s8qKODc3Dk .nav-link:hover,
.cid-s8qKODc3Dk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s8qKOGpELM {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/m-51-main-v1584383209.webp");
}
.cid-s8qKOGpELM H2 {
  text-align: center;
}
.cid-s8qKOInUiM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8qKOInUiM .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8qKOInUiM .section-text {
  padding: 2rem 0;
}
.cid-s8qKOInUiM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8qKOInUiM .inner-container {
    width: 100% !important;
  }
}
.cid-s8qKOJpoyh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8qKOJpoyh .mbr-section-subtitle {
  color: #767676;
}
.cid-s8u3ZyHvKH {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s8u3ZyHvKH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8u3ZyHvKH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8u3ZyHvKH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8u3ZyHvKH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8u3ZyHvKH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s8u3ZyHvKH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8u3ZyHvKH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s8u3ZyHvKH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8u3ZyHvKH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s8qKONXciC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8qKONXciC .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8qKONXciC .section-text {
  padding: 2rem 0;
}
.cid-s8qKONXciC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8qKONXciC .inner-container {
    width: 100% !important;
  }
}
.cid-s8qMxDhcUY {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8qMxDhcUY .card-box {
  padding: 0 2rem;
}
.cid-s8qMxDhcUY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s8qMxDhcUY .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s8qMxDhcUY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s8qMxDhcUY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s8qMxDhcUY .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s8qMxDhcUY .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s8qMxDhcUY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s8qMxDhcUY .card-title {
  text-align: center;
}
.cid-s8qKORqrEo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s8qKORqrEo .card-box {
  padding: 0 2rem;
}
.cid-s8qKORqrEo .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s8qKORqrEo .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s8qKORqrEo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s8qKORqrEo p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s8qKORqrEo .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s8qKORqrEo .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s8qKORqrEo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s8qKORqrEo .card-title {
  text-align: center;
}
.cid-s8rq7R3TU9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8rq7R3TU9 .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8rq7R3TU9 .section-text {
  padding: 2rem 0;
}
.cid-s8rq7R3TU9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8rq7R3TU9 .inner-container {
    width: 100% !important;
  }
}
.cid-s8u2jRZAWY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8u2jRZAWY .mbr-text,
.cid-s8u2jRZAWY blockquote {
  color: #767676;
}
.cid-s8u2jRZAWY .mbr-text P {
  text-align: center;
}
.cid-s8rq8CYtlW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8rq8CYtlW .counter-container {
  color: #767676;
}
.cid-s8rq8CYtlW .counter-container ul {
  margin-bottom: 0;
}
.cid-s8rq8CYtlW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s8rq8CYtlW .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #e6013b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s8u2is5hH8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8u2is5hH8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8u2is5hH8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8u2is5hH8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8u2is5hH8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8u2is5hH8 .row > .row {
  display: block;
}
.cid-s8u2is5hH8 .mbr-gallery-item {
  width: 100%;
}
.cid-s8u2is5hH8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s8u2is5hH8 .mbr-gallery-item > div {
  position: relative;
}
.cid-s8u2is5hH8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8u2is5hH8 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-s8u2is5hH8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8u2is5hH8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s8qKOTviVh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8qKOTviVh .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s8qKOTviVh .icon-block {
  margin-bottom: 10px;
}
.cid-s8qKOTviVh .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-s8qKOTviVh .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s8qKOTviVh .mbr-text {
  color: #767676;
}
.cid-s8qKOTviVh textarea.form-control {
  min-height: 100px;
}
.cid-s8qKOTviVh a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s8qKOTviVh .google-map {
  height: 31rem;
  position: relative;
}
.cid-s8qKOTviVh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s8qKOTviVh .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-s8qKOTviVh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s8qKOTviVh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s8qKOTviVh h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s8qKOTviVh .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s8qKOTviVh .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-s8u6sCgGdg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/m-51-main-v1584383209.webp");
}
.cid-s8qKOW82p5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s8qKOW82p5 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8qKOW82p5 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8qKOW82p5 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8qKOW82p5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s8qKOW82p5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s8qKOW82p5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s8qKOW82p5 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s8qKOW82p5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s8qKOW82p5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s8qKOW82p5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8qKOW82p5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s8qKOW82p5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s8qKOW82p5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s8qKOW82p5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s8qOwBsHE9 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-s8qOwBsHE9 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-s8qOwBsHE9 a {
  font-style: normal;
}
.cid-s8qOwBsHE9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s8qOwBsHE9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s8qOwBsHE9 .nav-item:focus,
.cid-s8qOwBsHE9 .nav-link:focus {
  outline: none;
}
.cid-s8qOwBsHE9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s8qOwBsHE9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s8qOwBsHE9 .menu-logo {
  margin-right: auto;
}
.cid-s8qOwBsHE9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8qOwBsHE9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s8qOwBsHE9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s8qOwBsHE9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s8qOwBsHE9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s8qOwBsHE9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s8qOwBsHE9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s8qOwBsHE9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s8qOwBsHE9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s8qOwBsHE9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8qOwBsHE9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s8qOwBsHE9 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s8qOwBsHE9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s8qOwBsHE9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s8qOwBsHE9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s8qOwBsHE9 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s8qOwBsHE9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s8qOwBsHE9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s8qOwBsHE9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s8qOwBsHE9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s8qOwBsHE9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s8qOwBsHE9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s8qOwBsHE9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s8qOwBsHE9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s8qOwBsHE9 button.navbar-toggler:focus {
  outline: none;
}
.cid-s8qOwBsHE9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s8qOwBsHE9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8qOwBsHE9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8qOwBsHE9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8qOwBsHE9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8qOwBsHE9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8qOwBsHE9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8qOwBsHE9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8qOwBsHE9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8qOwBsHE9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s8qOwBsHE9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s8qOwBsHE9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s8qOwBsHE9 .collapsed .navbar-collapse.collapsing,
.cid-s8qOwBsHE9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s8qOwBsHE9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s8qOwBsHE9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s8qOwBsHE9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s8qOwBsHE9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s8qOwBsHE9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s8qOwBsHE9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s8qOwBsHE9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s8qOwBsHE9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s8qOwBsHE9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s8qOwBsHE9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s8qOwBsHE9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s8qOwBsHE9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s8qOwBsHE9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s8qOwBsHE9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s8qOwBsHE9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s8qOwBsHE9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s8qOwBsHE9 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s8qOwBsHE9 img {
    height: 3.8rem !important;
  }
  .cid-s8qOwBsHE9 .btn {
    display: -webkit-flex;
  }
  .cid-s8qOwBsHE9 button.navbar-toggler {
    display: block;
  }
  .cid-s8qOwBsHE9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s8qOwBsHE9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s8qOwBsHE9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s8qOwBsHE9 .navbar-collapse.collapsing,
  .cid-s8qOwBsHE9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s8qOwBsHE9 .navbar-collapse.collapsing .navbar-nav,
  .cid-s8qOwBsHE9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s8qOwBsHE9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s8qOwBsHE9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s8qOwBsHE9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s8qOwBsHE9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s8qOwBsHE9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s8qOwBsHE9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s8qOwBsHE9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s8qOwBsHE9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s8qOwBsHE9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s8qOwBsHE9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s8qOwBsHE9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s8qOwBsHE9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s8qOwBsHE9 .nav-link:hover,
.cid-s8qOwBsHE9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s8qOwGnHig {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/m-51-main-v1584383209.webp");
}
.cid-s8qOwGnHig H2 {
  text-align: center;
}
.cid-s8qOwNbh4v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8qOwNbh4v .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8qOwNbh4v .section-text {
  padding: 2rem 0;
}
.cid-s8qOwNbh4v .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8qOwNbh4v .inner-container {
    width: 100% !important;
  }
}
.cid-s8u7anGy1j {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8u7anGy1j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8u7anGy1j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8u7anGy1j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8u7anGy1j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8u7anGy1j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s8u7anGy1j .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8u7anGy1j .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s8u7anGy1j .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8u7anGy1j .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s8qOwRLAer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8qOwRLAer .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8qOwRLAer .section-text {
  padding: 2rem 0;
}
.cid-s8qOwRLAer .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8qOwRLAer .inner-container {
    width: 100% !important;
  }
}
.cid-s8qOwSGqVO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8qOwSGqVO .card-box {
  padding: 0 2rem;
}
.cid-s8qOwSGqVO .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s8qOwSGqVO .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s8qOwSGqVO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s8qOwSGqVO p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s8qOwSGqVO .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s8qOwSGqVO .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s8qOwSGqVO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s8qOwSGqVO .card-title {
  text-align: center;
}
.cid-s8r0Jepcdr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8r0Jepcdr .line {
  background-color: #e6013b;
  color: #e6013b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s8r0Jepcdr .section-text {
  padding: 2rem 0;
}
.cid-s8r0Jepcdr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s8r0Jepcdr .inner-container {
    width: 100% !important;
  }
}
.cid-s8r1xGzdM0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8r1xGzdM0 .mbr-text,
.cid-s8r1xGzdM0 blockquote {
  color: #767676;
}
.cid-s8r1xGzdM0 .mbr-text P {
  text-align: center;
}
.cid-s8r0CrHUFP {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8r0CrHUFP .counter-container {
  color: #767676;
}
.cid-s8r0CrHUFP .counter-container ul {
  margin-bottom: 0;
}
.cid-s8r0CrHUFP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s8r0CrHUFP .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #e6013b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s8u6PkYSHh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s8u6PkYSHh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8u6PkYSHh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8u6PkYSHh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8u6PkYSHh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8u6PkYSHh .row > .row {
  display: block;
}
.cid-s8u6PkYSHh .mbr-gallery-item {
  width: 100%;
}
.cid-s8u6PkYSHh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s8u6PkYSHh .mbr-gallery-item > div {
  position: relative;
}
.cid-s8u6PkYSHh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8u6PkYSHh .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-s8u6PkYSHh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8u6PkYSHh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s8qOwWASvl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8qOwWASvl .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s8qOwWASvl .icon-block {
  margin-bottom: 10px;
}
.cid-s8qOwWASvl .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-s8qOwWASvl .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s8qOwWASvl .mbr-text {
  color: #767676;
}
.cid-s8qOwWASvl textarea.form-control {
  min-height: 100px;
}
.cid-s8qOwWASvl a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s8qOwWASvl .google-map {
  height: 31rem;
  position: relative;
}
.cid-s8qOwWASvl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s8qOwWASvl .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-s8qOwWASvl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s8qOwWASvl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s8qOwWASvl h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s8qOwWASvl .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s8qOwWASvl .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-s8u6Rc1cTl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/m-51-main-v1584383209.webp");
}
.cid-s8qOwYVXaY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s8qOwYVXaY .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8qOwYVXaY .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8qOwYVXaY .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8qOwYVXaY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s8qOwYVXaY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s8qOwYVXaY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s8qOwYVXaY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s8qOwYVXaY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s8qOwYVXaY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s8qOwYVXaY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8qOwYVXaY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s8qOwYVXaY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s8qOwYVXaY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s8qOwYVXaY .media-container-row .row-copirayt p {
  width: 100%;
}
