body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.5rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.4rem;
    font-size: calc( 0.825rem + (0.5 - 0.825) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.825rem + (0.5 - 0.825) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !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: #40c0ec !important;
  border-color: #40c0ec !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #40c0ec !important;
  border-color: #40c0ec !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: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !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: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !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: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !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: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !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: #57c8ef !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !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;
}
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: #fff8cc;
}
.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: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%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.5;
}
.cid-shrmMHN8lU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-shrmMHN8lU .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-shrmMHN8lU .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-shrmMHN8lU .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shrmMHN8lU .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shrmMHN8lU .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-collapse.show,
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shrmMHN8lU .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shrmMHN8lU .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shrmMHN8lU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shrmMHN8lU .navbar {
    flex-wrap: nowrap;
  }
  .cid-shrmMHN8lU .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shrmMHN8lU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shrmMHN8lU .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shrmMHN8lU .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shrmMHN8lU .navbar.opened .navbar-collapse.show,
  .cid-shrmMHN8lU .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shrmMHN8lU .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shrmMHN8lU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shrmMHN8lU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-shrmMHN8lU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shrmMHN8lU .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-shrmMHN8lU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shrmMHN8lU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shrmMHN8lU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shrmMHN8lU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shrmMHN8lU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shrmMHN8lU .dropdown-item.active,
.cid-shrmMHN8lU .dropdown-item:active {
  background-color: transparent;
}
.cid-shrmMHN8lU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shrmMHN8lU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shrmMHN8lU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shrmMHN8lU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-shrmMHN8lU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shrmMHN8lU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shrmMHN8lU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shrmMHN8lU .navbar-buttons {
  text-align: center;
}
.cid-shrmMHN8lU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shrmMHN8lU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shrmMHN8lU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shrmMHN8lU a.nav-link:focus {
  outline: none;
}
.cid-shrmMHN8lU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-shrmMHN8lU .nav-link:hover,
.cid-shrmMHN8lU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shrmMHN8lU .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shrmMHN8lU .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shmJCHgaQX {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-shmJCHgaQX .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #127c70;
}
.cid-shmJCHgaQX img {
  width: 100%;
}
.cid-shmJCHgaQX p {
  margin-top: 6rem;
}
.cid-shmJCHgaQX .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-shmJCHgaQX .content-wrapper {
  padding-top: 6rem;
}
.cid-shmJCHgaQX h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-shmJCHgaQX .content-wrapper {
    padding-top: 0rem;
  }
  .cid-shmJCHgaQX p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shmJCHgaQX .back {
    width: 100%;
    height: 75%;
  }
  .cid-shmJCHgaQX .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-shmJCHgaQX p {
    margin-top: 4rem;
  }
}
.cid-shmJCHgaQX .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-shmJCHgaQX .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-shmJCHgaQX .content-wrapper {
    padding-right: 3rem;
  }
  .cid-shmJCHgaQX h4 {
    right: 2rem;
  }
}
.cid-shmJCHgaQX H1 {
  color: #ffffff;
}
.cid-shmJCHgaQX H3 {
  color: #efeeee;
}
.cid-shmJCHgaQX .mbr-text,
.cid-shmJCHgaQX .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-shmJCHgaQX H4 {
  color: #ffffff;
}
.cid-shmJGtSn8v {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
  background-position: right;
}
.cid-shmJGtSn8v .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shmJGtSn8v .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-shmJGtSn8v .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shmJGtSn8v img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-shmJGtSn8v .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shsdSalYOx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-shsdSalYOx .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-shsdSalYOx .block2 {
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpeg");
}
.cid-shsdSalYOx .block2:hover .block2-over {
  opacity: 0;
}
.cid-shsdSalYOx .block1 {
  background-image: url("../../../assets/images/mbr-1-1920x960.jpeg");
}
.cid-shsdSalYOx .block1:hover .block1-over {
  opacity: 0;
}
.cid-shsdSalYOx .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #c1c1c1;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-shsdSalYOx .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ffda00;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-shsdSalYOx .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1920x1496.jpeg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-shsdSalYOx .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #333333;
}
.cid-shsdSalYOx .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-shsdSalYOx .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-shsdSalYOx .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-shsdSalYOx .wrap:hover .box-title2,
.cid-shsdSalYOx .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-shsdSalYOx .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-shsdSalYOx .box-title2,
.cid-shsdSalYOx .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-shsdSalYOx .box-content {
  transition: all 0.3s;
  background: #333333;
  width: 50%;
}
.cid-shsdSalYOx .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-shsdSalYOx .img-content {
    opacity: 1;
  }
  .cid-shsdSalYOx .box-title2,
  .cid-shsdSalYOx .box-text2 {
    color: #333333 !important;
  }
  .cid-shsdSalYOx .content-block,
  .cid-shsdSalYOx .content1 {
    padding: 3rem 1rem;
  }
  .cid-shsdSalYOx .wrap {
    min-height: 300px;
  }
  .cid-shsdSalYOx .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-shsdSalYOx .box-text1 {
  color: #333333;
}
.cid-shsdSalYOx .box-title2 {
  color: #cccccc;
}
.cid-shsdSalYOx .block1-text {
  color: #333333;
}
.cid-shsdSalYOx .block2-text {
  color: #333333;
}
.cid-shsdSalYOx .block2-title {
  color: #333333;
}
.cid-shsdSalYOx .box-text2 {
  color: #ffffff;
}
.cid-shmJFd8M2E {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1129.jpg");
}
.cid-shmJFd8M2E .row {
  position: relative;
}
.cid-shmJFd8M2E .container {
  max-width: 1500px;
}
.cid-shmJFd8M2E .container {
  padding-right: 8rem !important;
}
.cid-shmJFd8M2E h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-shmJFd8M2E .content-wrapper {
  max-width: 800px;
}
.cid-shmJFd8M2E H1 {
  color: #127c70;
}
.cid-shmJFd8M2E .mbr-text,
.cid-shmJFd8M2E .mbr-section-btn {
  color: #333333;
}
.cid-shmJFd8M2E H3 {
  color: #333333;
}
@media (min-width: 767px) {
  .cid-shmJFd8M2E .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shmJFd8M2E .container {
    padding-right: 4rem !important;
  }
}
.cid-shtwpVnaGl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shtwpVnaGl .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-shtwpVnaGl .first-column .mbr-text {
  margin: 0;
}
.cid-shtwpVnaGl .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-shtwpVnaGl .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-shtwpVnaGl .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-shtwpVnaGl .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-shtwpVnaGl .form-group {
  max-width: 55%;
}
.cid-shtwpVnaGl .form-group,
.cid-shtwpVnaGl .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-shtwpVnaGl .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-shtwpVnaGl .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-shtwpVnaGl .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtwpVnaGl .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtwpVnaGl .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-shtwpVnaGl .col + .mbr-section-btn .btn,
.cid-shtwpVnaGl .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-shtwpVnaGl .dragArea > *:nth-last-child(2).col,
.cid-shtwpVnaGl .dragArea > *:nth-last-child(2).col-auto,
.cid-shtwpVnaGl .col + .mbr-section-btn,
.cid-shtwpVnaGl .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-shtwpVnaGl .first-column,
  .cid-shtwpVnaGl .second-column {
    padding-bottom: 2rem;
  }
  .cid-shtwpVnaGl .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-shtwpVnaGl .first-column,
  .cid-shtwpVnaGl .second-column,
  .cid-shtwpVnaGl .third-column {
    text-align: center;
  }
}
.cid-sOmxoLsGZF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sOmxoLsGZF .media-container-row .mbr-text {
  color: #232323;
}
.cid-shrmMHN8lU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-shrmMHN8lU .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-shrmMHN8lU .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-shrmMHN8lU .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shrmMHN8lU .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shrmMHN8lU .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-collapse.show,
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shrmMHN8lU .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shrmMHN8lU .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shrmMHN8lU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shrmMHN8lU .navbar {
    flex-wrap: nowrap;
  }
  .cid-shrmMHN8lU .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shrmMHN8lU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shrmMHN8lU .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shrmMHN8lU .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shrmMHN8lU .navbar.opened .navbar-collapse.show,
  .cid-shrmMHN8lU .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shrmMHN8lU .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shrmMHN8lU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shrmMHN8lU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-shrmMHN8lU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shrmMHN8lU .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-shrmMHN8lU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shrmMHN8lU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shrmMHN8lU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shrmMHN8lU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shrmMHN8lU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shrmMHN8lU .dropdown-item.active,
.cid-shrmMHN8lU .dropdown-item:active {
  background-color: transparent;
}
.cid-shrmMHN8lU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shrmMHN8lU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shrmMHN8lU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shrmMHN8lU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-shrmMHN8lU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shrmMHN8lU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shrmMHN8lU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shrmMHN8lU .navbar-buttons {
  text-align: center;
}
.cid-shrmMHN8lU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shrmMHN8lU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shrmMHN8lU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shrmMHN8lU a.nav-link:focus {
  outline: none;
}
.cid-shrmMHN8lU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-shrmMHN8lU .nav-link:hover,
.cid-shrmMHN8lU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shrmMHN8lU .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shrmMHN8lU .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shstSnPgyT {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-shstSnPgyT img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-shstSnPgyT img:hover {
  transform: scale(1.1);
}
.cid-shstSnPgyT .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-shstSnPgyT h2 {
  padding: 0;
  margin: 0;
}
.cid-shstSnPgyT .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shstSnPgyT .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-shstSnPgyT .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-shstSnPgyT .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-shstSnPgyT .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-shstSnPgyT .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-shstSnPgyT .mbr-iconfont {
  margin: 0 !important;
}
.cid-shstSnPgyT .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-shstSnPgyT .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shstSnPgyT .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-shstSnPgyT .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-shstSnPgyT .text-col {
    padding: 2rem 1rem;
  }
}
.cid-shstSnPgyT H2 {
  color: #333333;
}
.cid-shstSnPgyT .mbr-text {
  color: #767676;
}
.cid-shtGDzxpo0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shtGDzxpo0 .mbr-iconfont {
  color: #127c70;
  font-size: 1.1rem;
}
.cid-shtGDzxpo0 .title,
.cid-shtGDzxpo0 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-shtGDzxpo0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-shtGDzxpo0 .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-shtGDzxpo0 .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-shtGDzxpo0 .text-box {
  padding: 0rem;
}
.cid-shtGDzxpo0 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-shtGDzxpo0 .card-title {
  color: #127c70;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-shtGDzxpo0 .card-img {
  overflow: hidden;
}
.cid-shtGDzxpo0 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-shtGDzxpo0 .card-box {
  padding: 0rem;
}
.cid-shtGDzxpo0 img {
  transition: all 0.3s;
}
.cid-shtGDzxpo0 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-shtGDzxpo0 .status {
  color: #127c70;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-shtGDzxpo0 .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-shtGDzxpo0 .card-img {
    width: 30%;
  }
  .cid-shtGDzxpo0 .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-shtGDzxpo0 .card-img {
    width: 50%;
  }
  .cid-shtGDzxpo0 .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-shtGDzxpo0 .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-shtGDzxpo0 .card-img {
    width: 100%;
  }
  .cid-shtGDzxpo0 .card-box {
    width: 100%;
  }
}
.cid-shtGDzxpo0 .card-box > p,
.cid-shtGDzxpo0 .mbr-section-btn {
  color: #767676;
}
.cid-shtwKwrvZ9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shtwKwrvZ9 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-shtwKwrvZ9 .first-column .mbr-text {
  margin: 0;
}
.cid-shtwKwrvZ9 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-shtwKwrvZ9 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-shtwKwrvZ9 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-shtwKwrvZ9 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-shtwKwrvZ9 .form-group {
  max-width: 55%;
}
.cid-shtwKwrvZ9 .form-group,
.cid-shtwKwrvZ9 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-shtwKwrvZ9 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-shtwKwrvZ9 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-shtwKwrvZ9 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtwKwrvZ9 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtwKwrvZ9 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-shtwKwrvZ9 .col + .mbr-section-btn .btn,
.cid-shtwKwrvZ9 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-shtwKwrvZ9 .dragArea > *:nth-last-child(2).col,
.cid-shtwKwrvZ9 .dragArea > *:nth-last-child(2).col-auto,
.cid-shtwKwrvZ9 .col + .mbr-section-btn,
.cid-shtwKwrvZ9 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-shtwKwrvZ9 .first-column,
  .cid-shtwKwrvZ9 .second-column {
    padding-bottom: 2rem;
  }
  .cid-shtwKwrvZ9 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-shtwKwrvZ9 .first-column,
  .cid-shtwKwrvZ9 .second-column,
  .cid-shtwKwrvZ9 .third-column {
    text-align: center;
  }
}
.cid-stV6F60Vva {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stV6F60Vva .media-container-row .mbr-text {
  color: #232323;
}
.cid-shrmMHN8lU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-shrmMHN8lU .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-shrmMHN8lU .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-shrmMHN8lU .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shrmMHN8lU .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shrmMHN8lU .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-collapse.show,
.cid-shrmMHN8lU .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shrmMHN8lU .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shrmMHN8lU .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shrmMHN8lU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shrmMHN8lU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shrmMHN8lU .navbar {
    flex-wrap: nowrap;
  }
  .cid-shrmMHN8lU .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shrmMHN8lU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shrmMHN8lU .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shrmMHN8lU .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shrmMHN8lU .navbar.opened .navbar-collapse.show,
  .cid-shrmMHN8lU .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shrmMHN8lU .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shrmMHN8lU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shrmMHN8lU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shrmMHN8lU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-shrmMHN8lU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shrmMHN8lU .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-shrmMHN8lU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shrmMHN8lU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shrmMHN8lU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shrmMHN8lU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shrmMHN8lU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shrmMHN8lU .dropdown-item.active,
.cid-shrmMHN8lU .dropdown-item:active {
  background-color: transparent;
}
.cid-shrmMHN8lU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shrmMHN8lU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shrmMHN8lU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shrmMHN8lU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-shrmMHN8lU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shrmMHN8lU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shrmMHN8lU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shrmMHN8lU .navbar-buttons {
  text-align: center;
}
.cid-shrmMHN8lU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shrmMHN8lU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shrmMHN8lU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shrmMHN8lU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shrmMHN8lU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shrmMHN8lU a.nav-link:focus {
  outline: none;
}
.cid-shrmMHN8lU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-shrmMHN8lU .nav-link:hover,
.cid-shrmMHN8lU .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shrmMHN8lU .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shrmMHN8lU .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shsZeeV4Zu {
  padding-top: 180px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-shsZeeV4Zu .row {
  position: relative;
}
.cid-shsZeeV4Zu .container {
  max-width: 1500px;
}
.cid-shsZeeV4Zu h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-shsZeeV4Zu .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-shsZeeV4Zu .container {
    padding: 0 4rem;
  }
}
.cid-shsyqIxlYC {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #f4f8fa);
}
.cid-shsyqIxlYC .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-shsyqIxlYC .mbr-text {
  color: #8d97ad;
}
.cid-shsyqIxlYC .nav {
  border: none;
}
.cid-shsyqIxlYC .nav-tabs {
  width: 100%;
}
.cid-shsyqIxlYC .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-shsyqIxlYC .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
}
.cid-shsyqIxlYC .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-shsyqIxlYC .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-shsyqIxlYC .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-shsyqIxlYC .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-shsyqIxlYC .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-shsyqIxlYC .nav-item {
    display: table-row !important;
  }
}
.cid-shsyqIxlYC .mbr-text,
.cid-shsyqIxlYC .mbr-section-btn {
  color: #232323;
}
.cid-shtEIBw6Tv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-shtEIBw6Tv .row {
  position: relative;
}
.cid-shtEIBw6Tv .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-shtEIBw6Tv .row {
    margin: 0 2rem;
  }
}
.cid-shtEIBw6Tv .row {
  padding-left: 6rem;
}
.cid-shtEIBw6Tv h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-shtEIBw6Tv .content-wrapper {
  max-width: 600px;
}
.cid-shtEIBw6Tv H1 {
  color: #333333;
}
.cid-shtEIBw6Tv .mbr-text,
.cid-shtEIBw6Tv .mbr-section-btn {
  color: #333333;
}
.cid-shtEIBw6Tv H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-shtEIBw6Tv .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shtEIBw6Tv h4 {
    left: 3rem;
  }
  .cid-shtEIBw6Tv .row {
    padding-left: 3rem;
  }
}
.cid-shtE5sCBwz {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-shtE5sCBwz .row {
  position: relative;
}
.cid-shtE5sCBwz .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-shtE5sCBwz .row {
    margin: 0 2rem;
  }
}
.cid-shtE5sCBwz .row {
  padding-left: 6rem;
}
.cid-shtE5sCBwz h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-shtE5sCBwz .content-wrapper {
  max-width: 600px;
}
.cid-shtE5sCBwz H1 {
  color: #333333;
}
.cid-shtE5sCBwz .mbr-text,
.cid-shtE5sCBwz .mbr-section-btn {
  color: #333333;
}
.cid-shtE5sCBwz H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-shtE5sCBwz .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shtE5sCBwz h4 {
    left: 3rem;
  }
  .cid-shtE5sCBwz .row {
    padding-left: 3rem;
  }
}
.cid-shtF5cbQjw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-shtF5cbQjw .row {
  position: relative;
}
.cid-shtF5cbQjw .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-shtF5cbQjw .row {
    margin: 0 2rem;
  }
}
.cid-shtF5cbQjw .row {
  padding-left: 6rem;
}
.cid-shtF5cbQjw h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-shtF5cbQjw .content-wrapper {
  max-width: 600px;
}
.cid-shtF5cbQjw H1 {
  color: #333333;
}
.cid-shtF5cbQjw .mbr-text,
.cid-shtF5cbQjw .mbr-section-btn {
  color: #333333;
}
.cid-shtF5cbQjw H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-shtF5cbQjw .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shtF5cbQjw h4 {
    left: 3rem;
  }
  .cid-shtF5cbQjw .row {
    padding-left: 3rem;
  }
}
.cid-shtalXr6LW {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #879a9f;
}
.cid-shtalXr6LW .carousel {
  z-index: 2;
  position: relative;
}
.cid-shtalXr6LW .user {
  padding: 0!important;
}
.cid-shtalXr6LW .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #127c70;
  opacity: 0.5;
}
.cid-shtalXr6LW .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-shtalXr6LW .carousel-item.active,
.cid-shtalXr6LW .carousel-item-next,
.cid-shtalXr6LW .carousel-item-prev {
  display: flex;
}
.cid-shtalXr6LW .user_name {
  margin: 0;
}
.cid-shtalXr6LW .carousel-controls a {
  font-size: 2rem;
}
.cid-shtalXr6LW .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-shtalXr6LW .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-shtalXr6LW ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-shtalXr6LW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-shtalXr6LW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-shtalXr6LW .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-shtalXr6LW .user_text {
  color: #ffffff;
  text-align: left;
}
.cid-shtalXr6LW .user_desk {
  color: #767676;
}
.cid-shtalXr6LW .user_desk,
.cid-shtalXr6LW .carousel-item {
  text-align: left;
  color: #ffffff;
}
.cid-shtalXr6LW .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-shtalXr6LW .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-shtalXr6LW .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-shtalXr6LW .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-shtwiUjMfn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shtwiUjMfn .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-shtwiUjMfn .first-column .mbr-text {
  margin: 0;
}
.cid-shtwiUjMfn .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-shtwiUjMfn .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-shtwiUjMfn .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-shtwiUjMfn .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-shtwiUjMfn .form-group {
  max-width: 55%;
}
.cid-shtwiUjMfn .form-group,
.cid-shtwiUjMfn .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-shtwiUjMfn .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-shtwiUjMfn .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-shtwiUjMfn .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtwiUjMfn .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtwiUjMfn .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-shtwiUjMfn .col + .mbr-section-btn .btn,
.cid-shtwiUjMfn .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-shtwiUjMfn .dragArea > *:nth-last-child(2).col,
.cid-shtwiUjMfn .dragArea > *:nth-last-child(2).col-auto,
.cid-shtwiUjMfn .col + .mbr-section-btn,
.cid-shtwiUjMfn .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-shtwiUjMfn .first-column,
  .cid-shtwiUjMfn .second-column {
    padding-bottom: 2rem;
  }
  .cid-shtwiUjMfn .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-shtwiUjMfn .first-column,
  .cid-shtwiUjMfn .second-column,
  .cid-shtwiUjMfn .third-column {
    text-align: center;
  }
}
.cid-stV6Sr0obH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stV6Sr0obH .media-container-row .mbr-text {
  color: #232323;
}
.cid-shtk2fMja4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-shtk2fMja4 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-shtk2fMja4 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-shtk2fMja4 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shtk2fMja4 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shtk2fMja4 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shtk2fMja4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shtk2fMja4 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shtk2fMja4 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shtk2fMja4 .navbar.collapsed.opened .navbar-collapse.show,
.cid-shtk2fMja4 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shtk2fMja4 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shtk2fMja4 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shtk2fMja4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shtk2fMja4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shtk2fMja4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shtk2fMja4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shtk2fMja4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shtk2fMja4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shtk2fMja4 .navbar {
    flex-wrap: nowrap;
  }
  .cid-shtk2fMja4 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shtk2fMja4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shtk2fMja4 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shtk2fMja4 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shtk2fMja4 .navbar.opened .navbar-collapse.show,
  .cid-shtk2fMja4 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shtk2fMja4 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shtk2fMja4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shtk2fMja4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shtk2fMja4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shtk2fMja4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shtk2fMja4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shtk2fMja4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shtk2fMja4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-shtk2fMja4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shtk2fMja4 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-shtk2fMja4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shtk2fMja4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shtk2fMja4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shtk2fMja4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shtk2fMja4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shtk2fMja4 .dropdown-item.active,
.cid-shtk2fMja4 .dropdown-item:active {
  background-color: transparent;
}
.cid-shtk2fMja4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shtk2fMja4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shtk2fMja4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shtk2fMja4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-shtk2fMja4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shtk2fMja4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shtk2fMja4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shtk2fMja4 .navbar-buttons {
  text-align: center;
}
.cid-shtk2fMja4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shtk2fMja4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shtk2fMja4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shtk2fMja4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shtk2fMja4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shtk2fMja4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shtk2fMja4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shtk2fMja4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shtk2fMja4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shtk2fMja4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shtk2fMja4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shtk2fMja4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shtk2fMja4 a.nav-link:focus {
  outline: none;
}
.cid-shtk2fMja4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-shtk2fMja4 .nav-link:hover,
.cid-shtk2fMja4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shtk2fMja4 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shtk2fMja4 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shtkdBNmMd {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1524.jpg");
}
.cid-shtkdBNmMd .row {
  justify-content: flex-end;
}
.cid-shtkdBNmMd .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-shtkdBNmMd .block {
  background-color: #ffda00;
}
.cid-shtkdBNmMd img {
  width: 100%;
}
.cid-shtkdBNmMd .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-shtkdBNmMd .content {
  max-width: 600px;
}
.cid-shtkdBNmMd h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-shtkdBNmMd .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-shtkdBNmMd h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-shtkdBNmMd .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-shtkdBNmMd h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-shtkdBNmMd .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-shtlkWuiD0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333a3b;
}
.cid-shtlkWuiD0 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-shtlkWuiD0 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-shtlkWuiD0 .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #127c70;
}
.cid-shtlkWuiD0 .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-shtlkWuiD0 .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-shtlkWuiD0 .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-shtlkWuiD0 .wrap:hover .box-title2,
.cid-shtlkWuiD0 .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-shtlkWuiD0 .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-shtlkWuiD0 .box-title2,
.cid-shtlkWuiD0 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-shtlkWuiD0 .box-content {
  transition: all 0.3s;
  background: #127c70;
  width: 50%;
}
.cid-shtlkWuiD0 .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-shtlkWuiD0 .img-content {
    opacity: 1;
  }
  .cid-shtlkWuiD0 .box-title2,
  .cid-shtlkWuiD0 .box-text2 {
    color: #333333 !important;
  }
  .cid-shtlkWuiD0 .content-block,
  .cid-shtlkWuiD0 .box-content {
    padding: 3rem 1rem;
  }
  .cid-shtlkWuiD0 .wrap {
    min-height: 300px;
  }
  .cid-shtlkWuiD0 .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-shtlkWuiD0 .box-text1 {
  color: #333333;
}
.cid-shtlkWuiD0 .box-title2 {
  color: #cccccc;
}
.cid-shtlkWuiD0 .mbr-text,
.cid-shtlkWuiD0 .mbr-section-btn {
  color: #ffffff;
}
.cid-shtlkWuiD0 H2 {
  color: #ffffff;
}
.cid-shtlkWuiD0 H3 {
  color: #ffffff;
}
.cid-shtxzFEq3r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-shtxzFEq3r img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-shtxzFEq3r img:hover {
  transform: scale(1.1);
}
.cid-shtxzFEq3r .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-shtxzFEq3r h2 {
  padding: 0;
  margin: 0;
}
.cid-shtxzFEq3r .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shtxzFEq3r .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-shtxzFEq3r .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-shtxzFEq3r .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-shtxzFEq3r .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-shtxzFEq3r .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shtxzFEq3r .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-shtxzFEq3r .text-col {
    padding: 2rem 1rem;
  }
}
.cid-shtxzFEq3r H2 {
  color: #333333;
}
.cid-shtxzFEq3r .mbr-text {
  color: #767676;
}
.cid-shtyB3LOsP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shtyB3LOsP .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-shtyB3LOsP .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1920x1195.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-shtyB3LOsP .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #232323;
  z-index: 2;
  opacity: 1;
}
.cid-shtyB3LOsP .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-shtyB3LOsP .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-shtyB3LOsP .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-shtyB3LOsP .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-shtyB3LOsP .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-shtyB3LOsP .col:hover .box-title2,
.cid-shtyB3LOsP .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-shtyB3LOsP .box-title2,
.cid-shtyB3LOsP .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-shtyB3LOsP .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #232323;
}
.cid-shtyB3LOsP .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-shtyB3LOsP .img-content {
    opacity: 1;
  }
  .cid-shtyB3LOsP .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-shtyB3LOsP .box-content {
    width: 100%;
  }
  .cid-shtyB3LOsP .box-title2,
  .cid-shtyB3LOsP .box-text2 {
    color: #ffffff !important;
  }
  .cid-shtyB3LOsP .content-block,
  .cid-shtyB3LOsP .content1 {
    padding: 3rem 1rem;
  }
}
.cid-shtyB3LOsP .box-text1 {
  color: #333333;
}
.cid-shtyB3LOsP .box-title2 {
  color: #cccccc;
}
.cid-shtzRTegvm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-shtzRTegvm img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-shtzRTegvm img:hover {
  transform: scale(1.1);
}
.cid-shtzRTegvm .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-shtzRTegvm h2 {
  padding: 0;
  margin: 0;
}
.cid-shtzRTegvm .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shtzRTegvm .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-shtzRTegvm .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-shtzRTegvm .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-shtzRTegvm .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-shtzRTegvm .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shtzRTegvm .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-shtzRTegvm .text-col {
    padding: 2rem 1rem;
  }
}
.cid-shtzRTegvm H2 {
  color: #333333;
}
.cid-shtzRTegvm .mbr-text {
  color: #767676;
}
.cid-shtzKYGsh1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-shtzKYGsh1 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-shtzKYGsh1 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-shtzKYGsh1 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #232323;
  z-index: 2;
  opacity: 1;
}
.cid-shtzKYGsh1 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-shtzKYGsh1 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-shtzKYGsh1 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-shtzKYGsh1 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-shtzKYGsh1 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-shtzKYGsh1 .col:hover .box-title2,
.cid-shtzKYGsh1 .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-shtzKYGsh1 .box-title2,
.cid-shtzKYGsh1 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-shtzKYGsh1 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #232323;
}
.cid-shtzKYGsh1 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-shtzKYGsh1 .img-content {
    opacity: 1;
  }
  .cid-shtzKYGsh1 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-shtzKYGsh1 .box-content {
    width: 100%;
  }
  .cid-shtzKYGsh1 .box-title2,
  .cid-shtzKYGsh1 .box-text2 {
    color: #ffffff !important;
  }
  .cid-shtzKYGsh1 .content-block,
  .cid-shtzKYGsh1 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-shtzKYGsh1 .box-text1 {
  color: #333333;
}
.cid-shtzKYGsh1 .box-title2 {
  color: #cccccc;
}
.cid-shtCDFuhjP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-shtCDFuhjP img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-shtCDFuhjP img:hover {
  transform: scale(1.1);
}
.cid-shtCDFuhjP .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-shtCDFuhjP h2 {
  padding: 0;
  margin: 0;
}
.cid-shtCDFuhjP .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shtCDFuhjP .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-shtCDFuhjP .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-shtCDFuhjP .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-shtCDFuhjP .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-shtCDFuhjP .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shtCDFuhjP .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-shtCDFuhjP .text-col {
    padding: 2rem 1rem;
  }
}
.cid-shtCDFuhjP H2 {
  color: #333333;
}
.cid-shtCDFuhjP .mbr-text {
  color: #767676;
}
.cid-shtwdgcJhR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shtwdgcJhR .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-shtwdgcJhR .first-column .mbr-text {
  margin: 0;
}
.cid-shtwdgcJhR .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-shtwdgcJhR .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-shtwdgcJhR .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-shtwdgcJhR .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-shtwdgcJhR .form-group {
  max-width: 55%;
}
.cid-shtwdgcJhR .form-group,
.cid-shtwdgcJhR .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-shtwdgcJhR .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-shtwdgcJhR .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-shtwdgcJhR .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtwdgcJhR .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtwdgcJhR .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-shtwdgcJhR .col + .mbr-section-btn .btn,
.cid-shtwdgcJhR .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-shtwdgcJhR .dragArea > *:nth-last-child(2).col,
.cid-shtwdgcJhR .dragArea > *:nth-last-child(2).col-auto,
.cid-shtwdgcJhR .col + .mbr-section-btn,
.cid-shtwdgcJhR .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-shtwdgcJhR .first-column,
  .cid-shtwdgcJhR .second-column {
    padding-bottom: 2rem;
  }
  .cid-shtwdgcJhR .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-shtwdgcJhR .first-column,
  .cid-shtwdgcJhR .second-column,
  .cid-shtwdgcJhR .third-column {
    text-align: center;
  }
}
.cid-stV6UQOENd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stV6UQOENd .media-container-row .mbr-text {
  color: #232323;
}
.cid-shtfx0fQxt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-shtfx0fQxt .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-shtfx0fQxt .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-shtfx0fQxt .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shtfx0fQxt .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shtfx0fQxt .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shtfx0fQxt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shtfx0fQxt .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shtfx0fQxt .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shtfx0fQxt .navbar.collapsed.opened .navbar-collapse.show,
.cid-shtfx0fQxt .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shtfx0fQxt .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shtfx0fQxt .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shtfx0fQxt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shtfx0fQxt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shtfx0fQxt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shtfx0fQxt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shtfx0fQxt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shtfx0fQxt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shtfx0fQxt .navbar {
    flex-wrap: nowrap;
  }
  .cid-shtfx0fQxt .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shtfx0fQxt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shtfx0fQxt .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shtfx0fQxt .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shtfx0fQxt .navbar.opened .navbar-collapse.show,
  .cid-shtfx0fQxt .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shtfx0fQxt .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shtfx0fQxt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shtfx0fQxt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shtfx0fQxt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shtfx0fQxt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shtfx0fQxt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shtfx0fQxt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shtfx0fQxt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-shtfx0fQxt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shtfx0fQxt .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-shtfx0fQxt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shtfx0fQxt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shtfx0fQxt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shtfx0fQxt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shtfx0fQxt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shtfx0fQxt .dropdown-item.active,
.cid-shtfx0fQxt .dropdown-item:active {
  background-color: transparent;
}
.cid-shtfx0fQxt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shtfx0fQxt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shtfx0fQxt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shtfx0fQxt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-shtfx0fQxt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shtfx0fQxt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shtfx0fQxt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shtfx0fQxt .navbar-buttons {
  text-align: center;
}
.cid-shtfx0fQxt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shtfx0fQxt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shtfx0fQxt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shtfx0fQxt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shtfx0fQxt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shtfx0fQxt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shtfx0fQxt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shtfx0fQxt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shtfx0fQxt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shtfx0fQxt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shtfx0fQxt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shtfx0fQxt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shtfx0fQxt a.nav-link:focus {
  outline: none;
}
.cid-shtfx0fQxt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-shtfx0fQxt .nav-link:hover,
.cid-shtfx0fQxt .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shtfx0fQxt .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shtfx0fQxt .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shtfx0GLbG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-shtfx0GLbG img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-shtfx0GLbG img:hover {
  transform: scale(1.1);
}
.cid-shtfx0GLbG .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-shtfx0GLbG h2 {
  padding: 0;
  margin: 0;
}
.cid-shtfx0GLbG .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shtfx0GLbG .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-shtfx0GLbG .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-shtfx0GLbG .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-shtfx0GLbG .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-shtfx0GLbG .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-shtfx0GLbG .mbr-iconfont {
  margin: 0 !important;
}
.cid-shtfx0GLbG .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-shtfx0GLbG .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-shtfx0GLbG .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-shtfx0GLbG .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-shtfx0GLbG .text-col {
    padding: 2rem 1rem;
  }
}
.cid-shtfx0GLbG H2 {
  color: #333333;
}
.cid-shtfx0GLbG .mbr-text {
  color: #767676;
}
.cid-shtg5bKjoz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #282124;
}
.cid-shtg5bKjoz .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-shtg5bKjoz .container {
  max-width: 1500px;
}
.cid-shtg5bKjoz .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-shtg5bKjoz .container {
    padding: 0 4rem;
  }
}
.cid-shtg5bKjoz .mbr-text,
.cid-shtg5bKjoz .mbr-section-btn {
  color: #efeeee;
}
.cid-shtg5bKjoz .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-shtg5bKjoz .btn .mbr-iconfont {
  order: 2;
}
.cid-shtg5bKjoz .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-shtg5bKjoz .align-left {
    text-align: center;
  }
  .cid-shtg5bKjoz .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-shtgeJfgVV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-shtgeJfgVV .counter-container {
  color: #464646;
}
.cid-shtgeJfgVV .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-shtgeJfgVV .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-shtgeJfgVV .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-shti1RuDcx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-shti1RuDcx .counter-container {
  color: #464646;
}
.cid-shti1RuDcx .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-shti1RuDcx .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-shti1RuDcx .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-shtwa2BO5A {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shtwa2BO5A .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-shtwa2BO5A .first-column .mbr-text {
  margin: 0;
}
.cid-shtwa2BO5A .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-shtwa2BO5A .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-shtwa2BO5A .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-shtwa2BO5A .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-shtwa2BO5A .form-group {
  max-width: 55%;
}
.cid-shtwa2BO5A .form-group,
.cid-shtwa2BO5A .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-shtwa2BO5A .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-shtwa2BO5A .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-shtwa2BO5A .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtwa2BO5A .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtwa2BO5A .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-shtwa2BO5A .col + .mbr-section-btn .btn,
.cid-shtwa2BO5A .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-shtwa2BO5A .dragArea > *:nth-last-child(2).col,
.cid-shtwa2BO5A .dragArea > *:nth-last-child(2).col-auto,
.cid-shtwa2BO5A .col + .mbr-section-btn,
.cid-shtwa2BO5A .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-shtwa2BO5A .first-column,
  .cid-shtwa2BO5A .second-column {
    padding-bottom: 2rem;
  }
  .cid-shtwa2BO5A .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-shtwa2BO5A .first-column,
  .cid-shtwa2BO5A .second-column,
  .cid-shtwa2BO5A .third-column {
    text-align: center;
  }
}
.cid-stV6XcncWF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stV6XcncWF .media-container-row .mbr-text {
  color: #232323;
}
.cid-stUxEXLVFM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-stUxEXLVFM .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-stUxEXLVFM .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-stUxEXLVFM .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-stUxEXLVFM .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-stUxEXLVFM .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-stUxEXLVFM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stUxEXLVFM .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-stUxEXLVFM .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-stUxEXLVFM .navbar.collapsed.opened .navbar-collapse.show,
.cid-stUxEXLVFM .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-stUxEXLVFM .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-stUxEXLVFM .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-stUxEXLVFM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-stUxEXLVFM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stUxEXLVFM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stUxEXLVFM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stUxEXLVFM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stUxEXLVFM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-stUxEXLVFM .navbar {
    flex-wrap: nowrap;
  }
  .cid-stUxEXLVFM .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-stUxEXLVFM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stUxEXLVFM .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-stUxEXLVFM .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-stUxEXLVFM .navbar.opened .navbar-collapse.show,
  .cid-stUxEXLVFM .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-stUxEXLVFM .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-stUxEXLVFM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-stUxEXLVFM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stUxEXLVFM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stUxEXLVFM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-stUxEXLVFM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stUxEXLVFM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stUxEXLVFM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-stUxEXLVFM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-stUxEXLVFM .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-stUxEXLVFM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stUxEXLVFM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stUxEXLVFM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stUxEXLVFM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stUxEXLVFM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stUxEXLVFM .dropdown-item.active,
.cid-stUxEXLVFM .dropdown-item:active {
  background-color: transparent;
}
.cid-stUxEXLVFM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stUxEXLVFM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stUxEXLVFM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stUxEXLVFM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-stUxEXLVFM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stUxEXLVFM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stUxEXLVFM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stUxEXLVFM .navbar-buttons {
  text-align: center;
}
.cid-stUxEXLVFM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stUxEXLVFM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-stUxEXLVFM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stUxEXLVFM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stUxEXLVFM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stUxEXLVFM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stUxEXLVFM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stUxEXLVFM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stUxEXLVFM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stUxEXLVFM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stUxEXLVFM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-stUxEXLVFM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-stUxEXLVFM a.nav-link:focus {
  outline: none;
}
.cid-stUxEXLVFM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-stUxEXLVFM .nav-link:hover,
.cid-stUxEXLVFM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stUxEXLVFM .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-stUxEXLVFM .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-stUxEY8nrk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-stUxEY8nrk img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-stUxEY8nrk img:hover {
  transform: scale(1.1);
}
.cid-stUxEY8nrk .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-stUxEY8nrk h2 {
  padding: 0;
  margin: 0;
}
.cid-stUxEY8nrk .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stUxEY8nrk .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-stUxEY8nrk .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-stUxEY8nrk .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-stUxEY8nrk .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-stUxEY8nrk .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-stUxEY8nrk .mbr-iconfont {
  margin: 0 !important;
}
.cid-stUxEY8nrk .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-stUxEY8nrk .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-stUxEY8nrk .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-stUxEY8nrk .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-stUxEY8nrk .text-col {
    padding: 2rem 1rem;
  }
}
.cid-stUxEY8nrk H2 {
  color: #333333;
}
.cid-stUxEY8nrk .mbr-text {
  color: #767676;
}
.cid-stUxEYXTFm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-stUxEYXTFm .counter-container {
  color: #464646;
}
.cid-stUxEYXTFm .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-stUxEYXTFm .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-stUxEYXTFm .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-stUxEZBjgr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-stUxEZBjgr .counter-container {
  color: #464646;
}
.cid-stUxEZBjgr .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-stUxEZBjgr .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-stUxEZBjgr .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-stURuAMDT8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-stURuAMDT8 .counter-container {
  color: #464646;
}
.cid-stURuAMDT8 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-stURuAMDT8 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-stURuAMDT8 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-stV4wphSuk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-stV4wphSuk .counter-container {
  color: #464646;
}
.cid-stV4wphSuk .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-stV4wphSuk .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-stV4wphSuk .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-stUxF05VVU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-stUxF05VVU .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-stUxF05VVU .first-column .mbr-text {
  margin: 0;
}
.cid-stUxF05VVU .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-stUxF05VVU .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-stUxF05VVU .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-stUxF05VVU .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-stUxF05VVU .form-group {
  max-width: 55%;
}
.cid-stUxF05VVU .form-group,
.cid-stUxF05VVU .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-stUxF05VVU .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-stUxF05VVU .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-stUxF05VVU .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-stUxF05VVU .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-stUxF05VVU .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-stUxF05VVU .col + .mbr-section-btn .btn,
.cid-stUxF05VVU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-stUxF05VVU .dragArea > *:nth-last-child(2).col,
.cid-stUxF05VVU .dragArea > *:nth-last-child(2).col-auto,
.cid-stUxF05VVU .col + .mbr-section-btn,
.cid-stUxF05VVU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-stUxF05VVU .first-column,
  .cid-stUxF05VVU .second-column {
    padding-bottom: 2rem;
  }
  .cid-stUxF05VVU .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-stUxF05VVU .first-column,
  .cid-stUxF05VVU .second-column,
  .cid-stUxF05VVU .third-column {
    text-align: center;
  }
}
.cid-stV715pjoy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stV715pjoy .media-container-row .mbr-text {
  color: #232323;
}
.cid-stP5LKXgsI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-stP5LKXgsI .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-stP5LKXgsI .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-stP5LKXgsI .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-stP5LKXgsI .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-stP5LKXgsI .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-stP5LKXgsI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stP5LKXgsI .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-stP5LKXgsI .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-stP5LKXgsI .navbar.collapsed.opened .navbar-collapse.show,
.cid-stP5LKXgsI .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-stP5LKXgsI .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-stP5LKXgsI .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-stP5LKXgsI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-stP5LKXgsI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stP5LKXgsI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stP5LKXgsI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stP5LKXgsI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stP5LKXgsI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-stP5LKXgsI .navbar {
    flex-wrap: nowrap;
  }
  .cid-stP5LKXgsI .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-stP5LKXgsI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stP5LKXgsI .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-stP5LKXgsI .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-stP5LKXgsI .navbar.opened .navbar-collapse.show,
  .cid-stP5LKXgsI .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-stP5LKXgsI .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-stP5LKXgsI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-stP5LKXgsI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stP5LKXgsI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stP5LKXgsI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-stP5LKXgsI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stP5LKXgsI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stP5LKXgsI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-stP5LKXgsI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-stP5LKXgsI .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-stP5LKXgsI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stP5LKXgsI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stP5LKXgsI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stP5LKXgsI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stP5LKXgsI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stP5LKXgsI .dropdown-item.active,
.cid-stP5LKXgsI .dropdown-item:active {
  background-color: transparent;
}
.cid-stP5LKXgsI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stP5LKXgsI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stP5LKXgsI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stP5LKXgsI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-stP5LKXgsI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stP5LKXgsI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stP5LKXgsI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stP5LKXgsI .navbar-buttons {
  text-align: center;
}
.cid-stP5LKXgsI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stP5LKXgsI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-stP5LKXgsI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stP5LKXgsI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stP5LKXgsI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stP5LKXgsI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stP5LKXgsI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stP5LKXgsI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stP5LKXgsI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stP5LKXgsI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stP5LKXgsI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-stP5LKXgsI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-stP5LKXgsI a.nav-link:focus {
  outline: none;
}
.cid-stP5LKXgsI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-stP5LKXgsI .nav-link:hover,
.cid-stP5LKXgsI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stP5LKXgsI .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-stP5LKXgsI .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-stP5Y7NYeL {
  background-image: url("../../../assets/images/mbr-1920x1141.jpeg");
}
.cid-stP5Y7NYeL .row {
  position: relative;
}
.cid-stP5Y7NYeL .container {
  max-width: 1500px;
}
.cid-stP5Y7NYeL .container {
  padding-right: 8rem !important;
}
.cid-stP5Y7NYeL h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-stP5Y7NYeL .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-stP5Y7NYeL .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-stP5Y7NYeL .container {
    padding-right: 4rem !important;
  }
}
.cid-stP9RZuJlU {
  padding-top: 75px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-stP9RZuJlU .carousel {
  z-index: 2;
  position: relative;
}
.cid-stP9RZuJlU .user {
  padding: 0!important;
}
.cid-stP9RZuJlU .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #127c70;
  opacity: 0.5;
}
.cid-stP9RZuJlU .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-stP9RZuJlU .carousel-item.active,
.cid-stP9RZuJlU .carousel-item-next,
.cid-stP9RZuJlU .carousel-item-prev {
  display: flex;
}
.cid-stP9RZuJlU .user_name {
  margin: 0;
}
.cid-stP9RZuJlU .carousel-controls a {
  font-size: 2rem;
}
.cid-stP9RZuJlU .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-stP9RZuJlU .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-stP9RZuJlU ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-stP9RZuJlU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-stP9RZuJlU .carousel-indicators li:hover {
  opacity: 1;
}
.cid-stP9RZuJlU .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-stP9RZuJlU .user_text {
  color: #232323;
  text-align: left;
}
.cid-stP9RZuJlU .user_desk {
  color: #767676;
}
.cid-stP9RZuJlU .user_desk,
.cid-stP9RZuJlU .carousel-item {
  text-align: left;
}
.cid-stP9RZuJlU .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-stP9RZuJlU .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-stP9RZuJlU .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-stP9RZuJlU .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-stP6SiUTRG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-stP6SiUTRG .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-stP6SiUTRG .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-stP6SiUTRG p {
  margin: 0;
  padding: 0;
}
.cid-stP6SiUTRG .card {
  margin-bottom: 2rem;
}
.cid-stP6SiUTRG .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-stP6SiUTRG .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-right: 15px solid transparent;
}
.cid-stP6SiUTRG .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-stP6SiUTRG .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-stP6SiUTRG .name-wrap {
  display: inline-block;
}
.cid-stP6SiUTRG .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-stP6SiUTRG .mbr-author-desc {
  color: #767676;
}
.cid-stP6SiUTRG .card-block P {
  color: #767676;
}
.cid-stP6SiUTRG .mbr-author-name {
  color: #127c70;
}
.cid-stP6SiUTRG .mbr-section-title,
.cid-stP6SiUTRG .title DIV {
  color: #232323;
  text-align: center;
}
.cid-sCB4fv9170 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-sCB4fv9170 .row {
  position: relative;
}
.cid-sCB4fv9170 .container {
  max-width: 1500px;
}
.cid-sCB4fv9170 .container {
  padding-right: 8rem !important;
}
.cid-sCB4fv9170 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-sCB4fv9170 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sCB4fv9170 .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sCB4fv9170 .container {
    padding-right: 4rem !important;
  }
}
.cid-sCB5mQNIpD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sCB5mQNIpD .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sCB5mQNIpD .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-sCB5mQNIpD .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #333333;
}
.cid-sCB5mQNIpD .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-sCB5mQNIpD .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sCB5mQNIpD .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-sCB5mQNIpD .wrap:hover .box-title2,
.cid-sCB5mQNIpD .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-sCB5mQNIpD .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-sCB5mQNIpD .box-title2,
.cid-sCB5mQNIpD .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sCB5mQNIpD .box-content {
  transition: all 0.3s;
  background: #333333;
  width: 50%;
}
.cid-sCB5mQNIpD .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sCB5mQNIpD .img-content {
    opacity: 1;
  }
  .cid-sCB5mQNIpD .box-title2,
  .cid-sCB5mQNIpD .box-text2 {
    color: #333333 !important;
  }
  .cid-sCB5mQNIpD .content-block,
  .cid-sCB5mQNIpD .box-content {
    padding: 3rem 1rem;
  }
  .cid-sCB5mQNIpD .wrap {
    min-height: 300px;
  }
  .cid-sCB5mQNIpD .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-sOmt7UR2e0 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1-1920x960.jpeg");
}
.cid-sOmt7UR2e0 .row {
  position: relative;
}
.cid-sOmt7UR2e0 .container {
  max-width: 1500px;
}
.cid-sOmt7UR2e0 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-sOmt7UR2e0 .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-sOmt7UR2e0 .container {
    padding: 0 4rem;
  }
}
.cid-tjRfeENE83 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-tjRfeENE83 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tjRfeENE83 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1-1920x1275.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-tjRfeENE83 .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #333333;
}
.cid-tjRfeENE83 .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-tjRfeENE83 .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tjRfeENE83 .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-tjRfeENE83 .wrap:hover .box-title2,
.cid-tjRfeENE83 .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-tjRfeENE83 .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-tjRfeENE83 .box-title2,
.cid-tjRfeENE83 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tjRfeENE83 .box-content {
  transition: all 0.3s;
  background: #333333;
  width: 50%;
}
.cid-tjRfeENE83 .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tjRfeENE83 .img-content {
    opacity: 1;
  }
  .cid-tjRfeENE83 .box-title2,
  .cid-tjRfeENE83 .box-text2 {
    color: #333333 !important;
  }
  .cid-tjRfeENE83 .content-block,
  .cid-tjRfeENE83 .box-content {
    padding: 3rem 1rem;
  }
  .cid-tjRfeENE83 .wrap {
    min-height: 300px;
  }
  .cid-tjRfeENE83 .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-tjRfeENE83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjRfeENE83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-stP5LNmMFh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-stP5LNmMFh .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-stP5LNmMFh .first-column .mbr-text {
  margin: 0;
}
.cid-stP5LNmMFh .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-stP5LNmMFh .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-stP5LNmMFh .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-stP5LNmMFh .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-stP5LNmMFh .form-group {
  max-width: 55%;
}
.cid-stP5LNmMFh .form-group,
.cid-stP5LNmMFh .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-stP5LNmMFh .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-stP5LNmMFh .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-stP5LNmMFh .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-stP5LNmMFh .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-stP5LNmMFh .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-stP5LNmMFh .col + .mbr-section-btn .btn,
.cid-stP5LNmMFh .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-stP5LNmMFh .dragArea > *:nth-last-child(2).col,
.cid-stP5LNmMFh .dragArea > *:nth-last-child(2).col-auto,
.cid-stP5LNmMFh .col + .mbr-section-btn,
.cid-stP5LNmMFh .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-stP5LNmMFh .first-column,
  .cid-stP5LNmMFh .second-column {
    padding-bottom: 2rem;
  }
  .cid-stP5LNmMFh .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-stP5LNmMFh .first-column,
  .cid-stP5LNmMFh .second-column,
  .cid-stP5LNmMFh .third-column {
    text-align: center;
  }
}
.cid-stV73VVs1x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stV73VVs1x .media-container-row .mbr-text {
  color: #232323;
}
.cid-shtpKSeHKD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-shtpKSeHKD .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-shtpKSeHKD .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-shtpKSeHKD .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shtpKSeHKD .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shtpKSeHKD .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shtpKSeHKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shtpKSeHKD .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shtpKSeHKD .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shtpKSeHKD .navbar.collapsed.opened .navbar-collapse.show,
.cid-shtpKSeHKD .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shtpKSeHKD .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shtpKSeHKD .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shtpKSeHKD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shtpKSeHKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shtpKSeHKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shtpKSeHKD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shtpKSeHKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shtpKSeHKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shtpKSeHKD .navbar {
    flex-wrap: nowrap;
  }
  .cid-shtpKSeHKD .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shtpKSeHKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shtpKSeHKD .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shtpKSeHKD .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shtpKSeHKD .navbar.opened .navbar-collapse.show,
  .cid-shtpKSeHKD .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shtpKSeHKD .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shtpKSeHKD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shtpKSeHKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shtpKSeHKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shtpKSeHKD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shtpKSeHKD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shtpKSeHKD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shtpKSeHKD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-shtpKSeHKD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shtpKSeHKD .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-shtpKSeHKD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shtpKSeHKD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shtpKSeHKD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shtpKSeHKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shtpKSeHKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shtpKSeHKD .dropdown-item.active,
.cid-shtpKSeHKD .dropdown-item:active {
  background-color: transparent;
}
.cid-shtpKSeHKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shtpKSeHKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shtpKSeHKD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shtpKSeHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-shtpKSeHKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shtpKSeHKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shtpKSeHKD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shtpKSeHKD .navbar-buttons {
  text-align: center;
}
.cid-shtpKSeHKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shtpKSeHKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shtpKSeHKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shtpKSeHKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shtpKSeHKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shtpKSeHKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shtpKSeHKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shtpKSeHKD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shtpKSeHKD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shtpKSeHKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shtpKSeHKD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shtpKSeHKD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shtpKSeHKD a.nav-link:focus {
  outline: none;
}
.cid-shtpKSeHKD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-shtpKSeHKD .nav-link:hover,
.cid-shtpKSeHKD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shtpKSeHKD .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shtpKSeHKD .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shtqF7nEWe {
  padding-top: 210px;
  padding-bottom: 45px;
  background-color: #282124;
}
.cid-shtqF7nEWe .row {
  position: relative;
}
.cid-shtqF7nEWe .container {
  max-width: 1500px;
}
.cid-shtqF7nEWe h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-shtqF7nEWe .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-shtqF7nEWe .container {
    padding: 0 4rem;
  }
}
.cid-shtr1NtzrV {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
  background-position: right;
}
.cid-shtr1NtzrV .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shtr1NtzrV .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-shtr1NtzrV .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shtr1NtzrV img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-shtr1NtzrV .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sCB1kDMfbC {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sCB1kDMfbC .row {
  position: relative;
}
.cid-sCB1kDMfbC .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-sCB1kDMfbC .row {
    margin: 0 2rem;
  }
}
.cid-sCB1kDMfbC .row {
  padding-left: 6rem;
}
.cid-sCB1kDMfbC h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-sCB1kDMfbC .content-wrapper {
  max-width: 600px;
}
.cid-sCB1kDMfbC H1 {
  color: #333333;
}
.cid-sCB1kDMfbC .mbr-text,
.cid-sCB1kDMfbC .mbr-section-btn {
  color: #333333;
}
.cid-sCB1kDMfbC H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-sCB1kDMfbC .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sCB1kDMfbC h4 {
    left: 3rem;
  }
  .cid-sCB1kDMfbC .row {
    padding-left: 3rem;
  }
}
.cid-shtsPDNse9 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-shtsPDNse9 .mbr-overlay {
  background: linear-gradient(90deg, #127c70, #333a3b);
}
.cid-shtsPDNse9 h2,
.cid-shtsPDNse9 h3,
.cid-shtsPDNse9 h4,
.cid-shtsPDNse9 p {
  color: #ffffff;
}
.cid-shtsPDNse9 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-shtsPDNse9 .text-block {
  border-bottom: 1px solid #767676;
}
.cid-shtsPDNse9 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-shtsPDNse9 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-shtsPDNse9 .form-control:focus,
.cid-shtsPDNse9 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-shtsPDNse9 .form-group {
  margin-bottom: 1rem;
}
.cid-shtsPDNse9 input::-webkit-input-placeholder,
.cid-shtsPDNse9 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-shtsPDNse9 input:-moz-placeholder,
.cid-shtsPDNse9 textarea:-moz-placeholder {
  color: #656565;
}
.cid-shtsPDNse9 .jq-selectbox li,
.cid-shtsPDNse9 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-shtsPDNse9 .jq-selectbox li:hover,
.cid-shtsPDNse9 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-shtsPDNse9 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-shtsPDNse9 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-shtsPDNse9 .mbr-text {
  color: #767676;
}
.cid-shtsPDNse9 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-shtsPDNse9 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-shtsPDNse9 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-shtsPDNse9 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-shtsPDNse9 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-shtsPDNse9 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-shtsPDNse9 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-shtsPDNse9 .google-map {
    padding-bottom: 2rem;
  }
}
.cid-shtuqL9Iuh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shtuqL9Iuh .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-shtuqL9Iuh .first-column .mbr-text {
  margin: 0;
}
.cid-shtuqL9Iuh .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-shtuqL9Iuh .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-shtuqL9Iuh .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-shtuqL9Iuh .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-shtuqL9Iuh .form-group {
  max-width: 55%;
}
.cid-shtuqL9Iuh .form-group,
.cid-shtuqL9Iuh .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-shtuqL9Iuh .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-shtuqL9Iuh .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-shtuqL9Iuh .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtuqL9Iuh .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-shtuqL9Iuh .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-shtuqL9Iuh .col + .mbr-section-btn .btn,
.cid-shtuqL9Iuh .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-shtuqL9Iuh .dragArea > *:nth-last-child(2).col,
.cid-shtuqL9Iuh .dragArea > *:nth-last-child(2).col-auto,
.cid-shtuqL9Iuh .col + .mbr-section-btn,
.cid-shtuqL9Iuh .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-shtuqL9Iuh .first-column,
  .cid-shtuqL9Iuh .second-column {
    padding-bottom: 2rem;
  }
  .cid-shtuqL9Iuh .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-shtuqL9Iuh .first-column,
  .cid-shtuqL9Iuh .second-column,
  .cid-shtuqL9Iuh .third-column {
    text-align: center;
  }
}
.cid-stV76rbRjO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stV76rbRjO .media-container-row .mbr-text {
  color: #232323;
}
.cid-sOmuSphr0I .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sOmuSphr0I .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sOmuSphr0I .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sOmuSphr0I .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOmuSphr0I .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sOmuSphr0I .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sOmuSphr0I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sOmuSphr0I .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sOmuSphr0I .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sOmuSphr0I .navbar.collapsed.opened .navbar-collapse.show,
.cid-sOmuSphr0I .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sOmuSphr0I .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sOmuSphr0I .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sOmuSphr0I .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sOmuSphr0I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOmuSphr0I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOmuSphr0I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sOmuSphr0I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOmuSphr0I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sOmuSphr0I .navbar {
    flex-wrap: nowrap;
  }
  .cid-sOmuSphr0I .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sOmuSphr0I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOmuSphr0I .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sOmuSphr0I .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sOmuSphr0I .navbar.opened .navbar-collapse.show,
  .cid-sOmuSphr0I .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sOmuSphr0I .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sOmuSphr0I .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOmuSphr0I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOmuSphr0I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOmuSphr0I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sOmuSphr0I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sOmuSphr0I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOmuSphr0I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sOmuSphr0I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sOmuSphr0I .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sOmuSphr0I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sOmuSphr0I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOmuSphr0I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOmuSphr0I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOmuSphr0I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOmuSphr0I .dropdown-item.active,
.cid-sOmuSphr0I .dropdown-item:active {
  background-color: transparent;
}
.cid-sOmuSphr0I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOmuSphr0I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOmuSphr0I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOmuSphr0I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sOmuSphr0I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOmuSphr0I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOmuSphr0I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOmuSphr0I .navbar-buttons {
  text-align: center;
}
.cid-sOmuSphr0I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOmuSphr0I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOmuSphr0I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOmuSphr0I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOmuSphr0I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOmuSphr0I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOmuSphr0I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOmuSphr0I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOmuSphr0I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOmuSphr0I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOmuSphr0I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sOmuSphr0I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sOmuSphr0I a.nav-link:focus {
  outline: none;
}
.cid-sOmuSphr0I .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sOmuSphr0I .nav-link:hover,
.cid-sOmuSphr0I .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOmuSphr0I .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sOmuSphr0I .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sOmuSpKD3Y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sOmuSpKD3Y img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sOmuSpKD3Y img:hover {
  transform: scale(1.1);
}
.cid-sOmuSpKD3Y .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sOmuSpKD3Y h2 {
  padding: 0;
  margin: 0;
}
.cid-sOmuSpKD3Y .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOmuSpKD3Y .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sOmuSpKD3Y .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-sOmuSpKD3Y .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-sOmuSpKD3Y .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-sOmuSpKD3Y .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-sOmuSpKD3Y .mbr-iconfont {
  margin: 0 !important;
}
.cid-sOmuSpKD3Y .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sOmuSpKD3Y .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sOmuSpKD3Y .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sOmuSpKD3Y .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-sOmuSpKD3Y .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sOmuSpKD3Y H2 {
  color: #333333;
}
.cid-sOmuSpKD3Y .mbr-text {
  color: #767676;
}
.cid-sOmuSsJtG8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sOmuSsJtG8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sOmuSsJtG8 .first-column .mbr-text {
  margin: 0;
}
.cid-sOmuSsJtG8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sOmuSsJtG8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sOmuSsJtG8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sOmuSsJtG8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sOmuSsJtG8 .form-group {
  max-width: 55%;
}
.cid-sOmuSsJtG8 .form-group,
.cid-sOmuSsJtG8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sOmuSsJtG8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sOmuSsJtG8 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sOmuSsJtG8 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sOmuSsJtG8 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sOmuSsJtG8 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sOmuSsJtG8 .col + .mbr-section-btn .btn,
.cid-sOmuSsJtG8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sOmuSsJtG8 .dragArea > *:nth-last-child(2).col,
.cid-sOmuSsJtG8 .dragArea > *:nth-last-child(2).col-auto,
.cid-sOmuSsJtG8 .col + .mbr-section-btn,
.cid-sOmuSsJtG8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sOmuSsJtG8 .first-column,
  .cid-sOmuSsJtG8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-sOmuSsJtG8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sOmuSsJtG8 .first-column,
  .cid-sOmuSsJtG8 .second-column,
  .cid-sOmuSsJtG8 .third-column {
    text-align: center;
  }
}
.cid-sOmuStBjKI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sOmuStBjKI .media-container-row .mbr-text {
  color: #232323;
}
.cid-tXGjZmFJK7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tXGjZmFJK7 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tXGjZmFJK7 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tXGjZmFJK7 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXGjZmFJK7 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tXGjZmFJK7 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tXGjZmFJK7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXGjZmFJK7 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tXGjZmFJK7 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tXGjZmFJK7 .navbar.collapsed.opened .navbar-collapse.show,
.cid-tXGjZmFJK7 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tXGjZmFJK7 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tXGjZmFJK7 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tXGjZmFJK7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tXGjZmFJK7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXGjZmFJK7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXGjZmFJK7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tXGjZmFJK7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXGjZmFJK7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tXGjZmFJK7 .navbar {
    flex-wrap: nowrap;
  }
  .cid-tXGjZmFJK7 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tXGjZmFJK7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXGjZmFJK7 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tXGjZmFJK7 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tXGjZmFJK7 .navbar.opened .navbar-collapse.show,
  .cid-tXGjZmFJK7 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tXGjZmFJK7 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tXGjZmFJK7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tXGjZmFJK7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXGjZmFJK7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXGjZmFJK7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tXGjZmFJK7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tXGjZmFJK7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXGjZmFJK7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tXGjZmFJK7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tXGjZmFJK7 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tXGjZmFJK7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tXGjZmFJK7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tXGjZmFJK7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXGjZmFJK7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXGjZmFJK7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXGjZmFJK7 .dropdown-item.active,
.cid-tXGjZmFJK7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXGjZmFJK7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXGjZmFJK7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXGjZmFJK7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXGjZmFJK7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tXGjZmFJK7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXGjZmFJK7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXGjZmFJK7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tXGjZmFJK7 .navbar-buttons {
  text-align: center;
}
.cid-tXGjZmFJK7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXGjZmFJK7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXGjZmFJK7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXGjZmFJK7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXGjZmFJK7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXGjZmFJK7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXGjZmFJK7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXGjZmFJK7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXGjZmFJK7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXGjZmFJK7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXGjZmFJK7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tXGjZmFJK7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tXGjZmFJK7 a.nav-link:focus {
  outline: none;
}
.cid-tXGjZmFJK7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tXGjZmFJK7 .nav-link:hover,
.cid-tXGjZmFJK7 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXGjZmFJK7 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tXGjZmFJK7 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tXLeVDkZFV {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tXLeVDkZFV .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-tXLeVDkZFV .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/img-4633-2000x1452.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-tXLeVDkZFV .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #333333;
}
.cid-tXLeVDkZFV .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-tXLeVDkZFV .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-tXLeVDkZFV .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-tXLeVDkZFV .wrap:hover .box-title2,
.cid-tXLeVDkZFV .wrap:hover .box-text2 {
  color: #333333;
  transition-delay: 0.3s;
}
.cid-tXLeVDkZFV .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-tXLeVDkZFV .box-title2,
.cid-tXLeVDkZFV .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tXLeVDkZFV .box-content {
  transition: all 0.3s;
  background: #333333;
  width: 50%;
}
.cid-tXLeVDkZFV .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tXLeVDkZFV .img-content {
    opacity: 1;
  }
  .cid-tXLeVDkZFV .box-title2,
  .cid-tXLeVDkZFV .box-text2 {
    color: #333333 !important;
  }
  .cid-tXLeVDkZFV .content-block,
  .cid-tXLeVDkZFV .box-content {
    padding: 3rem 1rem;
  }
  .cid-tXLeVDkZFV .wrap {
    min-height: 300px;
  }
  .cid-tXLeVDkZFV .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-tXLeVDkZFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLeVDkZFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLgBPruRm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tXLgBPruRm .container {
  max-width: 1500px;
}
.cid-tXLgBPruRm img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tXLgBPruRm img:hover {
  transform: scale(1.1);
}
.cid-tXLgBPruRm .row {
  background: #ffffff;
}
.cid-tXLgBPruRm .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tXLgBPruRm h2 {
  padding: 0;
  margin: 0;
}
.cid-tXLgBPruRm .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXLgBPruRm .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tXLgBPruRm .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tXLgBPruRm .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-tXLgBPruRm .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tXLgBPruRm .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tXLgBPruRm .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tXLgBPruRm .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-tXLgBPruRm .row {
    margin: 0rem;
  }
  .cid-tXLgBPruRm .text-col {
    padding: 2rem 1rem;
  }
  .cid-tXLgBPruRm .number {
    margin-right: 2rem;
  }
  .cid-tXLgBPruRm .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tXLgBPruRm H2 {
  color: #333333;
}
.cid-tXLgBPruRm .mbr-text {
  color: #767676;
}
.cid-tXLgBPruRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLgBPruRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLKcU2115 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-tXLKcU2115 .row {
  position: relative;
}
.cid-tXLKcU2115 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-tXLKcU2115 .row {
    margin: 0 2rem;
  }
}
.cid-tXLKcU2115 .row {
  padding-left: 6rem;
}
.cid-tXLKcU2115 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-tXLKcU2115 .content-wrapper {
  max-width: 600px;
}
.cid-tXLKcU2115 H1 {
  color: #333333;
}
.cid-tXLKcU2115 .mbr-text,
.cid-tXLKcU2115 .mbr-section-btn {
  color: #333333;
}
.cid-tXLKcU2115 H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tXLKcU2115 .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tXLKcU2115 h4 {
    left: 3rem;
  }
  .cid-tXLKcU2115 .row {
    padding-left: 3rem;
  }
}
.cid-tXLKcU2115 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLKcU2115 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3K1eKHUI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uo3K1eKHUI img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uo3K1eKHUI img:hover {
  transform: scale(1.1);
}
.cid-uo3K1eKHUI .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uo3K1eKHUI h2 {
  padding: 0;
  margin: 0;
}
.cid-uo3K1eKHUI .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo3K1eKHUI .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uo3K1eKHUI .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-uo3K1eKHUI .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.cid-uo3K1eKHUI .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-uo3K1eKHUI .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.cid-uo3K1eKHUI .mbr-iconfont {
  margin: 0 !important;
}
.cid-uo3K1eKHUI .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uo3K1eKHUI .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uo3K1eKHUI .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uo3K1eKHUI .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .cid-uo3K1eKHUI .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uo3K1eKHUI H2 {
  color: #333333;
}
.cid-uo3K1eKHUI .mbr-text {
  color: #232323;
}
.cid-uo3K1eKHUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3K1eKHUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXGjZq73TM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tXGjZq73TM .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-tXGjZq73TM .first-column .mbr-text {
  margin: 0;
}
.cid-tXGjZq73TM .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tXGjZq73TM .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tXGjZq73TM .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tXGjZq73TM .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tXGjZq73TM .form-group {
  max-width: 55%;
}
.cid-tXGjZq73TM .form-group,
.cid-tXGjZq73TM .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tXGjZq73TM .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tXGjZq73TM .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tXGjZq73TM .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tXGjZq73TM .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tXGjZq73TM .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tXGjZq73TM .col + .mbr-section-btn .btn,
.cid-tXGjZq73TM .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tXGjZq73TM .dragArea > *:nth-last-child(2).col,
.cid-tXGjZq73TM .dragArea > *:nth-last-child(2).col-auto,
.cid-tXGjZq73TM .col + .mbr-section-btn,
.cid-tXGjZq73TM .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tXGjZq73TM .first-column,
  .cid-tXGjZq73TM .second-column {
    padding-bottom: 2rem;
  }
  .cid-tXGjZq73TM .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tXGjZq73TM .first-column,
  .cid-tXGjZq73TM .second-column,
  .cid-tXGjZq73TM .third-column {
    text-align: center;
  }
}
.cid-tXGjZqN1wU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tXGjZqN1wU .media-container-row .mbr-text {
  color: #232323;
}
