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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-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: #149dcc !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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #149dcc !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: #0b566f !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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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);
}
@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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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='%23149dcc' %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-qHLQfUUtYT .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qHLQfUUtYT .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qHLQfUUtYT a {
  font-style: normal;
}
.cid-qHLQfUUtYT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qHLQfUUtYT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qHLQfUUtYT .nav-item:focus,
.cid-qHLQfUUtYT .nav-link:focus {
  outline: none;
}
.cid-qHLQfUUtYT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qHLQfUUtYT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qHLQfUUtYT .menu-logo {
  margin-right: auto;
}
.cid-qHLQfUUtYT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qHLQfUUtYT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qHLQfUUtYT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qHLQfUUtYT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qHLQfUUtYT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qHLQfUUtYT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qHLQfUUtYT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qHLQfUUtYT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qHLQfUUtYT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qHLQfUUtYT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qHLQfUUtYT .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qHLQfUUtYT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qHLQfUUtYT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qHLQfUUtYT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qHLQfUUtYT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qHLQfUUtYT .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-qHLQfUUtYT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qHLQfUUtYT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qHLQfUUtYT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qHLQfUUtYT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qHLQfUUtYT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qHLQfUUtYT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qHLQfUUtYT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qHLQfUUtYT button.navbar-toggler:focus {
  outline: none;
}
.cid-qHLQfUUtYT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qHLQfUUtYT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qHLQfUUtYT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qHLQfUUtYT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qHLQfUUtYT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qHLQfUUtYT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qHLQfUUtYT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qHLQfUUtYT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qHLQfUUtYT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qHLQfUUtYT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qHLQfUUtYT .collapsed .btn {
  display: flex;
}
.cid-qHLQfUUtYT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qHLQfUUtYT .collapsed .navbar-collapse.collapsing,
.cid-qHLQfUUtYT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qHLQfUUtYT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qHLQfUUtYT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qHLQfUUtYT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qHLQfUUtYT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qHLQfUUtYT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qHLQfUUtYT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qHLQfUUtYT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qHLQfUUtYT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qHLQfUUtYT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qHLQfUUtYT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qHLQfUUtYT .collapsed button.navbar-toggler {
  display: block;
}
.cid-qHLQfUUtYT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qHLQfUUtYT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qHLQfUUtYT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qHLQfUUtYT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qHLQfUUtYT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qHLQfUUtYT .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: 991px) {
  .cid-qHLQfUUtYT .navbar-expand {
    flex-direction: column;
  }
  .cid-qHLQfUUtYT img {
    height: 3.8rem !important;
  }
  .cid-qHLQfUUtYT .btn {
    display: flex;
  }
  .cid-qHLQfUUtYT button.navbar-toggler {
    display: block;
  }
  .cid-qHLQfUUtYT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qHLQfUUtYT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qHLQfUUtYT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qHLQfUUtYT .navbar-collapse.collapsing,
  .cid-qHLQfUUtYT .navbar-collapse.show {
    display: block !important;
  }
  .cid-qHLQfUUtYT .navbar-collapse.collapsing .navbar-nav,
  .cid-qHLQfUUtYT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qHLQfUUtYT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qHLQfUUtYT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qHLQfUUtYT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qHLQfUUtYT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qHLQfUUtYT .navbar-collapse.collapsing .navbar-buttons,
  .cid-qHLQfUUtYT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qHLQfUUtYT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qHLQfUUtYT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qHLQfUUtYT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qHLQfUUtYT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qHLQfUUtYT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qHLQfUUtYT .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-qHLQfUUtYT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qHLQfUUtYT .navbar-collapse {
  flex-basis: auto;
}
.cid-qHLQfUUtYT .nav-link:hover,
.cid-qHLQfUUtYT .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qHQp9hZ2Kk .modal-body .close {
  background: #1b1b1b;
}
.cid-qHQp9hZ2Kk .modal-body .close span {
  font-style: normal;
}
.cid-qHQp9hZ2Kk .carousel-inner > .active,
.cid-qHQp9hZ2Kk .carousel-inner > .next,
.cid-qHQp9hZ2Kk .carousel-inner > .prev {
  display: table;
}
.cid-qHQp9hZ2Kk .carousel-control .icon-next,
.cid-qHQp9hZ2Kk .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qHQp9hZ2Kk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHQp9hZ2Kk .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qHQp9hZ2Kk .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qHQp9hZ2Kk .boxed-slider > div {
  position: relative;
}
.cid-qHQp9hZ2Kk .container img {
  width: 100%;
}
.cid-qHQp9hZ2Kk .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qHQp9hZ2Kk .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qHQp9hZ2Kk .mbr-table-cell {
  padding: 0;
}
.cid-qHQp9hZ2Kk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qHQp9hZ2Kk .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qHQp9hZ2Kk .mbr-overlay {
  z-index: 1;
}
.cid-qHQp9hZ2Kk .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qHQp9hZ2Kk .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qHQp9hZ2Kk .carousel-item .container {
    width: 100%;
  }
}
.cid-qHQp9hZ2Kk .carousel-item-next.carousel-item-left,
.cid-qHQp9hZ2Kk .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qHQp9hZ2Kk .active.carousel-item-right,
.cid-qHQp9hZ2Kk .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qHQp9hZ2Kk .active.carousel-item-left,
.cid-qHQp9hZ2Kk .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qHQp9hZ2Kk .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qHQp9hZ2Kk .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qHQp9hZ2Kk .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qHQp9hZ2Kk .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qHQp9hZ2Kk .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qHQp9hZ2Kk .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qHQp9hZ2Kk .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qHQp9hZ2Kk .mbr-slider .carousel-indicators li.active,
.cid-qHQp9hZ2Kk .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qHQp9hZ2Kk .mbr-slider .carousel-indicators li::after,
.cid-qHQp9hZ2Kk .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qHQp9hZ2Kk .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qHQp9hZ2Kk .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qHQp9hZ2Kk .mbr-slider > .container img {
  width: 100%;
}
.cid-qHQp9hZ2Kk .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qHQp9hZ2Kk .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qHQp9hZ2Kk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qHQp9hZ2Kk .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qHQp9hZ2Kk .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qHQp9hZ2Kk .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qHQp9hZ2Kk .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qHQp9hZ2Kk .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qHQp9hZ2Kk .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qHQp9hZ2Kk .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qHQp9hZ2Kk .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qHQp9hZ2Kk .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qHQp9hZ2Kk .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qL7KP4gfLP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qL7KP4gfLP .title {
  margin-bottom: 2rem;
}
.cid-qL7KP4gfLP .mbr-section-subtitle {
  color: #767676;
}
.cid-qL7KP4gfLP a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qL7KP4gfLP a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qL7KP4gfLP .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qL7KP4gfLP .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qHQDK4muWB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qHQDK4muWB .mbr-section-subtitle {
  color: #767676;
}
.cid-qHQDdkr3BQ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qHQDdkr3BQ .card-box {
  padding: 0 2rem;
}
.cid-qHQDdkr3BQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qHQDdkr3BQ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qHQDdkr3BQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qHQDdkr3BQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qHQDdkr3BQ .mbr-text {
  color: #767676;
}
.cid-qHQDdkr3BQ .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-qHQDdkr3BQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qHQI1Fm77A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-qHQI1Fm77A .content {
    text-align: center;
  }
  .cid-qHQI1Fm77A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qHQI1Fm77A .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qHQI1Fm77A .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qHQI1Fm77A .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qHQI1Fm77A .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qHQI1Fm77A .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qHQI1Fm77A .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qHQI1Fm77A .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qHQI1Fm77A .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHQI1Fm77A .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qHQI1Fm77A .google-map {
  height: 25rem;
  position: relative;
}
.cid-qHQI1Fm77A .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qHQI1Fm77A .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-qHQI1Fm77A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qHQI1Fm77A .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qICWKtpArU .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qICWKtpArU .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qICWKtpArU a {
  font-style: normal;
}
.cid-qICWKtpArU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qICWKtpArU .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qICWKtpArU .nav-item:focus,
.cid-qICWKtpArU .nav-link:focus {
  outline: none;
}
.cid-qICWKtpArU .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qICWKtpArU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qICWKtpArU .menu-logo {
  margin-right: auto;
}
.cid-qICWKtpArU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qICWKtpArU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qICWKtpArU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qICWKtpArU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qICWKtpArU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qICWKtpArU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qICWKtpArU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qICWKtpArU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qICWKtpArU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qICWKtpArU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qICWKtpArU .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qICWKtpArU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qICWKtpArU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qICWKtpArU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qICWKtpArU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qICWKtpArU .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-qICWKtpArU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qICWKtpArU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qICWKtpArU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qICWKtpArU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qICWKtpArU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qICWKtpArU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qICWKtpArU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qICWKtpArU button.navbar-toggler:focus {
  outline: none;
}
.cid-qICWKtpArU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qICWKtpArU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qICWKtpArU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qICWKtpArU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qICWKtpArU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qICWKtpArU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qICWKtpArU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qICWKtpArU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qICWKtpArU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qICWKtpArU .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qICWKtpArU .collapsed .btn {
  display: flex;
}
.cid-qICWKtpArU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qICWKtpArU .collapsed .navbar-collapse.collapsing,
.cid-qICWKtpArU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qICWKtpArU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qICWKtpArU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qICWKtpArU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qICWKtpArU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qICWKtpArU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qICWKtpArU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qICWKtpArU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qICWKtpArU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qICWKtpArU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qICWKtpArU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qICWKtpArU .collapsed button.navbar-toggler {
  display: block;
}
.cid-qICWKtpArU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qICWKtpArU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qICWKtpArU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qICWKtpArU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qICWKtpArU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qICWKtpArU .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: 991px) {
  .cid-qICWKtpArU .navbar-expand {
    flex-direction: column;
  }
  .cid-qICWKtpArU img {
    height: 3.8rem !important;
  }
  .cid-qICWKtpArU .btn {
    display: flex;
  }
  .cid-qICWKtpArU button.navbar-toggler {
    display: block;
  }
  .cid-qICWKtpArU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qICWKtpArU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qICWKtpArU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qICWKtpArU .navbar-collapse.collapsing,
  .cid-qICWKtpArU .navbar-collapse.show {
    display: block !important;
  }
  .cid-qICWKtpArU .navbar-collapse.collapsing .navbar-nav,
  .cid-qICWKtpArU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qICWKtpArU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qICWKtpArU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qICWKtpArU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qICWKtpArU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qICWKtpArU .navbar-collapse.collapsing .navbar-buttons,
  .cid-qICWKtpArU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qICWKtpArU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qICWKtpArU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qICWKtpArU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qICWKtpArU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qICWKtpArU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qICWKtpArU .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-qICWKtpArU .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qICWKtpArU .navbar-collapse {
  flex-basis: auto;
}
.cid-qICWKtpArU .nav-link:hover,
.cid-qICWKtpArU .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qHS8fSInql .modal-body .close {
  background: #1b1b1b;
}
.cid-qHS8fSInql .modal-body .close span {
  font-style: normal;
}
.cid-qHS8fSInql .carousel-inner > .active,
.cid-qHS8fSInql .carousel-inner > .next,
.cid-qHS8fSInql .carousel-inner > .prev {
  display: table;
}
.cid-qHS8fSInql .carousel-control .icon-next,
.cid-qHS8fSInql .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qHS8fSInql .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qHS8fSInql .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qHS8fSInql .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qHS8fSInql .boxed-slider > div {
  position: relative;
}
.cid-qHS8fSInql .container img {
  width: 100%;
}
.cid-qHS8fSInql .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qHS8fSInql .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qHS8fSInql .mbr-table-cell {
  padding: 0;
}
.cid-qHS8fSInql .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qHS8fSInql .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qHS8fSInql .mbr-overlay {
  z-index: 1;
}
.cid-qHS8fSInql .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qHS8fSInql .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qHS8fSInql .carousel-item .container {
    width: 100%;
  }
}
.cid-qHS8fSInql .carousel-item-next.carousel-item-left,
.cid-qHS8fSInql .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qHS8fSInql .active.carousel-item-right,
.cid-qHS8fSInql .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qHS8fSInql .active.carousel-item-left,
.cid-qHS8fSInql .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qHS8fSInql .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qHS8fSInql .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qHS8fSInql .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qHS8fSInql .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qHS8fSInql .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qHS8fSInql .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qHS8fSInql .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qHS8fSInql .mbr-slider .carousel-indicators li.active,
.cid-qHS8fSInql .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qHS8fSInql .mbr-slider .carousel-indicators li::after,
.cid-qHS8fSInql .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qHS8fSInql .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qHS8fSInql .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qHS8fSInql .mbr-slider > .container img {
  width: 100%;
}
.cid-qHS8fSInql .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qHS8fSInql .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qHS8fSInql .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qHS8fSInql .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qHS8fSInql .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qHS8fSInql .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qHS8fSInql .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qHS8fSInql .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qHS8fSInql .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qHS8fSInql .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qHS8fSInql .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qHS8fSInql .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qHS8fSInql .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qHS8fTZi13 {
  background-image: url("../../../assets/images/about-1600x827.png");
}
.cid-qHS8fTZi13 h1 {
  color: #616161;
}
.cid-qHS8fTZi13 h2,
.cid-qHS8fTZi13 h3,
.cid-qHS8fTZi13 p {
  color: #767676;
}
.cid-qHS8fTZi13 .mbr-section-subtitle {
  font-style: italic;
}
.cid-qHS8fTZi13 P {
  color: #232323;
}
.cid-qHS8fVl5gS {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/vu2kgn-1-2000x781.jpg");
}
.cid-qHS8fVl5gS H3 {
  text-align: right;
  color: #ffffff;
}
.cid-qHS8fX2v20 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-14-1620x108014.jpg");
}
.cid-qHS8fX2v20 .testimonials-container {
  margin: 0 auto;
}
.cid-qHS8fX2v20 .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qHS8fX2v20 .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qHS8fX2v20 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qHS8fX2v20 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qHS8fX2v20 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qHS8fX2v20 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qHS8fX2v20 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qHS8fX2v20 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qICWTkwVoe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qICWTkwVoe .mbr-section-subtitle {
  color: #767676;
}
.cid-qICWSbfo1W {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qICWSbfo1W .card-box {
  padding: 0 2rem;
}
.cid-qICWSbfo1W .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qICWSbfo1W .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qICWSbfo1W h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qICWSbfo1W p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qICWSbfo1W .mbr-text {
  color: #767676;
}
.cid-qICWSbfo1W .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-qICWSbfo1W .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qL8Q3DwsKi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qL8Q3DwsKi .title {
  margin-bottom: 2rem;
}
.cid-qL8Q3DwsKi .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8Q3DwsKi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qL8Q3DwsKi a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qL8Q3DwsKi .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qL8Q3DwsKi .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qICWQvnn38 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-qICWQvnn38 .content {
    text-align: center;
  }
  .cid-qICWQvnn38 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qICWQvnn38 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qICWQvnn38 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qICWQvnn38 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qICWQvnn38 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qICWQvnn38 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qICWQvnn38 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qICWQvnn38 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qICWQvnn38 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qICWQvnn38 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qICWQvnn38 .google-map {
  height: 25rem;
  position: relative;
}
.cid-qICWQvnn38 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qICWQvnn38 .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-qICWQvnn38 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qICWQvnn38 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qI1NQXgsT8 .modal-body .close {
  background: #1b1b1b;
}
.cid-qI1NQXgsT8 .modal-body .close span {
  font-style: normal;
}
.cid-qI1NQXgsT8 .carousel-inner > .active,
.cid-qI1NQXgsT8 .carousel-inner > .next,
.cid-qI1NQXgsT8 .carousel-inner > .prev {
  display: table;
}
.cid-qI1NQXgsT8 .carousel-control .icon-next,
.cid-qI1NQXgsT8 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qI1NQXgsT8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qI1NQXgsT8 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qI1NQXgsT8 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qI1NQXgsT8 .boxed-slider > div {
  position: relative;
}
.cid-qI1NQXgsT8 .container img {
  width: 100%;
}
.cid-qI1NQXgsT8 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qI1NQXgsT8 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qI1NQXgsT8 .mbr-table-cell {
  padding: 0;
}
.cid-qI1NQXgsT8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qI1NQXgsT8 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qI1NQXgsT8 .mbr-overlay {
  z-index: 1;
}
.cid-qI1NQXgsT8 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qI1NQXgsT8 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qI1NQXgsT8 .carousel-item .container {
    width: 100%;
  }
}
.cid-qI1NQXgsT8 .carousel-item-next.carousel-item-left,
.cid-qI1NQXgsT8 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qI1NQXgsT8 .active.carousel-item-right,
.cid-qI1NQXgsT8 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qI1NQXgsT8 .active.carousel-item-left,
.cid-qI1NQXgsT8 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qI1NQXgsT8 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qI1NQXgsT8 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qI1NQXgsT8 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qI1NQXgsT8 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qI1NQXgsT8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qI1NQXgsT8 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qI1NQXgsT8 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qI1NQXgsT8 .mbr-slider .carousel-indicators li.active,
.cid-qI1NQXgsT8 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qI1NQXgsT8 .mbr-slider .carousel-indicators li::after,
.cid-qI1NQXgsT8 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qI1NQXgsT8 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qI1NQXgsT8 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qI1NQXgsT8 .mbr-slider > .container img {
  width: 100%;
}
.cid-qI1NQXgsT8 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qI1NQXgsT8 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qI1NQXgsT8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qI1NQXgsT8 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qI1NQXgsT8 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qI1NQXgsT8 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qI1NQXgsT8 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qI1NQXgsT8 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qI1NQXgsT8 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qI1NQXgsT8 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qI1NQXgsT8 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qI1NQXgsT8 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qI1NQXgsT8 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qI771Q0YQH {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qI771Q0YQH .mbr-section-subtitle {
  color: #767676;
}
.cid-qI771Q0YQH .media-row {
  display: flex;
  justify-content: center;
}
.cid-qI771Q0YQH .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qI771Q0YQH .team-item .item-image img {
  width: 100%;
}
.cid-qI771Q0YQH .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qI771Q0YQH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qI771Q0YQH .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qI771Q0YQH .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qI771Q0YQH .team-item .item-caption {
  background: #efefef;
}
.cid-qI771Q0YQH .item-role P {
  color: #073b4c;
}
.cid-rbxmTfBKUu {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rbxmTfBKUu .mbr-section-subtitle {
  color: #767676;
}
.cid-rbxmTfBKUu .media-row {
  display: flex;
  justify-content: center;
}
.cid-rbxmTfBKUu .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rbxmTfBKUu .team-item .item-image img {
  width: 100%;
}
.cid-rbxmTfBKUu .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rbxmTfBKUu .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rbxmTfBKUu .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-rbxmTfBKUu .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rbxmTfBKUu .team-item .item-caption {
  background: #efefef;
}
.cid-rbxmTfBKUu .item-role P {
  color: #073b4c;
}
.cid-qI7WlwTVA6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qI7WlwTVA6 .mbr-section-subtitle {
  color: #767676;
}
.cid-qI7WlwTVA6 .media-row {
  display: flex;
  justify-content: center;
}
.cid-qI7WlwTVA6 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qI7WlwTVA6 .team-item .item-image img {
  width: 100%;
}
.cid-qI7WlwTVA6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qI7WlwTVA6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qI7WlwTVA6 .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qI7WlwTVA6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qI7WlwTVA6 .team-item .item-caption {
  background: #efefef;
}
.cid-qI7Zy4FH2q {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qI7Zy4FH2q .mbr-section-subtitle {
  color: #767676;
}
.cid-qI7Zy4FH2q .media-row {
  display: flex;
  justify-content: center;
}
.cid-qI7Zy4FH2q .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qI7Zy4FH2q .team-item .item-image img {
  width: 100%;
}
.cid-qI7Zy4FH2q .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qI7Zy4FH2q .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qI7Zy4FH2q .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qI7Zy4FH2q .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qI7Zy4FH2q .team-item .item-caption {
  background: #efefef;
}
.cid-qI1NR29KLi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qI1NR29KLi .mbr-section-subtitle {
  color: #767676;
}
.cid-rOuWK9LmcD {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rOuWK9LmcD .card-box {
  padding: 0 2rem;
}
.cid-rOuWK9LmcD .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rOuWK9LmcD .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rOuWK9LmcD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rOuWK9LmcD p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rOuWK9LmcD .mbr-text {
  color: #767676;
}
.cid-rOuWK9LmcD .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-rOuWK9LmcD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qL8QCFE1CU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qL8QCFE1CU .title {
  margin-bottom: 2rem;
}
.cid-qL8QCFE1CU .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8QCFE1CU a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qL8QCFE1CU a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qL8QCFE1CU .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qL8QCFE1CU .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qI1NR4fPUK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-qI1NR4fPUK .content {
    text-align: center;
  }
  .cid-qI1NR4fPUK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qI1NR4fPUK .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qI1NR4fPUK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qI1NR4fPUK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qI1NR4fPUK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qI1NR4fPUK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qI1NR4fPUK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qI1NR4fPUK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qI1NR4fPUK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qI1NR4fPUK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qI1NR4fPUK .google-map {
  height: 25rem;
  position: relative;
}
.cid-qI1NR4fPUK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qI1NR4fPUK .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-qI1NR4fPUK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qI1NR4fPUK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qLDTQtMAwX .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qLDTQtMAwX .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qLDTQtMAwX a {
  font-style: normal;
}
.cid-qLDTQtMAwX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLDTQtMAwX .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLDTQtMAwX .nav-item:focus,
.cid-qLDTQtMAwX .nav-link:focus {
  outline: none;
}
.cid-qLDTQtMAwX .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLDTQtMAwX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLDTQtMAwX .menu-logo {
  margin-right: auto;
}
.cid-qLDTQtMAwX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLDTQtMAwX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLDTQtMAwX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLDTQtMAwX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLDTQtMAwX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLDTQtMAwX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLDTQtMAwX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLDTQtMAwX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLDTQtMAwX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLDTQtMAwX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLDTQtMAwX .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLDTQtMAwX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLDTQtMAwX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLDTQtMAwX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLDTQtMAwX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLDTQtMAwX .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-qLDTQtMAwX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLDTQtMAwX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLDTQtMAwX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLDTQtMAwX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLDTQtMAwX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLDTQtMAwX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLDTQtMAwX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLDTQtMAwX button.navbar-toggler:focus {
  outline: none;
}
.cid-qLDTQtMAwX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLDTQtMAwX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLDTQtMAwX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTQtMAwX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTQtMAwX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLDTQtMAwX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTQtMAwX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLDTQtMAwX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLDTQtMAwX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTQtMAwX .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLDTQtMAwX .collapsed .btn {
  display: flex;
}
.cid-qLDTQtMAwX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLDTQtMAwX .collapsed .navbar-collapse.collapsing,
.cid-qLDTQtMAwX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLDTQtMAwX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLDTQtMAwX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLDTQtMAwX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLDTQtMAwX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLDTQtMAwX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLDTQtMAwX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTQtMAwX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLDTQtMAwX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLDTQtMAwX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLDTQtMAwX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTQtMAwX .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLDTQtMAwX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLDTQtMAwX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLDTQtMAwX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLDTQtMAwX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLDTQtMAwX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLDTQtMAwX .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: 991px) {
  .cid-qLDTQtMAwX .navbar-expand {
    flex-direction: column;
  }
  .cid-qLDTQtMAwX img {
    height: 3.8rem !important;
  }
  .cid-qLDTQtMAwX .btn {
    display: flex;
  }
  .cid-qLDTQtMAwX button.navbar-toggler {
    display: block;
  }
  .cid-qLDTQtMAwX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLDTQtMAwX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLDTQtMAwX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLDTQtMAwX .navbar-collapse.collapsing,
  .cid-qLDTQtMAwX .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLDTQtMAwX .navbar-collapse.collapsing .navbar-nav,
  .cid-qLDTQtMAwX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLDTQtMAwX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLDTQtMAwX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLDTQtMAwX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLDTQtMAwX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTQtMAwX .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLDTQtMAwX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLDTQtMAwX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLDTQtMAwX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTQtMAwX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLDTQtMAwX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLDTQtMAwX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLDTQtMAwX .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-qLDTQtMAwX .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLDTQtMAwX .navbar-collapse {
  flex-basis: auto;
}
.cid-qLDTQtMAwX .nav-link:hover,
.cid-qLDTQtMAwX .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qI8OS2LUG8 .modal-body .close {
  background: #1b1b1b;
}
.cid-qI8OS2LUG8 .modal-body .close span {
  font-style: normal;
}
.cid-qI8OS2LUG8 .carousel-inner > .active,
.cid-qI8OS2LUG8 .carousel-inner > .next,
.cid-qI8OS2LUG8 .carousel-inner > .prev {
  display: table;
}
.cid-qI8OS2LUG8 .carousel-control .icon-next,
.cid-qI8OS2LUG8 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qI8OS2LUG8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qI8OS2LUG8 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qI8OS2LUG8 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qI8OS2LUG8 .boxed-slider > div {
  position: relative;
}
.cid-qI8OS2LUG8 .container img {
  width: 100%;
}
.cid-qI8OS2LUG8 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qI8OS2LUG8 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qI8OS2LUG8 .mbr-table-cell {
  padding: 0;
}
.cid-qI8OS2LUG8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qI8OS2LUG8 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qI8OS2LUG8 .mbr-overlay {
  z-index: 1;
}
.cid-qI8OS2LUG8 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qI8OS2LUG8 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qI8OS2LUG8 .carousel-item .container {
    width: 100%;
  }
}
.cid-qI8OS2LUG8 .carousel-item-next.carousel-item-left,
.cid-qI8OS2LUG8 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qI8OS2LUG8 .active.carousel-item-right,
.cid-qI8OS2LUG8 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qI8OS2LUG8 .active.carousel-item-left,
.cid-qI8OS2LUG8 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qI8OS2LUG8 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qI8OS2LUG8 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qI8OS2LUG8 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qI8OS2LUG8 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qI8OS2LUG8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qI8OS2LUG8 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qI8OS2LUG8 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qI8OS2LUG8 .mbr-slider .carousel-indicators li.active,
.cid-qI8OS2LUG8 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qI8OS2LUG8 .mbr-slider .carousel-indicators li::after,
.cid-qI8OS2LUG8 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qI8OS2LUG8 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qI8OS2LUG8 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qI8OS2LUG8 .mbr-slider > .container img {
  width: 100%;
}
.cid-qI8OS2LUG8 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qI8OS2LUG8 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qI8OS2LUG8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qI8OS2LUG8 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qI8OS2LUG8 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qI8OS2LUG8 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qI8OS2LUG8 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qI8OS2LUG8 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qI8OS2LUG8 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qI8OS2LUG8 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qI8OS2LUG8 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qI8OS2LUG8 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qI8OS2LUG8 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qI8PC4mJPP {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-qI8PC4mJPP .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-qI8PC4mJPP .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-qI8PC4mJPP .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qI8PC4mJPP .time-line-date-content {
  margin-right: 2rem;
}
.cid-qI8PC4mJPP .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-qI8PC4mJPP .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qI8PC4mJPP .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qI8PC4mJPP .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qI8PC4mJPP .mbr-timeline-date,
.cid-qI8PC4mJPP .timeline-text-content {
  transition: all .4s;
}
.cid-qI8PC4mJPP .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qI8PC4mJPP .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-qI8PC4mJPP .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-qI8PC4mJPP .reverse .time-line-date-content p {
  float: left;
}
.cid-qI8PC4mJPP .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-qI8PC4mJPP .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qI8PC4mJPP .iconBackground {
    left: 0 !important;
  }
  .cid-qI8PC4mJPP .separline:before {
    left: 0!important;
  }
  .cid-qI8PC4mJPP .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-qI8PC4mJPP .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-qI8PC4mJPP .time-line-date-content p {
    float: left !important;
  }
  .cid-qI8PC4mJPP .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-qI8PC4mJPP .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qI8PC4mJPP .mbr-timeline-date {
  color: #073b4c;
}
.cid-qI8PC4mJPP .mbr-timeline-title {
  color: #cc2952;
}
.cid-qI8PC4mJPP .mbr-timeline-text {
  text-align: left;
}
.cid-qIdA0cUJBL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qIdA0cUJBL .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qIdA0cUJBL .section-text {
  padding: 2rem 0;
}
.cid-qIdA0cUJBL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qIdA0cUJBL .inner-container {
    width: 100% !important;
  }
}
.cid-qIdA0cUJBL .section-text B {
  color: #f9f295;
}
.cid-qIdC0KuxvT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qIdC0KuxvT .mbr-section-subtitle {
  color: #767676;
}
.cid-qIdC0KuxvT .btn {
  margin: 0 0 .5rem 0;
}
.cid-qIDccU1PVq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-15-1620x108014.jpg");
}
.cid-qIDccU1PVq .testimonials-container {
  margin: 0 auto;
}
.cid-qIDccU1PVq .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qIDccU1PVq .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qIDccU1PVq .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qIDccU1PVq .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qIDccU1PVq .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qIDccU1PVq .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qIDccU1PVq .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qIDccU1PVq .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qL8QwLEXga {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qL8QwLEXga .title {
  margin-bottom: 2rem;
}
.cid-qL8QwLEXga .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8QwLEXga a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qL8QwLEXga a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qL8QwLEXga .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qL8QwLEXga .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qICVmD6LOk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-qICVmD6LOk .content {
    text-align: center;
  }
  .cid-qICVmD6LOk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qICVmD6LOk .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qICVmD6LOk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qICVmD6LOk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qICVmD6LOk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qICVmD6LOk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qICVmD6LOk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qICVmD6LOk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qICVmD6LOk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qICVmD6LOk .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qICVmD6LOk .google-map {
  height: 25rem;
  position: relative;
}
.cid-qICVmD6LOk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qICVmD6LOk .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-qICVmD6LOk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qICVmD6LOk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qLDTMUjME2 .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qLDTMUjME2 .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qLDTMUjME2 a {
  font-style: normal;
}
.cid-qLDTMUjME2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLDTMUjME2 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLDTMUjME2 .nav-item:focus,
.cid-qLDTMUjME2 .nav-link:focus {
  outline: none;
}
.cid-qLDTMUjME2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLDTMUjME2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLDTMUjME2 .menu-logo {
  margin-right: auto;
}
.cid-qLDTMUjME2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLDTMUjME2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLDTMUjME2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLDTMUjME2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLDTMUjME2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLDTMUjME2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLDTMUjME2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLDTMUjME2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLDTMUjME2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLDTMUjME2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLDTMUjME2 .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLDTMUjME2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLDTMUjME2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLDTMUjME2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLDTMUjME2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLDTMUjME2 .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-qLDTMUjME2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLDTMUjME2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLDTMUjME2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLDTMUjME2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLDTMUjME2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLDTMUjME2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLDTMUjME2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLDTMUjME2 button.navbar-toggler:focus {
  outline: none;
}
.cid-qLDTMUjME2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLDTMUjME2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLDTMUjME2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTMUjME2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTMUjME2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLDTMUjME2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTMUjME2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLDTMUjME2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLDTMUjME2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTMUjME2 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLDTMUjME2 .collapsed .btn {
  display: flex;
}
.cid-qLDTMUjME2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLDTMUjME2 .collapsed .navbar-collapse.collapsing,
.cid-qLDTMUjME2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLDTMUjME2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLDTMUjME2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLDTMUjME2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLDTMUjME2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLDTMUjME2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLDTMUjME2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTMUjME2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLDTMUjME2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLDTMUjME2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLDTMUjME2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTMUjME2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLDTMUjME2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLDTMUjME2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLDTMUjME2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLDTMUjME2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLDTMUjME2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLDTMUjME2 .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: 991px) {
  .cid-qLDTMUjME2 .navbar-expand {
    flex-direction: column;
  }
  .cid-qLDTMUjME2 img {
    height: 3.8rem !important;
  }
  .cid-qLDTMUjME2 .btn {
    display: flex;
  }
  .cid-qLDTMUjME2 button.navbar-toggler {
    display: block;
  }
  .cid-qLDTMUjME2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLDTMUjME2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLDTMUjME2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLDTMUjME2 .navbar-collapse.collapsing,
  .cid-qLDTMUjME2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLDTMUjME2 .navbar-collapse.collapsing .navbar-nav,
  .cid-qLDTMUjME2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLDTMUjME2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLDTMUjME2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLDTMUjME2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLDTMUjME2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTMUjME2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLDTMUjME2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLDTMUjME2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLDTMUjME2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTMUjME2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLDTMUjME2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLDTMUjME2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLDTMUjME2 .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-qLDTMUjME2 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLDTMUjME2 .navbar-collapse {
  flex-basis: auto;
}
.cid-qLDTMUjME2 .nav-link:hover,
.cid-qLDTMUjME2 .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qLDTYqsEhH .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qLDTYqsEhH .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qLDTYqsEhH a {
  font-style: normal;
}
.cid-qLDTYqsEhH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLDTYqsEhH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLDTYqsEhH .nav-item:focus,
.cid-qLDTYqsEhH .nav-link:focus {
  outline: none;
}
.cid-qLDTYqsEhH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLDTYqsEhH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLDTYqsEhH .menu-logo {
  margin-right: auto;
}
.cid-qLDTYqsEhH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLDTYqsEhH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLDTYqsEhH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLDTYqsEhH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLDTYqsEhH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLDTYqsEhH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLDTYqsEhH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLDTYqsEhH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLDTYqsEhH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLDTYqsEhH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLDTYqsEhH .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLDTYqsEhH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLDTYqsEhH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLDTYqsEhH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLDTYqsEhH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLDTYqsEhH .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-qLDTYqsEhH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLDTYqsEhH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLDTYqsEhH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLDTYqsEhH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLDTYqsEhH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLDTYqsEhH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLDTYqsEhH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLDTYqsEhH button.navbar-toggler:focus {
  outline: none;
}
.cid-qLDTYqsEhH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLDTYqsEhH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLDTYqsEhH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTYqsEhH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTYqsEhH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLDTYqsEhH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTYqsEhH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLDTYqsEhH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLDTYqsEhH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTYqsEhH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLDTYqsEhH .collapsed .btn {
  display: flex;
}
.cid-qLDTYqsEhH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLDTYqsEhH .collapsed .navbar-collapse.collapsing,
.cid-qLDTYqsEhH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLDTYqsEhH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLDTYqsEhH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLDTYqsEhH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLDTYqsEhH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLDTYqsEhH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLDTYqsEhH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTYqsEhH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLDTYqsEhH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLDTYqsEhH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLDTYqsEhH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTYqsEhH .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLDTYqsEhH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLDTYqsEhH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLDTYqsEhH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLDTYqsEhH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLDTYqsEhH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLDTYqsEhH .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: 991px) {
  .cid-qLDTYqsEhH .navbar-expand {
    flex-direction: column;
  }
  .cid-qLDTYqsEhH img {
    height: 3.8rem !important;
  }
  .cid-qLDTYqsEhH .btn {
    display: flex;
  }
  .cid-qLDTYqsEhH button.navbar-toggler {
    display: block;
  }
  .cid-qLDTYqsEhH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLDTYqsEhH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLDTYqsEhH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLDTYqsEhH .navbar-collapse.collapsing,
  .cid-qLDTYqsEhH .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLDTYqsEhH .navbar-collapse.collapsing .navbar-nav,
  .cid-qLDTYqsEhH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLDTYqsEhH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLDTYqsEhH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLDTYqsEhH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLDTYqsEhH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTYqsEhH .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLDTYqsEhH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLDTYqsEhH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLDTYqsEhH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTYqsEhH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLDTYqsEhH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLDTYqsEhH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLDTYqsEhH .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-qLDTYqsEhH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLDTYqsEhH .navbar-collapse {
  flex-basis: auto;
}
.cid-qLDTYqsEhH .nav-link:hover,
.cid-qLDTYqsEhH .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qIdDwYElag .modal-body .close {
  background: #1b1b1b;
}
.cid-qIdDwYElag .modal-body .close span {
  font-style: normal;
}
.cid-qIdDwYElag .carousel-inner > .active,
.cid-qIdDwYElag .carousel-inner > .next,
.cid-qIdDwYElag .carousel-inner > .prev {
  display: table;
}
.cid-qIdDwYElag .carousel-control .icon-next,
.cid-qIdDwYElag .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qIdDwYElag .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIdDwYElag .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIdDwYElag .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qIdDwYElag .boxed-slider > div {
  position: relative;
}
.cid-qIdDwYElag .container img {
  width: 100%;
}
.cid-qIdDwYElag .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qIdDwYElag .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIdDwYElag .mbr-table-cell {
  padding: 0;
}
.cid-qIdDwYElag .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qIdDwYElag .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIdDwYElag .mbr-overlay {
  z-index: 1;
}
.cid-qIdDwYElag .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIdDwYElag .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qIdDwYElag .carousel-item .container {
    width: 100%;
  }
}
.cid-qIdDwYElag .carousel-item-next.carousel-item-left,
.cid-qIdDwYElag .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qIdDwYElag .active.carousel-item-right,
.cid-qIdDwYElag .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qIdDwYElag .active.carousel-item-left,
.cid-qIdDwYElag .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qIdDwYElag .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qIdDwYElag .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qIdDwYElag .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qIdDwYElag .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qIdDwYElag .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qIdDwYElag .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qIdDwYElag .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qIdDwYElag .mbr-slider .carousel-indicators li.active,
.cid-qIdDwYElag .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qIdDwYElag .mbr-slider .carousel-indicators li::after,
.cid-qIdDwYElag .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qIdDwYElag .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qIdDwYElag .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qIdDwYElag .mbr-slider > .container img {
  width: 100%;
}
.cid-qIdDwYElag .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIdDwYElag .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qIdDwYElag .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIdDwYElag .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIdDwYElag .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qIdDwYElag .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qIdDwYElag .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qIdDwYElag .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qIdDwYElag .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qIdDwYElag .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIdDwYElag .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qIdDwYElag .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qIdDwYElag .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qJ2qePMlrM {
  padding-top: 120px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #55b4d4, #ffffff);
}
.cid-qJ2qePMlrM .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-qJ2qePMlrM .social-list a:focus {
  text-decoration: none;
}
.cid-qIDsRLhvi1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #465052, #4f4943);
}
@media (min-width: 992px) {
  .cid-qIDsRLhvi1 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qIDsRLhvi1 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qIdE1eOcm7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-10-1620x1080.jpg");
}
.cid-qIdE1eOcm7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qIdE1eOcm7 .container-table {
  margin: 0 auto;
}
.cid-qIdE1eOcm7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qIdE1eOcm7 .dataTables_wrapper {
  display: block;
}
.cid-qIdE1eOcm7 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qIdE1eOcm7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qIdE1eOcm7 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qIdE1eOcm7 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qIdE1eOcm7 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qIdE1eOcm7 table td {
  border-top: 1px solid #cccccc;
}
.cid-qIdE1eOcm7 table.table {
  background: #ffffff;
}
.cid-qIdE1eOcm7 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qIdE1eOcm7 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qIdE1eOcm7 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qIdE1eOcm7 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-qIdE1eOcm7 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qIdE1eOcm7 .dataTables_filter {
    text-align: center;
  }
  .cid-qIdE1eOcm7 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qIdE1eOcm7 .head-item {
  text-align: center;
}
.cid-qIdE1eOcm7 .body-item {
  text-align: center;
}
.cid-qIdE1eOcm7 .mbr-section-title {
  color: #ffffff;
}
.cid-qIdE1eOcm7 LABEL {
  color: #ffffff;
}
.cid-qIoJzxsbRY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qIoJzxsbRY .mbr-section-subtitle {
  color: #767676;
}
.cid-qIoJzxsbRY .btn {
  margin: 0 0 .5rem 0;
}
.cid-qIDd2XcwwT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-15-1620x108014.jpg");
}
.cid-qIDd2XcwwT .testimonials-container {
  margin: 0 auto;
}
.cid-qIDd2XcwwT .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qIDd2XcwwT .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qIDd2XcwwT .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qIDd2XcwwT .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qIDd2XcwwT .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qIDd2XcwwT .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qIDd2XcwwT .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qIDd2XcwwT .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qICV9HVMUy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qICV9HVMUy .mbr-section-subtitle {
  color: #767676;
}
.cid-rOuXuQ3MmY {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rOuXuQ3MmY .card-box {
  padding: 0 2rem;
}
.cid-rOuXuQ3MmY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rOuXuQ3MmY .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rOuXuQ3MmY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rOuXuQ3MmY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rOuXuQ3MmY .mbr-text {
  color: #767676;
}
.cid-rOuXuQ3MmY .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-rOuXuQ3MmY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qL8MGO1iTw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qL8MGO1iTw .title {
  margin-bottom: 2rem;
}
.cid-qL8MGO1iTw .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8MGO1iTw a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qL8MGO1iTw a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qL8MGO1iTw .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qL8MGO1iTw .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qICV0Dygqq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-qICV0Dygqq .content {
    text-align: center;
  }
  .cid-qICV0Dygqq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qICV0Dygqq .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qICV0Dygqq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qICV0Dygqq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qICV0Dygqq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qICV0Dygqq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qICV0Dygqq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qICV0Dygqq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qICV0Dygqq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qICV0Dygqq .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qICV0Dygqq .google-map {
  height: 25rem;
  position: relative;
}
.cid-qICV0Dygqq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qICV0Dygqq .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-qICV0Dygqq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qICV0Dygqq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qLDTJi3U7W .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qLDTJi3U7W .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qLDTJi3U7W a {
  font-style: normal;
}
.cid-qLDTJi3U7W .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLDTJi3U7W .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLDTJi3U7W .nav-item:focus,
.cid-qLDTJi3U7W .nav-link:focus {
  outline: none;
}
.cid-qLDTJi3U7W .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLDTJi3U7W .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLDTJi3U7W .menu-logo {
  margin-right: auto;
}
.cid-qLDTJi3U7W .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLDTJi3U7W .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLDTJi3U7W .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLDTJi3U7W .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLDTJi3U7W .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLDTJi3U7W .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLDTJi3U7W .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLDTJi3U7W .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLDTJi3U7W .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLDTJi3U7W .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLDTJi3U7W .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLDTJi3U7W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLDTJi3U7W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLDTJi3U7W .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLDTJi3U7W .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLDTJi3U7W .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-qLDTJi3U7W .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLDTJi3U7W .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLDTJi3U7W .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLDTJi3U7W .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLDTJi3U7W .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLDTJi3U7W .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLDTJi3U7W button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLDTJi3U7W button.navbar-toggler:focus {
  outline: none;
}
.cid-qLDTJi3U7W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLDTJi3U7W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLDTJi3U7W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTJi3U7W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTJi3U7W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLDTJi3U7W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTJi3U7W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLDTJi3U7W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLDTJi3U7W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTJi3U7W .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLDTJi3U7W .collapsed .btn {
  display: flex;
}
.cid-qLDTJi3U7W .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLDTJi3U7W .collapsed .navbar-collapse.collapsing,
.cid-qLDTJi3U7W .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLDTJi3U7W .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLDTJi3U7W .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLDTJi3U7W .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLDTJi3U7W .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLDTJi3U7W .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLDTJi3U7W .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTJi3U7W .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLDTJi3U7W .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLDTJi3U7W .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLDTJi3U7W .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTJi3U7W .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLDTJi3U7W .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLDTJi3U7W .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLDTJi3U7W .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLDTJi3U7W .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLDTJi3U7W .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLDTJi3U7W .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: 991px) {
  .cid-qLDTJi3U7W .navbar-expand {
    flex-direction: column;
  }
  .cid-qLDTJi3U7W img {
    height: 3.8rem !important;
  }
  .cid-qLDTJi3U7W .btn {
    display: flex;
  }
  .cid-qLDTJi3U7W button.navbar-toggler {
    display: block;
  }
  .cid-qLDTJi3U7W .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLDTJi3U7W .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLDTJi3U7W .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLDTJi3U7W .navbar-collapse.collapsing,
  .cid-qLDTJi3U7W .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLDTJi3U7W .navbar-collapse.collapsing .navbar-nav,
  .cid-qLDTJi3U7W .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLDTJi3U7W .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLDTJi3U7W .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLDTJi3U7W .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLDTJi3U7W .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTJi3U7W .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLDTJi3U7W .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLDTJi3U7W .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLDTJi3U7W .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTJi3U7W .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLDTJi3U7W .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLDTJi3U7W .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLDTJi3U7W .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-qLDTJi3U7W .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLDTJi3U7W .navbar-collapse {
  flex-basis: auto;
}
.cid-qLDTJi3U7W .nav-link:hover,
.cid-qLDTJi3U7W .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qIoNbbs86o .modal-body .close {
  background: #1b1b1b;
}
.cid-qIoNbbs86o .modal-body .close span {
  font-style: normal;
}
.cid-qIoNbbs86o .carousel-inner > .active,
.cid-qIoNbbs86o .carousel-inner > .next,
.cid-qIoNbbs86o .carousel-inner > .prev {
  display: table;
}
.cid-qIoNbbs86o .carousel-control .icon-next,
.cid-qIoNbbs86o .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qIoNbbs86o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIoNbbs86o .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIoNbbs86o .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qIoNbbs86o .boxed-slider > div {
  position: relative;
}
.cid-qIoNbbs86o .container img {
  width: 100%;
}
.cid-qIoNbbs86o .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qIoNbbs86o .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIoNbbs86o .mbr-table-cell {
  padding: 0;
}
.cid-qIoNbbs86o .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qIoNbbs86o .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIoNbbs86o .mbr-overlay {
  z-index: 1;
}
.cid-qIoNbbs86o .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIoNbbs86o .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qIoNbbs86o .carousel-item .container {
    width: 100%;
  }
}
.cid-qIoNbbs86o .carousel-item-next.carousel-item-left,
.cid-qIoNbbs86o .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qIoNbbs86o .active.carousel-item-right,
.cid-qIoNbbs86o .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qIoNbbs86o .active.carousel-item-left,
.cid-qIoNbbs86o .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qIoNbbs86o .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qIoNbbs86o .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qIoNbbs86o .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qIoNbbs86o .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qIoNbbs86o .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qIoNbbs86o .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qIoNbbs86o .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qIoNbbs86o .mbr-slider .carousel-indicators li.active,
.cid-qIoNbbs86o .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qIoNbbs86o .mbr-slider .carousel-indicators li::after,
.cid-qIoNbbs86o .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qIoNbbs86o .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qIoNbbs86o .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qIoNbbs86o .mbr-slider > .container img {
  width: 100%;
}
.cid-qIoNbbs86o .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIoNbbs86o .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qIoNbbs86o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIoNbbs86o .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIoNbbs86o .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qIoNbbs86o .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qIoNbbs86o .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qIoNbbs86o .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qIoNbbs86o .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qIoNbbs86o .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIoNbbs86o .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qIoNbbs86o .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qIoNbbs86o .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qIoPBEVBLb {
  background: linear-gradient(45deg, #149dcc, #6576aa);
}
.cid-qIDq1utucF {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #f4a997, #a09fc0);
}
@media (min-width: 992px) {
  .cid-qIDq1utucF .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qIDq1utucF .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qIoNbeEauw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-14-1620x108014.jpg");
}
.cid-qIoNbeEauw .testimonials-container {
  margin: 0 auto;
}
.cid-qIoNbeEauw .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qIoNbeEauw .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qIoNbeEauw .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qIoNbeEauw .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qIoNbeEauw .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qIoNbeEauw .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qIoNbeEauw .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qIoNbeEauw .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qICVAtIoMp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qICVAtIoMp .mbr-section-subtitle {
  color: #767676;
}
.cid-rOuXlj7pJi {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rOuXlj7pJi .card-box {
  padding: 0 2rem;
}
.cid-rOuXlj7pJi .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rOuXlj7pJi .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rOuXlj7pJi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rOuXlj7pJi p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rOuXlj7pJi .mbr-text {
  color: #767676;
}
.cid-rOuXlj7pJi .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-rOuXlj7pJi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qL8QsSlEL1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qL8QsSlEL1 .title {
  margin-bottom: 2rem;
}
.cid-qL8QsSlEL1 .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8QsSlEL1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qL8QsSlEL1 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qL8QsSlEL1 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qL8QsSlEL1 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qICVGjhYBr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-qICVGjhYBr .content {
    text-align: center;
  }
  .cid-qICVGjhYBr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qICVGjhYBr .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qICVGjhYBr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qICVGjhYBr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qICVGjhYBr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qICVGjhYBr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qICVGjhYBr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qICVGjhYBr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qICVGjhYBr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qICVGjhYBr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qICVGjhYBr .google-map {
  height: 25rem;
  position: relative;
}
.cid-qICVGjhYBr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qICVGjhYBr .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-qICVGjhYBr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qICVGjhYBr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qLDTEXw77b .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qLDTEXw77b .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qLDTEXw77b a {
  font-style: normal;
}
.cid-qLDTEXw77b .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLDTEXw77b .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLDTEXw77b .nav-item:focus,
.cid-qLDTEXw77b .nav-link:focus {
  outline: none;
}
.cid-qLDTEXw77b .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLDTEXw77b .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLDTEXw77b .menu-logo {
  margin-right: auto;
}
.cid-qLDTEXw77b .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLDTEXw77b .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLDTEXw77b .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLDTEXw77b .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLDTEXw77b .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLDTEXw77b .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLDTEXw77b .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLDTEXw77b .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLDTEXw77b .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLDTEXw77b .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLDTEXw77b .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLDTEXw77b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLDTEXw77b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLDTEXw77b .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLDTEXw77b .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLDTEXw77b .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-qLDTEXw77b .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLDTEXw77b .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLDTEXw77b .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLDTEXw77b .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLDTEXw77b .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLDTEXw77b .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLDTEXw77b button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLDTEXw77b button.navbar-toggler:focus {
  outline: none;
}
.cid-qLDTEXw77b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLDTEXw77b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLDTEXw77b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTEXw77b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTEXw77b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLDTEXw77b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTEXw77b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLDTEXw77b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLDTEXw77b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTEXw77b .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLDTEXw77b .collapsed .btn {
  display: flex;
}
.cid-qLDTEXw77b .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLDTEXw77b .collapsed .navbar-collapse.collapsing,
.cid-qLDTEXw77b .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLDTEXw77b .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLDTEXw77b .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLDTEXw77b .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLDTEXw77b .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLDTEXw77b .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLDTEXw77b .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTEXw77b .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLDTEXw77b .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLDTEXw77b .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLDTEXw77b .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTEXw77b .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLDTEXw77b .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLDTEXw77b .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLDTEXw77b .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLDTEXw77b .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLDTEXw77b .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLDTEXw77b .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: 991px) {
  .cid-qLDTEXw77b .navbar-expand {
    flex-direction: column;
  }
  .cid-qLDTEXw77b img {
    height: 3.8rem !important;
  }
  .cid-qLDTEXw77b .btn {
    display: flex;
  }
  .cid-qLDTEXw77b button.navbar-toggler {
    display: block;
  }
  .cid-qLDTEXw77b .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLDTEXw77b .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLDTEXw77b .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLDTEXw77b .navbar-collapse.collapsing,
  .cid-qLDTEXw77b .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLDTEXw77b .navbar-collapse.collapsing .navbar-nav,
  .cid-qLDTEXw77b .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLDTEXw77b .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLDTEXw77b .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLDTEXw77b .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLDTEXw77b .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTEXw77b .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLDTEXw77b .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLDTEXw77b .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLDTEXw77b .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTEXw77b .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLDTEXw77b .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLDTEXw77b .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLDTEXw77b .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-qLDTEXw77b .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLDTEXw77b .navbar-collapse {
  flex-basis: auto;
}
.cid-qLDTEXw77b .nav-link:hover,
.cid-qLDTEXw77b .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qIoRGE2Ryf .modal-body .close {
  background: #1b1b1b;
}
.cid-qIoRGE2Ryf .modal-body .close span {
  font-style: normal;
}
.cid-qIoRGE2Ryf .carousel-inner > .active,
.cid-qIoRGE2Ryf .carousel-inner > .next,
.cid-qIoRGE2Ryf .carousel-inner > .prev {
  display: table;
}
.cid-qIoRGE2Ryf .carousel-control .icon-next,
.cid-qIoRGE2Ryf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qIoRGE2Ryf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIoRGE2Ryf .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIoRGE2Ryf .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qIoRGE2Ryf .boxed-slider > div {
  position: relative;
}
.cid-qIoRGE2Ryf .container img {
  width: 100%;
}
.cid-qIoRGE2Ryf .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qIoRGE2Ryf .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIoRGE2Ryf .mbr-table-cell {
  padding: 0;
}
.cid-qIoRGE2Ryf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qIoRGE2Ryf .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIoRGE2Ryf .mbr-overlay {
  z-index: 1;
}
.cid-qIoRGE2Ryf .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIoRGE2Ryf .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qIoRGE2Ryf .carousel-item .container {
    width: 100%;
  }
}
.cid-qIoRGE2Ryf .carousel-item-next.carousel-item-left,
.cid-qIoRGE2Ryf .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qIoRGE2Ryf .active.carousel-item-right,
.cid-qIoRGE2Ryf .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qIoRGE2Ryf .active.carousel-item-left,
.cid-qIoRGE2Ryf .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qIoRGE2Ryf .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qIoRGE2Ryf .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qIoRGE2Ryf .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qIoRGE2Ryf .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qIoRGE2Ryf .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qIoRGE2Ryf .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qIoRGE2Ryf .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qIoRGE2Ryf .mbr-slider .carousel-indicators li.active,
.cid-qIoRGE2Ryf .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qIoRGE2Ryf .mbr-slider .carousel-indicators li::after,
.cid-qIoRGE2Ryf .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qIoRGE2Ryf .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qIoRGE2Ryf .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qIoRGE2Ryf .mbr-slider > .container img {
  width: 100%;
}
.cid-qIoRGE2Ryf .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIoRGE2Ryf .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qIoRGE2Ryf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIoRGE2Ryf .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIoRGE2Ryf .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qIoRGE2Ryf .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qIoRGE2Ryf .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qIoRGE2Ryf .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qIoRGE2Ryf .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qIoRGE2Ryf .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIoRGE2Ryf .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qIoRGE2Ryf .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qIoRGE2Ryf .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qIoSa6U10d {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qIoSa6U10d .mbr-section-subtitle {
  color: #767676;
}
.cid-qIoSa6U10d .container-table {
  margin: 0 auto;
}
.cid-qIoSa6U10d .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qIoSa6U10d .dataTables_wrapper {
  display: block;
}
.cid-qIoSa6U10d .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qIoSa6U10d .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qIoSa6U10d table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qIoSa6U10d table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qIoSa6U10d table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qIoSa6U10d table td {
  border-top: 1px solid #cccccc;
}
.cid-qIoSa6U10d table.table {
  background: #ffffff;
}
.cid-qIoSa6U10d .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qIoSa6U10d .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qIoSa6U10d .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qIoSa6U10d .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qIoSa6U10d .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qIoSa6U10d .dataTables_filter {
    text-align: center;
  }
  .cid-qIoSa6U10d .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qIDj7n50sE {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #55b4d4, #073b4c);
}
@media (min-width: 992px) {
  .cid-qIDj7n50sE .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qIDj7n50sE .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qIDj7n50sE .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qIDj7n50sE .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-qIoWnbXBZ8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qIoWnbXBZ8 .mbr-section-subtitle {
  color: #767676;
}
.cid-qIoWnbXBZ8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-qIoRGHdK2F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-14-1620x108014.jpg");
}
.cid-qIoRGHdK2F .testimonials-container {
  margin: 0 auto;
}
.cid-qIoRGHdK2F .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qIoRGHdK2F .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qIoRGHdK2F .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qIoRGHdK2F .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qIoRGHdK2F .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qIoRGHdK2F .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qIoRGHdK2F .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qIoRGHdK2F .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qICVRw2nvN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qICVRw2nvN .mbr-section-subtitle {
  color: #767676;
}
.cid-rOuXgrK4Jr {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rOuXgrK4Jr .card-box {
  padding: 0 2rem;
}
.cid-rOuXgrK4Jr .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rOuXgrK4Jr .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rOuXgrK4Jr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rOuXgrK4Jr p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rOuXgrK4Jr .mbr-text {
  color: #767676;
}
.cid-rOuXgrK4Jr .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-rOuXgrK4Jr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qL8QpnVfK2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qL8QpnVfK2 .title {
  margin-bottom: 2rem;
}
.cid-qL8QpnVfK2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8QpnVfK2 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qL8QpnVfK2 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qL8QpnVfK2 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qL8QpnVfK2 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qICVWFPg1M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-qICVWFPg1M .content {
    text-align: center;
  }
  .cid-qICVWFPg1M .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qICVWFPg1M .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qICVWFPg1M .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qICVWFPg1M .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qICVWFPg1M .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qICVWFPg1M .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qICVWFPg1M .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qICVWFPg1M .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qICVWFPg1M .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qICVWFPg1M .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qICVWFPg1M .google-map {
  height: 25rem;
  position: relative;
}
.cid-qICVWFPg1M .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qICVWFPg1M .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-qICVWFPg1M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qICVWFPg1M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qLDTnyCOJN .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qLDTnyCOJN .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qLDTnyCOJN a {
  font-style: normal;
}
.cid-qLDTnyCOJN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLDTnyCOJN .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLDTnyCOJN .nav-item:focus,
.cid-qLDTnyCOJN .nav-link:focus {
  outline: none;
}
.cid-qLDTnyCOJN .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLDTnyCOJN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLDTnyCOJN .menu-logo {
  margin-right: auto;
}
.cid-qLDTnyCOJN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLDTnyCOJN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLDTnyCOJN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLDTnyCOJN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLDTnyCOJN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLDTnyCOJN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLDTnyCOJN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLDTnyCOJN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLDTnyCOJN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLDTnyCOJN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLDTnyCOJN .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLDTnyCOJN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLDTnyCOJN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLDTnyCOJN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLDTnyCOJN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLDTnyCOJN .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-qLDTnyCOJN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLDTnyCOJN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLDTnyCOJN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLDTnyCOJN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLDTnyCOJN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLDTnyCOJN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLDTnyCOJN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLDTnyCOJN button.navbar-toggler:focus {
  outline: none;
}
.cid-qLDTnyCOJN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLDTnyCOJN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLDTnyCOJN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTnyCOJN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTnyCOJN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLDTnyCOJN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTnyCOJN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLDTnyCOJN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLDTnyCOJN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTnyCOJN .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLDTnyCOJN .collapsed .btn {
  display: flex;
}
.cid-qLDTnyCOJN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLDTnyCOJN .collapsed .navbar-collapse.collapsing,
.cid-qLDTnyCOJN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLDTnyCOJN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLDTnyCOJN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLDTnyCOJN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLDTnyCOJN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLDTnyCOJN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLDTnyCOJN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTnyCOJN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLDTnyCOJN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLDTnyCOJN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLDTnyCOJN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTnyCOJN .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLDTnyCOJN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLDTnyCOJN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLDTnyCOJN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLDTnyCOJN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLDTnyCOJN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLDTnyCOJN .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: 991px) {
  .cid-qLDTnyCOJN .navbar-expand {
    flex-direction: column;
  }
  .cid-qLDTnyCOJN img {
    height: 3.8rem !important;
  }
  .cid-qLDTnyCOJN .btn {
    display: flex;
  }
  .cid-qLDTnyCOJN button.navbar-toggler {
    display: block;
  }
  .cid-qLDTnyCOJN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLDTnyCOJN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLDTnyCOJN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLDTnyCOJN .navbar-collapse.collapsing,
  .cid-qLDTnyCOJN .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLDTnyCOJN .navbar-collapse.collapsing .navbar-nav,
  .cid-qLDTnyCOJN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLDTnyCOJN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLDTnyCOJN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLDTnyCOJN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLDTnyCOJN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTnyCOJN .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLDTnyCOJN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLDTnyCOJN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLDTnyCOJN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTnyCOJN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLDTnyCOJN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLDTnyCOJN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLDTnyCOJN .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-qLDTnyCOJN .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLDTnyCOJN .navbar-collapse {
  flex-basis: auto;
}
.cid-qLDTnyCOJN .nav-link:hover,
.cid-qLDTnyCOJN .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qIp1VQCock .modal-body .close {
  background: #1b1b1b;
}
.cid-qIp1VQCock .modal-body .close span {
  font-style: normal;
}
.cid-qIp1VQCock .carousel-inner > .active,
.cid-qIp1VQCock .carousel-inner > .next,
.cid-qIp1VQCock .carousel-inner > .prev {
  display: table;
}
.cid-qIp1VQCock .carousel-control .icon-next,
.cid-qIp1VQCock .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qIp1VQCock .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIp1VQCock .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIp1VQCock .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qIp1VQCock .boxed-slider > div {
  position: relative;
}
.cid-qIp1VQCock .container img {
  width: 100%;
}
.cid-qIp1VQCock .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qIp1VQCock .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIp1VQCock .mbr-table-cell {
  padding: 0;
}
.cid-qIp1VQCock .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qIp1VQCock .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIp1VQCock .mbr-overlay {
  z-index: 1;
}
.cid-qIp1VQCock .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIp1VQCock .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qIp1VQCock .carousel-item .container {
    width: 100%;
  }
}
.cid-qIp1VQCock .carousel-item-next.carousel-item-left,
.cid-qIp1VQCock .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qIp1VQCock .active.carousel-item-right,
.cid-qIp1VQCock .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qIp1VQCock .active.carousel-item-left,
.cid-qIp1VQCock .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qIp1VQCock .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qIp1VQCock .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qIp1VQCock .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qIp1VQCock .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qIp1VQCock .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qIp1VQCock .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qIp1VQCock .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qIp1VQCock .mbr-slider .carousel-indicators li.active,
.cid-qIp1VQCock .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qIp1VQCock .mbr-slider .carousel-indicators li::after,
.cid-qIp1VQCock .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qIp1VQCock .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qIp1VQCock .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qIp1VQCock .mbr-slider > .container img {
  width: 100%;
}
.cid-qIp1VQCock .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIp1VQCock .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qIp1VQCock .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIp1VQCock .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIp1VQCock .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qIp1VQCock .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qIp1VQCock .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qIp1VQCock .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qIp1VQCock .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qIp1VQCock .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIp1VQCock .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qIp1VQCock .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qIp1VQCock .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qIp2Dklye0 {
  background-image: url("../../../assets/images/mbr-13-1620x1080.jpg");
}
.cid-qIp2Dklye0 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qIp1W4F8rX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-14-1620x108014.jpg");
}
.cid-qIp1W4F8rX .testimonials-container {
  margin: 0 auto;
}
.cid-qIp1W4F8rX .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qIp1W4F8rX .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qIp1W4F8rX .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qIp1W4F8rX .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qIp1W4F8rX .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qIp1W4F8rX .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qIp1W4F8rX .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qIp1W4F8rX .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qIDdOidTuk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qIDdOidTuk .mbr-section-subtitle {
  color: #767676;
}
.cid-qIDdOidTuk .btn {
  margin: 0 0 .5rem 0;
}
.cid-qICWGehbXW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qICWGehbXW .mbr-section-subtitle {
  color: #767676;
}
.cid-rOuWU3hzTS {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rOuWU3hzTS .card-box {
  padding: 0 2rem;
}
.cid-rOuWU3hzTS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rOuWU3hzTS .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rOuWU3hzTS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rOuWU3hzTS p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rOuWU3hzTS .mbr-text {
  color: #767676;
}
.cid-rOuWU3hzTS .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-rOuWU3hzTS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qL8QfivEWE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qL8QfivEWE .title {
  margin-bottom: 2rem;
}
.cid-qL8QfivEWE .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8QfivEWE a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qL8QfivEWE a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qL8QfivEWE .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qL8QfivEWE .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qICWDBkVD0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-qICWDBkVD0 .content {
    text-align: center;
  }
  .cid-qICWDBkVD0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qICWDBkVD0 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qICWDBkVD0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qICWDBkVD0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qICWDBkVD0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qICWDBkVD0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qICWDBkVD0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qICWDBkVD0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qICWDBkVD0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qICWDBkVD0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qICWDBkVD0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-qICWDBkVD0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qICWDBkVD0 .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-qICWDBkVD0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qICWDBkVD0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qLDTxB3xVt .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qLDTxB3xVt .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qLDTxB3xVt a {
  font-style: normal;
}
.cid-qLDTxB3xVt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLDTxB3xVt .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLDTxB3xVt .nav-item:focus,
.cid-qLDTxB3xVt .nav-link:focus {
  outline: none;
}
.cid-qLDTxB3xVt .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLDTxB3xVt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLDTxB3xVt .menu-logo {
  margin-right: auto;
}
.cid-qLDTxB3xVt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLDTxB3xVt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLDTxB3xVt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLDTxB3xVt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLDTxB3xVt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLDTxB3xVt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLDTxB3xVt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLDTxB3xVt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLDTxB3xVt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLDTxB3xVt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLDTxB3xVt .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLDTxB3xVt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLDTxB3xVt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLDTxB3xVt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLDTxB3xVt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLDTxB3xVt .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-qLDTxB3xVt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLDTxB3xVt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLDTxB3xVt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLDTxB3xVt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLDTxB3xVt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLDTxB3xVt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLDTxB3xVt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLDTxB3xVt button.navbar-toggler:focus {
  outline: none;
}
.cid-qLDTxB3xVt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLDTxB3xVt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLDTxB3xVt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTxB3xVt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTxB3xVt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLDTxB3xVt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTxB3xVt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLDTxB3xVt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLDTxB3xVt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTxB3xVt .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLDTxB3xVt .collapsed .btn {
  display: flex;
}
.cid-qLDTxB3xVt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLDTxB3xVt .collapsed .navbar-collapse.collapsing,
.cid-qLDTxB3xVt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLDTxB3xVt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLDTxB3xVt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLDTxB3xVt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLDTxB3xVt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLDTxB3xVt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLDTxB3xVt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTxB3xVt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLDTxB3xVt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLDTxB3xVt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLDTxB3xVt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTxB3xVt .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLDTxB3xVt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLDTxB3xVt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLDTxB3xVt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLDTxB3xVt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLDTxB3xVt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLDTxB3xVt .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: 991px) {
  .cid-qLDTxB3xVt .navbar-expand {
    flex-direction: column;
  }
  .cid-qLDTxB3xVt img {
    height: 3.8rem !important;
  }
  .cid-qLDTxB3xVt .btn {
    display: flex;
  }
  .cid-qLDTxB3xVt button.navbar-toggler {
    display: block;
  }
  .cid-qLDTxB3xVt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLDTxB3xVt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLDTxB3xVt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLDTxB3xVt .navbar-collapse.collapsing,
  .cid-qLDTxB3xVt .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLDTxB3xVt .navbar-collapse.collapsing .navbar-nav,
  .cid-qLDTxB3xVt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLDTxB3xVt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLDTxB3xVt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLDTxB3xVt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLDTxB3xVt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTxB3xVt .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLDTxB3xVt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLDTxB3xVt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLDTxB3xVt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTxB3xVt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLDTxB3xVt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLDTxB3xVt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLDTxB3xVt .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-qLDTxB3xVt .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLDTxB3xVt .navbar-collapse {
  flex-basis: auto;
}
.cid-qLDTxB3xVt .nav-link:hover,
.cid-qLDTxB3xVt .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qIp7QlEqdC .modal-body .close {
  background: #1b1b1b;
}
.cid-qIp7QlEqdC .modal-body .close span {
  font-style: normal;
}
.cid-qIp7QlEqdC .carousel-inner > .active,
.cid-qIp7QlEqdC .carousel-inner > .next,
.cid-qIp7QlEqdC .carousel-inner > .prev {
  display: table;
}
.cid-qIp7QlEqdC .carousel-control .icon-next,
.cid-qIp7QlEqdC .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qIp7QlEqdC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIp7QlEqdC .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIp7QlEqdC .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qIp7QlEqdC .boxed-slider > div {
  position: relative;
}
.cid-qIp7QlEqdC .container img {
  width: 100%;
}
.cid-qIp7QlEqdC .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qIp7QlEqdC .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIp7QlEqdC .mbr-table-cell {
  padding: 0;
}
.cid-qIp7QlEqdC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qIp7QlEqdC .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIp7QlEqdC .mbr-overlay {
  z-index: 1;
}
.cid-qIp7QlEqdC .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIp7QlEqdC .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qIp7QlEqdC .carousel-item .container {
    width: 100%;
  }
}
.cid-qIp7QlEqdC .carousel-item-next.carousel-item-left,
.cid-qIp7QlEqdC .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qIp7QlEqdC .active.carousel-item-right,
.cid-qIp7QlEqdC .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qIp7QlEqdC .active.carousel-item-left,
.cid-qIp7QlEqdC .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qIp7QlEqdC .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qIp7QlEqdC .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qIp7QlEqdC .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qIp7QlEqdC .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qIp7QlEqdC .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qIp7QlEqdC .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qIp7QlEqdC .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qIp7QlEqdC .mbr-slider .carousel-indicators li.active,
.cid-qIp7QlEqdC .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qIp7QlEqdC .mbr-slider .carousel-indicators li::after,
.cid-qIp7QlEqdC .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qIp7QlEqdC .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qIp7QlEqdC .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qIp7QlEqdC .mbr-slider > .container img {
  width: 100%;
}
.cid-qIp7QlEqdC .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIp7QlEqdC .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qIp7QlEqdC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIp7QlEqdC .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIp7QlEqdC .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qIp7QlEqdC .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qIp7QlEqdC .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qIp7QlEqdC .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qIp7QlEqdC .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qIp7QlEqdC .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIp7QlEqdC .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qIp7QlEqdC .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qIp7QlEqdC .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qIp8UuZIVS {
  background-image: url("../../../assets/images/fox-2-1920x1900.jpg");
}
.cid-qIp8UuZIVS h1 {
  color: #616161;
}
.cid-qIp8UuZIVS h2,
.cid-qIp8UuZIVS h3,
.cid-qIp8UuZIVS p {
  color: #767676;
}
.cid-qIp8UuZIVS .mbr-section-subtitle {
  font-style: italic;
}
.cid-qIp8UuZIVS P {
  color: #232323;
}
.cid-qIDeYlrejv {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #f4a997, #a09fc0);
}
@media (min-width: 992px) {
  .cid-qIDeYlrejv .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qIDeYlrejv .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qKYt4xN2VJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #55b4d4, #232323);
}
@media (min-width: 992px) {
  .cid-qKYt4xN2VJ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKYt4xN2VJ .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qIp7Qo6UGK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-14-1620x108014.jpg");
}
.cid-qIp7Qo6UGK .testimonials-container {
  margin: 0 auto;
}
.cid-qIp7Qo6UGK .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qIp7Qo6UGK .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qIp7Qo6UGK .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qIp7Qo6UGK .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qIp7Qo6UGK .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qIp7Qo6UGK .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qIp7Qo6UGK .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qIp7Qo6UGK .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qICWpgZWaZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qICWpgZWaZ .mbr-section-subtitle {
  color: #767676;
}
.cid-rOuX4dEk05 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rOuX4dEk05 .card-box {
  padding: 0 2rem;
}
.cid-rOuX4dEk05 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rOuX4dEk05 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rOuX4dEk05 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rOuX4dEk05 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rOuX4dEk05 .mbr-text {
  color: #767676;
}
.cid-rOuX4dEk05 .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-rOuX4dEk05 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qL8QizP47I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qL8QizP47I .title {
  margin-bottom: 2rem;
}
.cid-qL8QizP47I .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8QizP47I a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qL8QizP47I a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qL8QizP47I .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qL8QizP47I .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qICWsbFSQD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-qICWsbFSQD .content {
    text-align: center;
  }
  .cid-qICWsbFSQD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qICWsbFSQD .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qICWsbFSQD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qICWsbFSQD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qICWsbFSQD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qICWsbFSQD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qICWsbFSQD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qICWsbFSQD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qICWsbFSQD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qICWsbFSQD .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qICWsbFSQD .google-map {
  height: 25rem;
  position: relative;
}
.cid-qICWsbFSQD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qICWsbFSQD .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-qICWsbFSQD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qICWsbFSQD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qLDTAZgxr0 .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qLDTAZgxr0 .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qLDTAZgxr0 a {
  font-style: normal;
}
.cid-qLDTAZgxr0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLDTAZgxr0 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLDTAZgxr0 .nav-item:focus,
.cid-qLDTAZgxr0 .nav-link:focus {
  outline: none;
}
.cid-qLDTAZgxr0 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLDTAZgxr0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLDTAZgxr0 .menu-logo {
  margin-right: auto;
}
.cid-qLDTAZgxr0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLDTAZgxr0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLDTAZgxr0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLDTAZgxr0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLDTAZgxr0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLDTAZgxr0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLDTAZgxr0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLDTAZgxr0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLDTAZgxr0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLDTAZgxr0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLDTAZgxr0 .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLDTAZgxr0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLDTAZgxr0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLDTAZgxr0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLDTAZgxr0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLDTAZgxr0 .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-qLDTAZgxr0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLDTAZgxr0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLDTAZgxr0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLDTAZgxr0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLDTAZgxr0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLDTAZgxr0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLDTAZgxr0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLDTAZgxr0 button.navbar-toggler:focus {
  outline: none;
}
.cid-qLDTAZgxr0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLDTAZgxr0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLDTAZgxr0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTAZgxr0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTAZgxr0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLDTAZgxr0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTAZgxr0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLDTAZgxr0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLDTAZgxr0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTAZgxr0 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLDTAZgxr0 .collapsed .btn {
  display: flex;
}
.cid-qLDTAZgxr0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.collapsing,
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLDTAZgxr0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTAZgxr0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLDTAZgxr0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLDTAZgxr0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLDTAZgxr0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLDTAZgxr0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLDTAZgxr0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLDTAZgxr0 .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: 991px) {
  .cid-qLDTAZgxr0 .navbar-expand {
    flex-direction: column;
  }
  .cid-qLDTAZgxr0 img {
    height: 3.8rem !important;
  }
  .cid-qLDTAZgxr0 .btn {
    display: flex;
  }
  .cid-qLDTAZgxr0 button.navbar-toggler {
    display: block;
  }
  .cid-qLDTAZgxr0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLDTAZgxr0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLDTAZgxr0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLDTAZgxr0 .navbar-collapse.collapsing,
  .cid-qLDTAZgxr0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLDTAZgxr0 .navbar-collapse.collapsing .navbar-nav,
  .cid-qLDTAZgxr0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLDTAZgxr0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLDTAZgxr0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLDTAZgxr0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLDTAZgxr0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTAZgxr0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLDTAZgxr0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLDTAZgxr0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLDTAZgxr0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTAZgxr0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLDTAZgxr0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLDTAZgxr0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLDTAZgxr0 .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-qLDTAZgxr0 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLDTAZgxr0 .navbar-collapse {
  flex-basis: auto;
}
.cid-qLDTAZgxr0 .nav-link:hover,
.cid-qLDTAZgxr0 .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qIpl4AokvY .modal-body .close {
  background: #1b1b1b;
}
.cid-qIpl4AokvY .modal-body .close span {
  font-style: normal;
}
.cid-qIpl4AokvY .carousel-inner > .active,
.cid-qIpl4AokvY .carousel-inner > .next,
.cid-qIpl4AokvY .carousel-inner > .prev {
  display: table;
}
.cid-qIpl4AokvY .carousel-control .icon-next,
.cid-qIpl4AokvY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qIpl4AokvY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIpl4AokvY .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIpl4AokvY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qIpl4AokvY .boxed-slider > div {
  position: relative;
}
.cid-qIpl4AokvY .container img {
  width: 100%;
}
.cid-qIpl4AokvY .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qIpl4AokvY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIpl4AokvY .mbr-table-cell {
  padding: 0;
}
.cid-qIpl4AokvY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qIpl4AokvY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIpl4AokvY .mbr-overlay {
  z-index: 1;
}
.cid-qIpl4AokvY .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIpl4AokvY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qIpl4AokvY .carousel-item .container {
    width: 100%;
  }
}
.cid-qIpl4AokvY .carousel-item-next.carousel-item-left,
.cid-qIpl4AokvY .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qIpl4AokvY .active.carousel-item-right,
.cid-qIpl4AokvY .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qIpl4AokvY .active.carousel-item-left,
.cid-qIpl4AokvY .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qIpl4AokvY .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qIpl4AokvY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qIpl4AokvY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qIpl4AokvY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qIpl4AokvY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qIpl4AokvY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qIpl4AokvY .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qIpl4AokvY .mbr-slider .carousel-indicators li.active,
.cid-qIpl4AokvY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qIpl4AokvY .mbr-slider .carousel-indicators li::after,
.cid-qIpl4AokvY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qIpl4AokvY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qIpl4AokvY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qIpl4AokvY .mbr-slider > .container img {
  width: 100%;
}
.cid-qIpl4AokvY .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qIpl4AokvY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qIpl4AokvY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qIpl4AokvY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qIpl4AokvY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qIpl4AokvY .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qIpl4AokvY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qIpl4AokvY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qIpl4AokvY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qIpl4AokvY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qIpl4AokvY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qIpl4AokvY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qIpl4AokvY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qIpozT6tJR {
  background-image: url("../../../assets/images/csd-4-1920x1900.png");
}
.cid-qIpozT6tJR .mbr-text,
.cid-qIpozT6tJR .mbr-section-btn {
  text-align: right;
}
.cid-qIpozT6tJR H3 {
  text-align: right;
}
.cid-qIpozT6tJR H1 {
  text-align: right;
}
.cid-qIpl4D7AXh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-14-1620x108014.jpg");
}
.cid-qIpl4D7AXh .testimonials-container {
  margin: 0 auto;
}
.cid-qIpl4D7AXh .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qIpl4D7AXh .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qIpl4D7AXh .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qIpl4D7AXh .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qIpl4D7AXh .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qIpl4D7AXh .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qIpl4D7AXh .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qIpl4D7AXh .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qICW8wc1yo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qICW8wc1yo .mbr-section-subtitle {
  color: #767676;
}
.cid-rOuX9Q9pym {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rOuX9Q9pym .card-box {
  padding: 0 2rem;
}
.cid-rOuX9Q9pym .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rOuX9Q9pym .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rOuX9Q9pym h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rOuX9Q9pym p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rOuX9Q9pym .mbr-text {
  color: #767676;
}
.cid-rOuX9Q9pym .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-rOuX9Q9pym .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qL8Qlml3Ul {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qL8Qlml3Ul .title {
  margin-bottom: 2rem;
}
.cid-qL8Qlml3Ul .mbr-section-subtitle {
  color: #767676;
}
.cid-qL8Qlml3Ul a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qL8Qlml3Ul a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qL8Qlml3Ul .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qL8Qlml3Ul .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qICWdjKqy0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-qICWdjKqy0 .content {
    text-align: center;
  }
  .cid-qICWdjKqy0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qICWdjKqy0 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qICWdjKqy0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qICWdjKqy0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qICWdjKqy0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qICWdjKqy0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qICWdjKqy0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qICWdjKqy0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qICWdjKqy0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qICWdjKqy0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qICWdjKqy0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-qICWdjKqy0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qICWdjKqy0 .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-qICWdjKqy0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qICWdjKqy0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qLDTtYyIM2 .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qLDTtYyIM2 .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qLDTtYyIM2 a {
  font-style: normal;
}
.cid-qLDTtYyIM2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLDTtYyIM2 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLDTtYyIM2 .nav-item:focus,
.cid-qLDTtYyIM2 .nav-link:focus {
  outline: none;
}
.cid-qLDTtYyIM2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLDTtYyIM2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLDTtYyIM2 .menu-logo {
  margin-right: auto;
}
.cid-qLDTtYyIM2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLDTtYyIM2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLDTtYyIM2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLDTtYyIM2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLDTtYyIM2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLDTtYyIM2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLDTtYyIM2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLDTtYyIM2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLDTtYyIM2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLDTtYyIM2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLDTtYyIM2 .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLDTtYyIM2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLDTtYyIM2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLDTtYyIM2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLDTtYyIM2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLDTtYyIM2 .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-qLDTtYyIM2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLDTtYyIM2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLDTtYyIM2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLDTtYyIM2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLDTtYyIM2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLDTtYyIM2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLDTtYyIM2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLDTtYyIM2 button.navbar-toggler:focus {
  outline: none;
}
.cid-qLDTtYyIM2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qLDTtYyIM2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLDTtYyIM2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTtYyIM2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLDTtYyIM2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLDTtYyIM2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTtYyIM2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLDTtYyIM2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLDTtYyIM2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLDTtYyIM2 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLDTtYyIM2 .collapsed .btn {
  display: flex;
}
.cid-qLDTtYyIM2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.collapsing,
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLDTtYyIM2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLDTtYyIM2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLDTtYyIM2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLDTtYyIM2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLDTtYyIM2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLDTtYyIM2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLDTtYyIM2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLDTtYyIM2 .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: 991px) {
  .cid-qLDTtYyIM2 .navbar-expand {
    flex-direction: column;
  }
  .cid-qLDTtYyIM2 img {
    height: 3.8rem !important;
  }
  .cid-qLDTtYyIM2 .btn {
    display: flex;
  }
  .cid-qLDTtYyIM2 button.navbar-toggler {
    display: block;
  }
  .cid-qLDTtYyIM2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLDTtYyIM2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLDTtYyIM2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLDTtYyIM2 .navbar-collapse.collapsing,
  .cid-qLDTtYyIM2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLDTtYyIM2 .navbar-collapse.collapsing .navbar-nav,
  .cid-qLDTtYyIM2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLDTtYyIM2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLDTtYyIM2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLDTtYyIM2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLDTtYyIM2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTtYyIM2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLDTtYyIM2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLDTtYyIM2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLDTtYyIM2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLDTtYyIM2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLDTtYyIM2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLDTtYyIM2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLDTtYyIM2 .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-qLDTtYyIM2 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLDTtYyIM2 .navbar-collapse {
  flex-basis: auto;
}
.cid-qLDTtYyIM2 .nav-link:hover,
.cid-qLDTtYyIM2 .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-qLybfGoDtv .modal-body .close {
  background: #1b1b1b;
}
.cid-qLybfGoDtv .modal-body .close span {
  font-style: normal;
}
.cid-qLybfGoDtv .carousel-inner > .active,
.cid-qLybfGoDtv .carousel-inner > .next,
.cid-qLybfGoDtv .carousel-inner > .prev {
  display: table;
}
.cid-qLybfGoDtv .carousel-control .icon-next,
.cid-qLybfGoDtv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qLybfGoDtv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLybfGoDtv .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qLybfGoDtv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qLybfGoDtv .boxed-slider > div {
  position: relative;
}
.cid-qLybfGoDtv .container img {
  width: 100%;
}
.cid-qLybfGoDtv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qLybfGoDtv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qLybfGoDtv .mbr-table-cell {
  padding: 0;
}
.cid-qLybfGoDtv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qLybfGoDtv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qLybfGoDtv .mbr-overlay {
  z-index: 1;
}
.cid-qLybfGoDtv .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qLybfGoDtv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qLybfGoDtv .carousel-item .container {
    width: 100%;
  }
}
.cid-qLybfGoDtv .carousel-item-next.carousel-item-left,
.cid-qLybfGoDtv .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qLybfGoDtv .active.carousel-item-right,
.cid-qLybfGoDtv .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qLybfGoDtv .active.carousel-item-left,
.cid-qLybfGoDtv .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qLybfGoDtv .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qLybfGoDtv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qLybfGoDtv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qLybfGoDtv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qLybfGoDtv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qLybfGoDtv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qLybfGoDtv .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qLybfGoDtv .mbr-slider .carousel-indicators li.active,
.cid-qLybfGoDtv .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qLybfGoDtv .mbr-slider .carousel-indicators li::after,
.cid-qLybfGoDtv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qLybfGoDtv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qLybfGoDtv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qLybfGoDtv .mbr-slider > .container img {
  width: 100%;
}
.cid-qLybfGoDtv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qLybfGoDtv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qLybfGoDtv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qLybfGoDtv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qLybfGoDtv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qLybfGoDtv .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qLybfGoDtv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qLybfGoDtv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qLybfGoDtv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qLybfGoDtv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qLybfGoDtv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qLybfGoDtv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qLybfGoDtv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qLyd7rIkbF {
  background-image: url("../../../assets/images/mbr-2-1620x1080.jpg");
}
.cid-qLyd7rIkbF .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qLybfMV9Mb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-14-1620x108014.jpg");
}
.cid-qLybfMV9Mb .testimonials-container {
  margin: 0 auto;
}
.cid-qLybfMV9Mb .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qLybfMV9Mb .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qLybfMV9Mb .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qLybfMV9Mb .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qLybfMV9Mb .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qLybfMV9Mb .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qLybfMV9Mb .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qLybfMV9Mb .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qLybfPPaMc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qLybfPPaMc .mbr-section-subtitle {
  color: #767676;
}
.cid-qLybfPPaMc .btn {
  margin: 0 0 .5rem 0;
}
.cid-qLybfRIILN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qLybfRIILN .mbr-section-subtitle {
  color: #767676;
}
.cid-rOuWZqVZMw {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rOuWZqVZMw .card-box {
  padding: 0 2rem;
}
.cid-rOuWZqVZMw .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rOuWZqVZMw .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rOuWZqVZMw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rOuWZqVZMw p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rOuWZqVZMw .mbr-text {
  color: #767676;
}
.cid-rOuWZqVZMw .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-rOuWZqVZMw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qLybfVffji {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qLybfVffji .title {
  margin-bottom: 2rem;
}
.cid-qLybfVffji .mbr-section-subtitle {
  color: #767676;
}
.cid-qLybfVffji a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qLybfVffji a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qLybfVffji .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qLybfVffji .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qLybfWXMNa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-qLybfWXMNa .content {
    text-align: center;
  }
  .cid-qLybfWXMNa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qLybfWXMNa .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qLybfWXMNa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLybfWXMNa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLybfWXMNa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qLybfWXMNa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLybfWXMNa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLybfWXMNa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLybfWXMNa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLybfWXMNa .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLybfWXMNa .google-map {
  height: 25rem;
  position: relative;
}
.cid-qLybfWXMNa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qLybfWXMNa .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-qLybfWXMNa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qLybfWXMNa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rbFrU68KDU {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-rbFrU68KDU .mbr-section-subtitle {
  color: #767676;
}
.cid-rbFrU68KDU B {
  color: #ffffff;
}
.cid-rbFsPBuEVF {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rbFsPBuEVF .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rbFsPBuEVF H2 {
  text-align: left;
}
.cid-rbFzakjt4p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rbFrUczz1D .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rbFrUczz1D .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rbFrUczz1D a {
  font-style: normal;
}
.cid-rbFrUczz1D .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rbFrUczz1D .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rbFrUczz1D .nav-item:focus,
.cid-rbFrUczz1D .nav-link:focus {
  outline: none;
}
.cid-rbFrUczz1D .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rbFrUczz1D .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rbFrUczz1D .menu-logo {
  margin-right: auto;
}
.cid-rbFrUczz1D .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rbFrUczz1D .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rbFrUczz1D .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rbFrUczz1D .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rbFrUczz1D .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rbFrUczz1D .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rbFrUczz1D .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rbFrUczz1D .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rbFrUczz1D .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rbFrUczz1D .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rbFrUczz1D .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rbFrUczz1D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rbFrUczz1D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rbFrUczz1D .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rbFrUczz1D .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rbFrUczz1D .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-rbFrUczz1D .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rbFrUczz1D .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rbFrUczz1D .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rbFrUczz1D .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rbFrUczz1D .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rbFrUczz1D .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rbFrUczz1D button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rbFrUczz1D button.navbar-toggler:focus {
  outline: none;
}
.cid-rbFrUczz1D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rbFrUczz1D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rbFrUczz1D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rbFrUczz1D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rbFrUczz1D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rbFrUczz1D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rbFrUczz1D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rbFrUczz1D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rbFrUczz1D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rbFrUczz1D .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rbFrUczz1D .collapsed .btn {
  display: flex;
}
.cid-rbFrUczz1D .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rbFrUczz1D .collapsed .navbar-collapse.collapsing,
.cid-rbFrUczz1D .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rbFrUczz1D .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rbFrUczz1D .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rbFrUczz1D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rbFrUczz1D .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rbFrUczz1D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rbFrUczz1D .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rbFrUczz1D .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rbFrUczz1D .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rbFrUczz1D .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rbFrUczz1D .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rbFrUczz1D .collapsed button.navbar-toggler {
  display: block;
}
.cid-rbFrUczz1D .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rbFrUczz1D .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rbFrUczz1D .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rbFrUczz1D .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rbFrUczz1D .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rbFrUczz1D .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: 991px) {
  .cid-rbFrUczz1D .navbar-expand {
    flex-direction: column;
  }
  .cid-rbFrUczz1D img {
    height: 3.8rem !important;
  }
  .cid-rbFrUczz1D .btn {
    display: flex;
  }
  .cid-rbFrUczz1D button.navbar-toggler {
    display: block;
  }
  .cid-rbFrUczz1D .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rbFrUczz1D .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rbFrUczz1D .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rbFrUczz1D .navbar-collapse.collapsing,
  .cid-rbFrUczz1D .navbar-collapse.show {
    display: block !important;
  }
  .cid-rbFrUczz1D .navbar-collapse.collapsing .navbar-nav,
  .cid-rbFrUczz1D .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rbFrUczz1D .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rbFrUczz1D .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rbFrUczz1D .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rbFrUczz1D .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rbFrUczz1D .navbar-collapse.collapsing .navbar-buttons,
  .cid-rbFrUczz1D .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rbFrUczz1D .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rbFrUczz1D .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rbFrUczz1D .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rbFrUczz1D .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rbFrUczz1D .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rbFrUczz1D .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-rbFrUczz1D .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rbFrUczz1D .navbar-collapse {
  flex-basis: auto;
}
.cid-rbFrUczz1D .nav-link:hover,
.cid-rbFrUczz1D .dropdown-item:hover {
  color: #ff3366 !important;
}
