body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.75rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #444444 !important;
}
.bg-success {
  background-color: #0f7699 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #022f86 !important;
  border-color: #022f86 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #01153b !important;
  border-color: #01153b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #01153b !important;
  border-color: #01153b !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000c21;
  color: #000c21;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #022f86;
  border-color: #022f86;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #022f86 !important;
  border-color: #022f86 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  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,
.btn-success-outline.active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #444444 !important;
}
.text-secondary {
  color: #022f86 !important;
}
.text-success {
  color: #0f7699 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #111111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000c21 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #062e3c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #434343 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #767676;
}
.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: #444444;
  border-color: #444444;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #444444;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b6b6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #444444;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #444444;
  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: #444444;
  border-bottom-color: #444444;
}
.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: #444444 !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: #022f86 !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='%23444444' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-rCpErUDshf .nav-item:focus,
.cid-rCpErUDshf .nav-link:focus {
  outline: none;
}
.cid-rCpErUDshf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rCpErUDshf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rCpErUDshf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rCpErUDshf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rCpErUDshf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rCpErUDshf .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-rCpErUDshf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rCpErUDshf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rCpErUDshf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rCpErUDshf .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-rCpErUDshf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rCpErUDshf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rCpErUDshf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rCpErUDshf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rCpErUDshf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rCpErUDshf .navbar-brand {
  display: flex;
  -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-rCpErUDshf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rCpErUDshf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rCpErUDshf .dropdown-item.active,
.cid-rCpErUDshf .dropdown-item:active {
  background-color: transparent;
}
.cid-rCpErUDshf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rCpErUDshf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rCpErUDshf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rCpErUDshf .navbar-buttons {
  text-align: center;
}
.cid-rCpErUDshf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rCpErUDshf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCpErUDshf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rCpErUDshf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rCpErUDshf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rCpErUDshf .nav-link:hover,
.cid-rCpErUDshf .dropdown-item:hover,
.cid-rCpErUDshf .icons-menu .mbr-iconfont:hover {
  color: #444444 !important;
}
.cid-rtDhPBPR3q .modal-body .close {
  background: #1b1b1b;
}
.cid-rtDhPBPR3q .modal-body .close span {
  font-style: normal;
}
.cid-rtDhPBPR3q .carousel-inner > .active,
.cid-rtDhPBPR3q .carousel-inner > .next,
.cid-rtDhPBPR3q .carousel-inner > .prev {
  display: table;
}
.cid-rtDhPBPR3q .carousel-control .icon-next,
.cid-rtDhPBPR3q .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rtDhPBPR3q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rtDhPBPR3q .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rtDhPBPR3q .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rtDhPBPR3q .boxed-slider > div {
  position: relative;
}
.cid-rtDhPBPR3q .container img {
  width: 100%;
}
.cid-rtDhPBPR3q .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rtDhPBPR3q .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rtDhPBPR3q .mbr-table-cell {
  padding: 0;
}
.cid-rtDhPBPR3q .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rtDhPBPR3q .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rtDhPBPR3q .mbr-overlay {
  z-index: 1;
}
.cid-rtDhPBPR3q .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rtDhPBPR3q .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rtDhPBPR3q .carousel-item .container {
    width: 100%;
  }
}
.cid-rtDhPBPR3q .carousel-item-next.carousel-item-left,
.cid-rtDhPBPR3q .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rtDhPBPR3q .active.carousel-item-right,
.cid-rtDhPBPR3q .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rtDhPBPR3q .active.carousel-item-left,
.cid-rtDhPBPR3q .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rtDhPBPR3q .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rtDhPBPR3q .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rtDhPBPR3q .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rtDhPBPR3q .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rtDhPBPR3q .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rtDhPBPR3q .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rtDhPBPR3q .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rtDhPBPR3q .mbr-slider .carousel-indicators li.active,
.cid-rtDhPBPR3q .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rtDhPBPR3q .mbr-slider .carousel-indicators li::after,
.cid-rtDhPBPR3q .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rtDhPBPR3q .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rtDhPBPR3q .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rtDhPBPR3q .mbr-slider > .container img {
  width: 100%;
}
.cid-rtDhPBPR3q .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rtDhPBPR3q .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rtDhPBPR3q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rtDhPBPR3q .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rtDhPBPR3q .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rtDhPBPR3q .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rtDhPBPR3q .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rtDhPBPR3q .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rtDhPBPR3q .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rtDhPBPR3q .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rtDhPBPR3q .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rtDhPBPR3q .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rtDhPBPR3q .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rHXwYZeqLr {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #022f86;
}
.cid-rHXwYZeqLr .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-rHXwYZeqLr .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-rHXwYZeqLr .card-img {
  text-align: center;
}
.cid-rHXwYZeqLr .mbr-section-subtitle,
.cid-rHXwYZeqLr .mbr-text {
  color: #8d97ad;
}
.cid-rHXwYZeqLr .row-item {
  border-radius: .25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-rHXwYZeqLr .card-img,
  .cid-rHXwYZeqLr .mbr-text,
  .cid-rHXwYZeqLr .mbr-card-title,
  .cid-rHXwYZeqLr .mbr-section-subtitle,
  .cid-rHXwYZeqLr .mbr-section-title,
  .cid-rHXwYZeqLr .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-rHXwYZeqLr .row-item {
    margin-bottom: 2rem;
  }
}
.cid-rBALZEDTgK {
  background-color: #ffffff;
}
.cid-rBALZEDTgK .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rBALZEDTgK .image-block {
    width: 100% !important;
  }
}
.cid-rsiLgob7Xa {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rsiLgob7Xa .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-rsiLgob7Xa .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-rsiLgob7Xa .btn {
  margin: 0px !important;
}
.cid-rsiLgob7Xa .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsiLgob7Xa .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsiLgob7Xa .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rsiLgob7Xa .carousel-item .wrap-img {
  text-align: center;
}
.cid-rsiLgob7Xa .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-rsiLgob7Xa .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-rsiLgob7Xa .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-rsiLgob7Xa .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-rsiLgob7Xa .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-rsiLgob7Xa .second-col {
    padding-top: 2rem;
  }
}
.cid-rGyzBR4YMd {
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #efefef, #efefef);
}
.cid-rGyzBR4YMd .content-row {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 1rem;
}
.cid-rGyzBR4YMd .card-img span {
  font-size: 80px;
}
.cid-rGyzBR4YMd .title {
  letter-spacing: 0.1em;
  margin: 0px;
}
.cid-rGyzBR4YMd .price {
  padding: 35px 10px 10px;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-rGyzBR4YMd .mbr-section-btn {
  padding: 1rem;
}
.cid-rGyzBR4YMd .price-value {
  line-height: 60px;
  margin-top: 11px;
}
.cid-rGyzBR4YMd .plan {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-word;
  position: relative;
  color: #333333;
}
.cid-rGyzBR4YMd .plan .list-group-item {
  border: none !important;
  position: relative;
  padding: 17px 10px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rGyzBR4YMd .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rGyzBR4YMd .plan .list-group-item:last-child::after {
  height: 1px;
}
.cid-rGyzBR4YMd .plan-title {
  color: #232323;
  margin: 0px;
  letter-spacing: 0.1em;
  width: 100%;
}
.cid-rGyzBR4YMd .plan-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #e0e0e0;
  padding: 1rem;
}
.cid-rGyzBR4YMd .plan-body {
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #efefef;
}
.cid-rGyzBR4YMd .title,
.cid-rGyzBR4YMd .card-img {
  text-align: center;
}
.cid-rGyzBR4YMd .pricing-row {
  padding-top: 2rem;
}
.cid-rGmCwgI5w2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rGmCwgI5w2 .mbr-text {
  color: #767676;
}
.cid-rGmCwgI5w2 h4 {
  font-weight: 500;
}
.cid-rGmCwgI5w2 h4,
.cid-rGmCwgI5w2 h5 {
  text-align: center;
}
.cid-rGmCwgI5w2 p {
  text-align: center;
}
.cid-rGmCwgI5w2 .card-box {
  text-align: center;
}
.cid-rGmCwgI5w2 .card-img {
  font-size: 3rem;
}
.cid-rGmCwgI5w2 .mbr-iconfont {
  color: #444444;
}
.cid-rGmCwgI5w2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rGmCwgI5w2 .mbr-section-subtitle {
  text-align: left;
}
.cid-rHBmzZnwOd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHBmzZnwOd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rHBmzZnwOd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rHBmzZnwOd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rHBmzZnwOd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rHBmzZnwOd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rHBmzZnwOd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rHBmzZnwOd .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rHBmzZnwOd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rHBmzZnwOd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rGkgFTittG {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rGkgFTittG .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-rGkgFTittG h4 {
  text-align: center;
}
.cid-rGkgFTittG p {
  text-align: center;
}
.cid-rGkgFTittG .card {
  padding-bottom: 3rem;
}
.cid-rGkgFTittG .card-img {
  padding-bottom: 1.5rem;
}
.cid-rGkgFTittG .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rGkgFTittG .card-title,
.cid-rGkgFTittG .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-rGkgFTittG .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-rGkgFTittG .header-title,
.cid-rGkgFTittG .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-rGkgFTittG .header-title {
  letter-spacing: 0.1em;
}
.cid-rGkgFTittG .header-text {
  letter-spacing: 0.03em;
}
.cid-rsiUNepd6T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fae195;
}
.cid-rsiUNepd6T .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-rsiUNepd6T .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-rsiUNepd6T .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #3A3A37;
  opacity: .1;
}
.cid-rsiUNepd6T .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-rsiUNepd6T .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-rsiUNepd6T .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-rsiUNepd6T .inner-container {
    width: 100% !important;
  }
  .cid-rsiUNepd6T .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-tWaDXGJ1I6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWaDXGJ1I6 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWaDXGJ1I6 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tWaDXGJ1I6 .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tWaDXGJ1I6 .wrap-img {
  padding-bottom: 1rem;
}
.cid-tWaDXGJ1I6 .wrap-img img {
  max-width: 100%;
}
.cid-tWaDXGJ1I6 .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rrQxgrc1Ys {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rrQxgrc1Ys .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-rrQxgrc1Ys .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rrQxgrc1Ys .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rrQxgrc1Ys .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rrQxgrc1Ys .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrQxgrc1Ys .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rrQxgrc1Ys .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rrQxgrc1Ys .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rrQxgrc1Ys .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rrQxgrc1Ys .links {
  text-align: center;
}
.cid-rrQxgrc1Ys .copyright > p {
  text-align: center;
}
.cid-rCpErUDshf .nav-item:focus,
.cid-rCpErUDshf .nav-link:focus {
  outline: none;
}
.cid-rCpErUDshf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rCpErUDshf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rCpErUDshf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rCpErUDshf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rCpErUDshf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rCpErUDshf .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-rCpErUDshf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rCpErUDshf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rCpErUDshf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rCpErUDshf .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-rCpErUDshf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rCpErUDshf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rCpErUDshf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rCpErUDshf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rCpErUDshf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rCpErUDshf .navbar-brand {
  display: flex;
  -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-rCpErUDshf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rCpErUDshf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rCpErUDshf .dropdown-item.active,
.cid-rCpErUDshf .dropdown-item:active {
  background-color: transparent;
}
.cid-rCpErUDshf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rCpErUDshf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rCpErUDshf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rCpErUDshf .navbar-buttons {
  text-align: center;
}
.cid-rCpErUDshf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rCpErUDshf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCpErUDshf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rCpErUDshf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rCpErUDshf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rCpErUDshf .nav-link:hover,
.cid-rCpErUDshf .dropdown-item:hover,
.cid-rCpErUDshf .icons-menu .mbr-iconfont:hover {
  color: #444444 !important;
}
.cid-rsj5Pwx2tZ {
  padding-top: 120px;
  padding-bottom: 90px;
}
.cid-rsj5Pwx2tZ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rsj5Pwx2tZ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rsj5Pwx2tZ .card-img span {
  font-size: 100px;
}
.cid-rBAPEQ7GI0 {
  background-color: #ffffff;
}
.cid-rBAPEQ7GI0 .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rBAPEQ7GI0 .image-block {
    width: 100% !important;
  }
}
.cid-rsj5FryOfb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rsj5FryOfb .title {
  margin-bottom: 2rem;
}
.cid-rsj5FryOfb .mbr-section-subtitle {
  color: #767676;
}
.cid-rsj5FryOfb a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rsj5FryOfb a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rsj5FryOfb .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rsj5FryOfb .input-group-btn {
  display: block;
  text-align: left;
}
.cid-rsj5FryOfb h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-rsj5FryOfb .form-control {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-rsj5FryOfb .google-map {
  width: 100%;
  height: 25rem;
}
.cid-rsj5FryOfb .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rsj5FryOfb .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rsj5FryOfb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rsj5FryOfb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rsj5FryOfb textarea.form-control {
  min-height: 154px;
}
@media (max-width: 991px) {
  .cid-rsj5FryOfb .mbr-section-title {
    text-align: center;
  }
  .cid-rsj5FryOfb .mbr-section-subtitle {
    text-align: center;
  }
  .cid-rsj5FryOfb .input-group-btn {
    text-align: center;
  }
}
.cid-tWaEc06twl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWaEc06twl .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWaEc06twl .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tWaEc06twl .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tWaEc06twl .wrap-img {
  padding-bottom: 1rem;
}
.cid-tWaEc06twl .wrap-img img {
  max-width: 100%;
}
.cid-tWaEc06twl .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rsmr3JJ9IV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rsmr3JJ9IV .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-rsmr3JJ9IV .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rsmr3JJ9IV .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rsmr3JJ9IV .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rsmr3JJ9IV .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rsmr3JJ9IV .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rsmr3JJ9IV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rsmr3JJ9IV .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rsmr3JJ9IV .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rsmr3JJ9IV .links {
  text-align: center;
}
.cid-rsmr3JJ9IV .copyright > p {
  text-align: center;
}
.cid-rCpErUDshf .nav-item:focus,
.cid-rCpErUDshf .nav-link:focus {
  outline: none;
}
.cid-rCpErUDshf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rCpErUDshf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rCpErUDshf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rCpErUDshf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rCpErUDshf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rCpErUDshf .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-rCpErUDshf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rCpErUDshf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rCpErUDshf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rCpErUDshf .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-rCpErUDshf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rCpErUDshf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rCpErUDshf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rCpErUDshf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rCpErUDshf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rCpErUDshf .navbar-brand {
  display: flex;
  -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-rCpErUDshf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rCpErUDshf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rCpErUDshf .dropdown-item.active,
.cid-rCpErUDshf .dropdown-item:active {
  background-color: transparent;
}
.cid-rCpErUDshf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rCpErUDshf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rCpErUDshf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rCpErUDshf .navbar-buttons {
  text-align: center;
}
.cid-rCpErUDshf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rCpErUDshf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCpErUDshf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rCpErUDshf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rCpErUDshf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rCpErUDshf .nav-link:hover,
.cid-rCpErUDshf .dropdown-item:hover,
.cid-rCpErUDshf .icons-menu .mbr-iconfont:hover {
  color: #444444 !important;
}
.cid-rslQoaA8Tu {
  padding-top: 120px;
  padding-bottom: 90px;
}
.cid-rslQoaA8Tu .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rslQoaA8Tu .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rslQoaA8Tu .card-img span {
  font-size: 100px;
}
.cid-rslQGs8tDP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-rslQGs8tDP .mbr-section-title {
  color: #232323;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  width: 100%;
}
.cid-rslQGs8tDP .mbr-section-btn {
  width: 100%;
}
.cid-rslQGs8tDP .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.cid-rslQGs8tDP .card {
  padding: 1rem .5rem;
}
.cid-rslQGs8tDP .wrap {
  width: 115px;
  height: 115px;
  margin: 0 auto;
}
.cid-rslQGs8tDP .wrap .pie_progress {
  height: inherit;
}
.cid-rslQGs8tDP .btn {
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .cid-rslQGs8tDP .main > div {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rslQGs8tDP h2,
  .cid-rslQGs8tDP h3 {
    text-align: center !important;
  }
  .cid-rslQGs8tDP .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rslQGs8tDP .main > div > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rslQGs8tDP .second-col {
    padding-top: 1.5rem;
  }
}
.cid-rslQGs8tDP path {
  stroke: #232323;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rslQGs8tDP .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rslS0wSMNo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rslS0wSMNo .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rslS0wSMNo .image-block {
    width: 100% !important;
  }
}
.cid-rrSANX9PB3 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rrSANX9PB3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rrSANX9PB3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rrSANX9PB3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rrSANX9PB3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWaEjVoPpa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWaEjVoPpa .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWaEjVoPpa .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tWaEjVoPpa .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tWaEjVoPpa .wrap-img {
  padding-bottom: 1rem;
}
.cid-tWaEjVoPpa .wrap-img img {
  max-width: 100%;
}
.cid-tWaEjVoPpa .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rsmrgYHndl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rsmrgYHndl .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-rsmrgYHndl .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rsmrgYHndl .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rsmrgYHndl .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rsmrgYHndl .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rsmrgYHndl .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rsmrgYHndl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rsmrgYHndl .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rsmrgYHndl .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rsmrgYHndl .links {
  text-align: center;
}
.cid-rsmrgYHndl .copyright > p {
  text-align: center;
}
.cid-rCpErUDshf .nav-item:focus,
.cid-rCpErUDshf .nav-link:focus {
  outline: none;
}
.cid-rCpErUDshf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rCpErUDshf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rCpErUDshf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rCpErUDshf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rCpErUDshf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rCpErUDshf .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-rCpErUDshf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rCpErUDshf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rCpErUDshf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rCpErUDshf .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-rCpErUDshf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rCpErUDshf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rCpErUDshf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rCpErUDshf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rCpErUDshf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rCpErUDshf .navbar-brand {
  display: flex;
  -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-rCpErUDshf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rCpErUDshf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rCpErUDshf .dropdown-item.active,
.cid-rCpErUDshf .dropdown-item:active {
  background-color: transparent;
}
.cid-rCpErUDshf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rCpErUDshf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rCpErUDshf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rCpErUDshf .navbar-buttons {
  text-align: center;
}
.cid-rCpErUDshf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rCpErUDshf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCpErUDshf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rCpErUDshf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rCpErUDshf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rCpErUDshf .nav-link:hover,
.cid-rCpErUDshf .dropdown-item:hover,
.cid-rCpErUDshf .icons-menu .mbr-iconfont:hover {
  color: #444444 !important;
}
.cid-rsmDXn1Cs4 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/20190917-91948-2000x1578.jpg");
}
.cid-rsmDXn1Cs4 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rsmDXn1Cs4 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rsmDXn1Cs4 .card-img span {
  font-size: 100px;
}
.cid-rsmO21Woo4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-rsmO21Woo4 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rsmO21Woo4 .row-element,
.cid-rsmO21Woo4 .image-element {
  padding: 0;
}
.cid-rsmO21Woo4 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsmO21Woo4 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rsmO21Woo4 .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rsmO21Woo4 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rsmO21Woo4 .mbr-title,
  .cid-rsmO21Woo4 .underline,
  .cid-rsmO21Woo4 .mbr-text,
  .cid-rsmO21Woo4 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rsmO21Woo4 .mbr-title {
  color: #232323;
}
.cid-rsmO21Woo4 .mbr-text,
.cid-rsmO21Woo4 .mbr-section-btn {
  color: #232323;
}
.cid-rsmSFeR5KU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #022f86;
}
.cid-rsmUHlYu7G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-rsmUHlYu7G .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rsmUHlYu7G .card {
  margin-bottom: 2rem;
}
.cid-rsmUHlYu7G .card .card-wrapper {
  height: 100%;
}
.cid-rsmUHlYu7G .card-box {
  padding-top: 2rem;
}
.cid-rsmUHlYu7G .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rsmUHlYu7G .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-rsmUHlYu7G .btn {
  margin: .3rem;
}
.cid-tWaDRVFpUm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWaDRVFpUm .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWaDRVFpUm .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tWaDRVFpUm .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tWaDRVFpUm .wrap-img {
  padding-bottom: 1rem;
}
.cid-tWaDRVFpUm .wrap-img img {
  max-width: 100%;
}
.cid-tWaDRVFpUm .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rsmDXsDPAP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rsmDXsDPAP .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-rsmDXsDPAP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rsmDXsDPAP .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rsmDXsDPAP .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rsmDXsDPAP .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rsmDXsDPAP .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rsmDXsDPAP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rsmDXsDPAP .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rsmDXsDPAP .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rsmDXsDPAP .links {
  text-align: center;
}
.cid-rsmDXsDPAP .copyright > p {
  text-align: center;
}
.cid-rCpErUDshf .nav-item:focus,
.cid-rCpErUDshf .nav-link:focus {
  outline: none;
}
.cid-rCpErUDshf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rCpErUDshf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rCpErUDshf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rCpErUDshf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rCpErUDshf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rCpErUDshf .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-rCpErUDshf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rCpErUDshf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rCpErUDshf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rCpErUDshf .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-rCpErUDshf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rCpErUDshf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rCpErUDshf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rCpErUDshf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rCpErUDshf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rCpErUDshf .navbar-brand {
  display: flex;
  -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-rCpErUDshf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rCpErUDshf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rCpErUDshf .dropdown-item.active,
.cid-rCpErUDshf .dropdown-item:active {
  background-color: transparent;
}
.cid-rCpErUDshf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rCpErUDshf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rCpErUDshf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rCpErUDshf .navbar-buttons {
  text-align: center;
}
.cid-rCpErUDshf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rCpErUDshf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCpErUDshf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rCpErUDshf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rCpErUDshf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rCpErUDshf .nav-link:hover,
.cid-rCpErUDshf .dropdown-item:hover,
.cid-rCpErUDshf .icons-menu .mbr-iconfont:hover {
  color: #444444 !important;
}
.cid-rslSA4cWRP {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/20190917-92135-750x587.jpg");
}
.cid-rslSA4cWRP .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rslSA4cWRP .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rslSA4cWRP .card-img span {
  font-size: 100px;
}
.cid-tAHR9RSOfe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAHR9RSOfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAHR9RSOfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAHR9RSOfe .mbr-section-text {
  text-align: center;
}
.cid-tAHWUnkbPU {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAHWUnkbPU .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-tAHWUnkbPU .mbr-text P {
  text-align: center;
}
.cid-rsmdL89kru {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rsmdL89kru .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rsmdL89kru .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rsmdL89kru .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tWaEnPeSUX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWaEnPeSUX .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWaEnPeSUX .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tWaEnPeSUX .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tWaEnPeSUX .wrap-img {
  padding-bottom: 1rem;
}
.cid-tWaEnPeSUX .wrap-img img {
  max-width: 100%;
}
.cid-tWaEnPeSUX .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rsmrmbmQBN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rsmrmbmQBN .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-rsmrmbmQBN .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rsmrmbmQBN .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rsmrmbmQBN .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rsmrmbmQBN .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rsmrmbmQBN .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rsmrmbmQBN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rsmrmbmQBN .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rsmrmbmQBN .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rsmrmbmQBN .links {
  text-align: center;
}
.cid-rsmrmbmQBN .copyright > p {
  text-align: center;
}
.cid-rCpErUDshf .nav-item:focus,
.cid-rCpErUDshf .nav-link:focus {
  outline: none;
}
.cid-rCpErUDshf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rCpErUDshf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rCpErUDshf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rCpErUDshf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rCpErUDshf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rCpErUDshf .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-rCpErUDshf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rCpErUDshf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rCpErUDshf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rCpErUDshf .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-rCpErUDshf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rCpErUDshf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rCpErUDshf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rCpErUDshf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rCpErUDshf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rCpErUDshf .navbar-brand {
  display: flex;
  -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-rCpErUDshf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rCpErUDshf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rCpErUDshf .dropdown-item.active,
.cid-rCpErUDshf .dropdown-item:active {
  background-color: transparent;
}
.cid-rCpErUDshf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rCpErUDshf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rCpErUDshf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rCpErUDshf .navbar-buttons {
  text-align: center;
}
.cid-rCpErUDshf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rCpErUDshf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCpErUDshf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rCpErUDshf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rCpErUDshf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rCpErUDshf .nav-link:hover,
.cid-rCpErUDshf .dropdown-item:hover,
.cid-rCpErUDshf .icons-menu .mbr-iconfont:hover {
  color: #444444 !important;
}
.cid-rDM88dcZDl {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-rDM88dcZDl h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-rDM88dcZDl .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-rDM88dcZDl .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-rDM88dcZDl .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-rDM88dcZDl .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rDM88dcZDl .panel-group {
  width: 100%;
}
.cid-rDM88dcZDl .card {
  border-bottom: 1px solid #022f86;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rDM88dcZDl .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rDM88dcZDl .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rDM88dcZDl .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rDM88dcZDl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rDM88dcZDl .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-rDM88dcZDl .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rDM88dcZDl .card .panel-body {
  background: #022f86;
}
.cid-rDM88dcZDl .sign {
  color: #000000;
}
.cid-rDM88dcZDl .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rDM88dcZDl .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rDM88dcZDl .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rD0D1TISgR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-rD0D1TISgR h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
}
.cid-rD0D1TISgR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rD0D1TISgR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rD0D1TISgR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rD0D1TISgR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rD0D1TISgR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rD0D1TISgR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rD0D1TISgR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rD0D1TISgR .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #888888;
}
.cid-rD0D1TISgR .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-rD0D1TISgR .mbr-section-title p {
  margin: 0;
}
.cid-rD0D1TISgR .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-rD0D1TISgR .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-rD0D1TISgR .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-rD0D1TISgR .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #000000;
}
.cid-rD0D1TISgR .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rD0D1TISgR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rCpxUX18Cj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rCpxUX18Cj .mbr-section-subtitle {
  color: #767676;
}
.cid-rCpy0oaCRN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rCpy0oaCRN .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rCpy0oaCRN .image-block {
    width: 100% !important;
  }
}
.cid-rAHqfHxsVx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rAHqfHxsVx .mbr-section-subtitle {
  color: #767676;
}
#custom-html-28 {
  /* Type valid CSS here */
}
#custom-html-28 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-28 p {
  font-size: 60px;
  color: #777;
}
.cid-rtFzk7dYyK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-rtFzk7dYyK .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rtFzk7dYyK .card {
  margin-bottom: 2rem;
}
.cid-rtFzk7dYyK .card .card-wrapper {
  height: 100%;
}
.cid-rtFzk7dYyK .card-box {
  padding-top: 2rem;
}
.cid-rtFzk7dYyK .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rtFzk7dYyK .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-rtFzk7dYyK .btn {
  margin: .3rem;
}
.cid-rtFCumaEcM {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rtFCumaEcM .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rtFCumaEcM .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rtFCumaEcM .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rtDrmRGiUC {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-rtDrmRGiUC .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-rtDrmRGiUC .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-rtDrmRGiUC .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #3A3A37;
  opacity: .1;
}
.cid-rtDrmRGiUC .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-rtDrmRGiUC .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-rtDrmRGiUC .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-rtDrmRGiUC .inner-container {
    width: 100% !important;
  }
  .cid-rtDrmRGiUC .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-rtDrmUTbig .google-map {
  height: 25rem;
  position: relative;
}
.cid-rtDrmUTbig .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rtDrmUTbig .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rtDrmUTbig .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rtDrmUTbig .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWaE7AtFjq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWaE7AtFjq .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWaE7AtFjq .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tWaE7AtFjq .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tWaE7AtFjq .wrap-img {
  padding-bottom: 1rem;
}
.cid-tWaE7AtFjq .wrap-img img {
  max-width: 100%;
}
.cid-tWaE7AtFjq .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rtDrmVtdzu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtDrmVtdzu .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-rtDrmVtdzu .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rtDrmVtdzu .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rtDrmVtdzu .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rtDrmVtdzu .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rtDrmVtdzu .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rtDrmVtdzu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rtDrmVtdzu .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rtDrmVtdzu .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rtDrmVtdzu .links {
  text-align: center;
}
.cid-rtDrmVtdzu .copyright > p {
  text-align: center;
}
.cid-rCpErUDshf .nav-item:focus,
.cid-rCpErUDshf .nav-link:focus {
  outline: none;
}
.cid-rCpErUDshf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rCpErUDshf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rCpErUDshf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rCpErUDshf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rCpErUDshf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rCpErUDshf .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-rCpErUDshf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rCpErUDshf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rCpErUDshf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rCpErUDshf .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-rCpErUDshf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rCpErUDshf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rCpErUDshf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rCpErUDshf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rCpErUDshf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rCpErUDshf .navbar-brand {
  display: flex;
  -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-rCpErUDshf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rCpErUDshf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rCpErUDshf .dropdown-item.active,
.cid-rCpErUDshf .dropdown-item:active {
  background-color: transparent;
}
.cid-rCpErUDshf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rCpErUDshf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rCpErUDshf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rCpErUDshf .navbar-buttons {
  text-align: center;
}
.cid-rCpErUDshf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rCpErUDshf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCpErUDshf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rCpErUDshf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rCpErUDshf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rCpErUDshf .nav-link:hover,
.cid-rCpErUDshf .dropdown-item:hover,
.cid-rCpErUDshf .icons-menu .mbr-iconfont:hover {
  color: #444444 !important;
}
.cid-rtFuqaa46f {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/20190917-95155-2000x1801.jpg");
}
.cid-rtFuqaa46f .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: center;
}
.cid-rtFuqaa46f .nav {
  border: none;
}
.cid-rtFuqaa46f .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rtFuqaa46f .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-rtFuqaa46f .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-rtFuqaa46f .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-rtFuqaa46f P {
  text-align: center;
}
.cid-rGpA6KwSsh {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rGpA6KwSsh .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-rGpA6KwSsh h4 {
  text-align: center;
}
.cid-rGpA6KwSsh p {
  text-align: center;
}
.cid-rGpA6KwSsh .card {
  padding-bottom: 3rem;
}
.cid-rGpA6KwSsh .card-img {
  padding-bottom: 1.5rem;
}
.cid-rGpA6KwSsh .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rGpA6KwSsh .card-title,
.cid-rGpA6KwSsh .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-rGpA6KwSsh .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-rGpA6KwSsh .header-title,
.cid-rGpA6KwSsh .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-rGpA6KwSsh .header-title {
  letter-spacing: 0.1em;
}
.cid-rGpA6KwSsh .header-text {
  letter-spacing: 0.03em;
}
.cid-rCv2ICMIdm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rCv2ICMIdm .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rCv2ICMIdm .card {
  margin-bottom: 2rem;
}
.cid-rCv2ICMIdm .card .card-wrapper {
  height: 100%;
}
.cid-rCv2ICMIdm .card-box {
  padding-top: 2rem;
}
.cid-rCv2ICMIdm .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rCv2ICMIdm .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-rCv2ICMIdm .btn {
  margin: .3rem;
}
#custom-html-2z {
  /* Type valid CSS here */
}
#custom-html-2z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2z p {
  font-size: 60px;
  color: #777;
}
.cid-rEo1QCHq2H {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rEo1QCHq2H .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rEo1QCHq2H .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rEo1QCHq2H .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rEo1QCHq2H .card-title,
.cid-rEo1QCHq2H .card-img {
  color: #022f86;
}
.cid-rtFuqbzHuc .google-map {
  height: 25rem;
  position: relative;
}
.cid-rtFuqbzHuc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rtFuqbzHuc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rtFuqbzHuc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rtFuqbzHuc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWaE32X9QT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWaE32X9QT .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWaE32X9QT .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tWaE32X9QT .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tWaE32X9QT .wrap-img {
  padding-bottom: 1rem;
}
.cid-tWaE32X9QT .wrap-img img {
  max-width: 100%;
}
.cid-tWaE32X9QT .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rtFuqct4Kz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtFuqct4Kz .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-rtFuqct4Kz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rtFuqct4Kz .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rtFuqct4Kz .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rtFuqct4Kz .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rtFuqct4Kz .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rtFuqct4Kz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rtFuqct4Kz .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rtFuqct4Kz .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rtFuqct4Kz .links {
  text-align: center;
}
.cid-rtFuqct4Kz .copyright > p {
  text-align: center;
}
.cid-rCpErUDshf .nav-item:focus,
.cid-rCpErUDshf .nav-link:focus {
  outline: none;
}
.cid-rCpErUDshf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rCpErUDshf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rCpErUDshf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rCpErUDshf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rCpErUDshf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rCpErUDshf .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-rCpErUDshf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rCpErUDshf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rCpErUDshf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rCpErUDshf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rCpErUDshf .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-rCpErUDshf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rCpErUDshf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rCpErUDshf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rCpErUDshf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rCpErUDshf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rCpErUDshf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rCpErUDshf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rCpErUDshf .navbar-brand {
  display: flex;
  -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-rCpErUDshf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rCpErUDshf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rCpErUDshf .dropdown-item.active,
.cid-rCpErUDshf .dropdown-item:active {
  background-color: transparent;
}
.cid-rCpErUDshf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rCpErUDshf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rCpErUDshf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rCpErUDshf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rCpErUDshf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rCpErUDshf .navbar-buttons {
  text-align: center;
}
.cid-rCpErUDshf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rCpErUDshf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rCpErUDshf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCpErUDshf .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rCpErUDshf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCpErUDshf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rCpErUDshf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rCpErUDshf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rCpErUDshf .nav-link:hover,
.cid-rCpErUDshf .dropdown-item:hover,
.cid-rCpErUDshf .icons-menu .mbr-iconfont:hover {
  color: #444444 !important;
}
.cid-rBbalteiPI {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-rBbalteiPI .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rBbalteiPI .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rBbalteiPI .card-img span {
  font-size: 100px;
}
.cid-tAKTI5e1EC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAKTI5e1EC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAKTI5e1EC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAKTI5e1EC img {
  width: 100%;
  border: 15px solid #2a2a2a;
}
.cid-tAKTI5e1EC .title-text {
  color: #dfcefd;
}
.cid-tAKTI5e1EC .mbr-text {
  color: #dfcefd;
}
.cid-tWaDUB7jYZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWaDUB7jYZ .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWaDUB7jYZ .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tWaDUB7jYZ .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tWaDUB7jYZ .wrap-img {
  padding-bottom: 1rem;
}
.cid-tWaDUB7jYZ .wrap-img img {
  max-width: 100%;
}
.cid-tWaDUB7jYZ .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rBbalwhuuu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rBbalwhuuu .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-rBbalwhuuu .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rBbalwhuuu .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rBbalwhuuu .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rBbalwhuuu .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rBbalwhuuu .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rBbalwhuuu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rBbalwhuuu .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rBbalwhuuu .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rBbalwhuuu .links {
  text-align: center;
}
.cid-rBbalwhuuu .copyright > p {
  text-align: center;
}
.cid-rEroLacSb3 .nav-item:focus,
.cid-rEroLacSb3 .nav-link:focus {
  outline: none;
}
.cid-rEroLacSb3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rEroLacSb3 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rEroLacSb3 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rEroLacSb3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rEroLacSb3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rEroLacSb3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rEroLacSb3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rEroLacSb3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rEroLacSb3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rEroLacSb3 .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-rEroLacSb3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rEroLacSb3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rEroLacSb3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rEroLacSb3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rEroLacSb3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rEroLacSb3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rEroLacSb3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rEroLacSb3 .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-rEroLacSb3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rEroLacSb3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rEroLacSb3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rEroLacSb3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rEroLacSb3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rEroLacSb3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rEroLacSb3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rEroLacSb3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rEroLacSb3 .navbar-brand {
  display: flex;
  -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-rEroLacSb3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rEroLacSb3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rEroLacSb3 .dropdown-item.active,
.cid-rEroLacSb3 .dropdown-item:active {
  background-color: transparent;
}
.cid-rEroLacSb3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rEroLacSb3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rEroLacSb3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rEroLacSb3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rEroLacSb3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rEroLacSb3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEroLacSb3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rEroLacSb3 .navbar-buttons {
  text-align: center;
}
.cid-rEroLacSb3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEroLacSb3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rEroLacSb3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEroLacSb3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEroLacSb3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEroLacSb3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEroLacSb3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEroLacSb3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEroLacSb3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEroLacSb3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEroLacSb3 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rEroLacSb3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEroLacSb3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rEroLacSb3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rEroLacSb3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rEroLacSb3 .nav-link:hover,
.cid-rEroLacSb3 .dropdown-item:hover,
.cid-rEroLacSb3 .icons-menu .mbr-iconfont:hover {
  color: #444444 !important;
}
.cid-rEroL5Aj53 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-rEroL5Aj53 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rEroL5Aj53 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rEroL5Aj53 .card-img span {
  font-size: 100px;
}
.cid-rErqElNs4x {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rErqElNs4x .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rErqElNs4x .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rErqElNs4x .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rErqElNs4x .card-title,
.cid-rErqElNs4x .card-img {
  color: #232323;
}
.cid-rErqElNs4x .mbr-text,
.cid-rErqElNs4x .mbr-section-btn {
  color: #232323;
}
#custom-html-38 {
  /* Type valid CSS here */
}
#custom-html-38 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-38 p {
  font-size: 60px;
  color: #777;
}
.cid-tWaDqg6zAm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWaDqg6zAm .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWaDqg6zAm .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tWaDqg6zAm .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tWaDqg6zAm .wrap-img {
  padding-bottom: 1rem;
}
.cid-tWaDqg6zAm .wrap-img img {
  max-width: 100%;
}
.cid-tWaDqg6zAm .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rEroL9cY33 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rEroL9cY33 .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-rEroL9cY33 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rEroL9cY33 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rEroL9cY33 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEroL9cY33 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEroL9cY33 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rEroL9cY33 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEroL9cY33 .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rEroL9cY33 .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rEroL9cY33 .links {
  text-align: center;
}
.cid-rEroL9cY33 .copyright > p {
  text-align: center;
}
.cid-rHXtTEghJx .nav-item:focus,
.cid-rHXtTEghJx .nav-link:focus {
  outline: none;
}
.cid-rHXtTEghJx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rHXtTEghJx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rHXtTEghJx .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rHXtTEghJx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rHXtTEghJx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rHXtTEghJx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rHXtTEghJx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rHXtTEghJx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rHXtTEghJx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rHXtTEghJx .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-rHXtTEghJx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rHXtTEghJx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rHXtTEghJx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rHXtTEghJx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rHXtTEghJx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rHXtTEghJx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rHXtTEghJx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rHXtTEghJx .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-rHXtTEghJx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rHXtTEghJx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rHXtTEghJx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rHXtTEghJx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rHXtTEghJx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rHXtTEghJx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rHXtTEghJx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rHXtTEghJx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rHXtTEghJx .navbar-brand {
  display: flex;
  -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-rHXtTEghJx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rHXtTEghJx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rHXtTEghJx .dropdown-item.active,
.cid-rHXtTEghJx .dropdown-item:active {
  background-color: transparent;
}
.cid-rHXtTEghJx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rHXtTEghJx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rHXtTEghJx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rHXtTEghJx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rHXtTEghJx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rHXtTEghJx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHXtTEghJx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rHXtTEghJx .navbar-buttons {
  text-align: center;
}
.cid-rHXtTEghJx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHXtTEghJx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rHXtTEghJx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHXtTEghJx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHXtTEghJx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHXtTEghJx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHXtTEghJx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHXtTEghJx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHXtTEghJx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHXtTEghJx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHXtTEghJx .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rHXtTEghJx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rHXtTEghJx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rHXtTEghJx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rHXtTEghJx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rHXtTEghJx .nav-link:hover,
.cid-rHXtTEghJx .dropdown-item:hover,
.cid-rHXtTEghJx .icons-menu .mbr-iconfont:hover {
  color: #444444 !important;
}
.cid-rHXtTAfEvm {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #022f86;
}
.cid-rHXtTAfEvm .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rHXtTAfEvm .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rHXtTAfEvm .card-img span {
  font-size: 100px;
}
.cid-rHXvNxUkZh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-rHXvNxUkZh h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
}
.cid-rHXvNxUkZh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rHXvNxUkZh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rHXvNxUkZh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rHXvNxUkZh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rHXvNxUkZh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ffffff, #022f86) !important;
}
.cid-rHXvNxUkZh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rHXvNxUkZh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rHXvNxUkZh .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #888888;
}
.cid-rHXvNxUkZh .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-rHXvNxUkZh .mbr-section-title p {
  margin: 0;
}
.cid-rHXvNxUkZh .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-rHXvNxUkZh .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-rHXvNxUkZh .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-rHXvNxUkZh .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #000000;
}
.cid-rHXvNxUkZh .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rHXvNxUkZh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ffffff, #022f86) !important;
}
.cid-rHXtTBwTUR {
  background-color: #ffffff;
}
.cid-rHXtTBwTUR .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-rHXtTBwTUR .image-block {
    width: 100% !important;
  }
}
.cid-tWaEgesUz7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWaEgesUz7 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWaEgesUz7 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tWaEgesUz7 .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tWaEgesUz7 .wrap-img {
  padding-bottom: 1rem;
}
.cid-tWaEgesUz7 .wrap-img img {
  max-width: 100%;
}
.cid-tWaEgesUz7 .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rHXtTCZhmd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rHXtTCZhmd .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-rHXtTCZhmd .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rHXtTCZhmd .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rHXtTCZhmd .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rHXtTCZhmd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rHXtTCZhmd .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rHXtTCZhmd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rHXtTCZhmd .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rHXtTCZhmd .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rHXtTCZhmd .links {
  text-align: center;
}
.cid-rHXtTCZhmd .copyright > p {
  text-align: center;
}
