@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script:400&display=swap);





body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Kaushan Script', handwriting;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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.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))));
  }
}
/* 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: #9d040c !important;
}
.bg-success {
  background-color: #767676 !important;
}
.bg-info {
  background-color: #767676 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #9d040c !important;
  border-color: #9d040c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #520206 !important;
  border-color: #520206 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #520206 !important;
  border-color: #520206 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !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: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #3a0104;
  color: #3a0104;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #9d040c;
  border-color: #9d040c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9d040c !important;
  border-color: #9d040c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #996100;
  color: #996100;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !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: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !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: #9d040c !important;
}
.text-secondary {
  color: #ffa200 !important;
}
.text-success {
  color: #767676 !important;
}
.text-info {
  color: #767676 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3a0104 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #996100 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #434343 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #434343 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #767676;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #efefef;
}
.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: #9d040c;
  border-color: #9d040c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9d040c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f92732;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b6b6b6;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #9d040c;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9d040c;
  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: #9d040c;
  border-bottom-color: #9d040c;
}
.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: #9d040c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa200 !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='%239d040c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-qvX35zKo7P .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qvX35zKo7P .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qvX35zKo7P .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qvX35zKo7P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qvX35zKo7P .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qvX35zKo7P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qvX35zKo7P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qvX35zKo7P .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-qvX35zKo7P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qvX35zKo7P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qvX35zKo7P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qvX35zKo7P .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qvX35zKo7P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qvX35zKo7P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qvX35zKo7P .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-qvX35zKo7P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qvX35zKo7P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qvX35zKo7P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qvX35zKo7P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qvX35zKo7P .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qvX35zKo7P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qvX35zKo7P .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qvX35zKo7P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qvX35zKo7P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qvX35zKo7P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qvX35zKo7P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qvX35zKo7P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qvX35zKo7P .dropdown-item.active,
.cid-qvX35zKo7P .dropdown-item:active {
  background-color: transparent;
}
.cid-qvX35zKo7P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qvX35zKo7P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qvX35zKo7P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qvX35zKo7P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qvX35zKo7P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qvX35zKo7P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qvX35zKo7P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qvX35zKo7P .navbar-buttons {
  text-align: center;
}
.cid-qvX35zKo7P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qvX35zKo7P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-qvX35zKo7P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qvX35zKo7P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qvX35zKo7P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qvX35zKo7P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qvX35zKo7P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvX35zKo7P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qvX35zKo7P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qvX35zKo7P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvX35zKo7P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qvX35zKo7P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qvX35zKo7P .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qvX35zKo7P .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qvX35zKo7P .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qvX2sIP5QW {
  background-image: url("../../../assets/images/depositphotos-57403861-original-copy-min-1061x693.jpg");
}
.cid-qvX2sIP5QW .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qvX2sIP5QW .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qvX2sIP5QW .card-img span {
  font-size: 100px;
}
.cid-qvRzkh0NQ9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qvRzkh0NQ9 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-qvRzkh0NQ9 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qvRzkh0NQ9 .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-qvRzkh0NQ9 .wrap-img {
  padding-bottom: 1rem;
}
.cid-qvRzkh0NQ9 .wrap-img img {
  max-width: 100%;
}
.cid-qvRzkh0NQ9 .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvXfRzWP3N {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/depositphotos-57326687-original-min-min-1600x1067.jpg");
}
.cid-qvXfRzWP3N .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-qvXfRzWP3N .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-qvXfRzWP3N .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-qvXGzfSgwJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qvXGzfSgwJ .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-qvXGzfSgwJ .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qvXGzfSgwJ .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-qvXGzfSgwJ .wrap-img {
  padding-bottom: 1rem;
}
.cid-qvXGzfSgwJ .wrap-img img {
  max-width: 100%;
}
.cid-qvXGzfSgwJ .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvXGBgRKxX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qvXGBgRKxX .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-qvXGBgRKxX .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qvXGBgRKxX .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-qvXGBgRKxX .wrap-img {
  padding-bottom: 1rem;
}
.cid-qvXGBgRKxX .wrap-img img {
  max-width: 100%;
}
.cid-qvXGBgRKxX .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-saVgzTx3tI {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #444444;
}
.cid-saVgzTx3tI h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-saVgzTx3tI .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-saVgzTx3tI .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-saVgzTx3tI .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-saVgzTx3tI .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-saVgzTx3tI .panel-group {
  width: 100%;
}
.cid-saVgzTx3tI .card {
  border-bottom: 1px solid #444444;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saVgzTx3tI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-saVgzTx3tI .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-saVgzTx3tI .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saVgzTx3tI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saVgzTx3tI .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-saVgzTx3tI .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-saVgzTx3tI .card .panel-body {
  background: #444444;
}
.cid-saVgzTx3tI .sign {
  color: #000000;
}
.cid-saVgzTx3tI .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-saVgzTx3tI .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saVgzTx3tI .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-saVmttZSLN {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/depositphotos-57326687-original-min-min-1-1600x1067.jpg");
}
.cid-saVmttZSLN .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-saVmttZSLN .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-saVmttZSLN .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-qvQOlNL2UQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-qvQOlNL2UQ .title {
  margin-bottom: 2rem;
}
.cid-qvQOlNL2UQ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qvQOlNL2UQ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qvQOlNL2UQ .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qvQOlNL2UQ .input-group-btn {
  display: block;
}
.cid-qvQOlNL2UQ h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-qvQOlNL2UQ h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-qvQOlNL2UQ .mbr-section-subtitle P {
  text-align: left;
}
.cid-qvQOlNL2UQ .mbr-form input,
.cid-qvQOlNL2UQ textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-qvQOlNL2UQ h2 {
    text-align: center;
  }
  .cid-qvQOlNL2UQ h3 {
    text-align: center;
  }
  .cid-qvQOlNL2UQ .input-group-btn {
    text-align: center;
  }
  .cid-qvQOlNL2UQ .social-list {
    text-align: center;
  }
}
.cid-qvQOlNL2UQ H2 {
  color: #efefef;
}
.cid-qvQOlNL2UQ H3 {
  color: #efefef;
}
.cid-qvSaTzh70K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qvSaTzh70K .mbr-text,
.cid-qvSaTzh70K blockquote {
  color: #767676;
}
.cid-qvSaTzh70K .mbr-text {
  text-align: center;
  color: #444444;
}
.cid-saVjuqTYZ6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-saVjuqTYZ6 .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-saVjuqTYZ6 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-saVjuqTYZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-saVjuqTYZ6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-saVjuqTYZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-saVjuqTYZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-saVjuqTYZ6 .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-saVjuqTYZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-saVjuqTYZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-saVjuqTYZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-saVjuqTYZ6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-saVjuqTYZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-saVjuqTYZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-saVjuqTYZ6 .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-saVjuqTYZ6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-saVjuqTYZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-saVjuqTYZ6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-saVjuqTYZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-saVjuqTYZ6 .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-saVjuqTYZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-saVjuqTYZ6 .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-saVjuqTYZ6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-saVjuqTYZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-saVjuqTYZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-saVjuqTYZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-saVjuqTYZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-saVjuqTYZ6 .dropdown-item.active,
.cid-saVjuqTYZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-saVjuqTYZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-saVjuqTYZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-saVjuqTYZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-saVjuqTYZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-saVjuqTYZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-saVjuqTYZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saVjuqTYZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-saVjuqTYZ6 .navbar-buttons {
  text-align: center;
}
.cid-saVjuqTYZ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-saVjuqTYZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-saVjuqTYZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saVjuqTYZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saVjuqTYZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saVjuqTYZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saVjuqTYZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saVjuqTYZ6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saVjuqTYZ6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saVjuqTYZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saVjuqTYZ6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-saVjuqTYZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-saVjuqTYZ6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-saVjuqTYZ6 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-saVjuqTYZ6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-saVjurFZOu {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saVjurFZOu .mbr-text,
.cid-saVjurFZOu blockquote {
  color: #767676;
}
.cid-saVjusBw6O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-saVjusBw6O .mbr-text,
.cid-saVjusBw6O blockquote {
  color: #767676;
}
.cid-saVjusBw6O .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-qvQLi1MLDc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qvQLi1MLDc .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qvQLi1MLDc .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qvQLi1MLDc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qvQLi1MLDc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qvQLi1MLDc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qvQLi1MLDc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qvQLi1MLDc .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-qvQLi1MLDc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qvQLi1MLDc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qvQLi1MLDc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qvQLi1MLDc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qvQLi1MLDc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qvQLi1MLDc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qvQLi1MLDc .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-qvQLi1MLDc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qvQLi1MLDc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qvQLi1MLDc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qvQLi1MLDc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qvQLi1MLDc .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qvQLi1MLDc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qvQLi1MLDc .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qvQLi1MLDc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qvQLi1MLDc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qvQLi1MLDc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qvQLi1MLDc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qvQLi1MLDc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qvQLi1MLDc .dropdown-item.active,
.cid-qvQLi1MLDc .dropdown-item:active {
  background-color: transparent;
}
.cid-qvQLi1MLDc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qvQLi1MLDc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qvQLi1MLDc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qvQLi1MLDc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qvQLi1MLDc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qvQLi1MLDc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qvQLi1MLDc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qvQLi1MLDc .navbar-buttons {
  text-align: center;
}
.cid-qvQLi1MLDc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qvQLi1MLDc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-qvQLi1MLDc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qvQLi1MLDc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qvQLi1MLDc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qvQLi1MLDc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qvQLi1MLDc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvQLi1MLDc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qvQLi1MLDc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qvQLi1MLDc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvQLi1MLDc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qvQLi1MLDc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qvQLi1MLDc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qvQLi1MLDc .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qvQLi1MLDc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qvX1QWYujN {
  background-image: url("../../../assets/images/depositphotos-57326687-original-min-min-1600x1067.jpg");
}
.cid-qvX1QWYujN .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qvX1QWYujN .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qvX1QWYujN .card-img span {
  font-size: 100px;
}
.cid-saVmAyy87B {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saVmAyy87B .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-saVmAyy87B .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-saVmAyy87B .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-saVmAyy87B .wrap-img {
  padding-bottom: 1rem;
}
.cid-saVmAyy87B .wrap-img img {
  max-width: 100%;
}
.cid-saVmAyy87B .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-saVmB3eafF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-saVmB3eafF .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-saVmB3eafF .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-saVmB3eafF .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-saVmB3eafF .wrap-img {
  padding-bottom: 1rem;
}
.cid-saVmB3eafF .wrap-img img {
  max-width: 100%;
}
.cid-saVmB3eafF .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvRRcHkMmP {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #444444;
}
.cid-qvRRcHkMmP .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-qvRRcHkMmP .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-qvRRcHkMmP .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-saVxlxuU2P {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tech-support-2000x1275.jpg");
}
.cid-saVxlxuU2P .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-saVxlxuU2P .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-saVxlxuU2P .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-qvSaTzh70K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-qvSaTzh70K .mbr-text,
.cid-qvSaTzh70K blockquote {
  color: #767676;
}
.cid-qvSaTzh70K .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-qvQLi1MLDc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qvQLi1MLDc .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qvQLi1MLDc .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qvQLi1MLDc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qvQLi1MLDc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qvQLi1MLDc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qvQLi1MLDc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qvQLi1MLDc .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-qvQLi1MLDc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qvQLi1MLDc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qvQLi1MLDc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qvQLi1MLDc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qvQLi1MLDc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qvQLi1MLDc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qvQLi1MLDc .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-qvQLi1MLDc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qvQLi1MLDc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qvQLi1MLDc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qvQLi1MLDc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qvQLi1MLDc .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qvQLi1MLDc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qvQLi1MLDc .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qvQLi1MLDc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qvQLi1MLDc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qvQLi1MLDc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qvQLi1MLDc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qvQLi1MLDc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qvQLi1MLDc .dropdown-item.active,
.cid-qvQLi1MLDc .dropdown-item:active {
  background-color: transparent;
}
.cid-qvQLi1MLDc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qvQLi1MLDc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qvQLi1MLDc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qvQLi1MLDc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qvQLi1MLDc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qvQLi1MLDc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qvQLi1MLDc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qvQLi1MLDc .navbar-buttons {
  text-align: center;
}
.cid-qvQLi1MLDc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qvQLi1MLDc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cccccc;
}
.cid-qvQLi1MLDc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qvQLi1MLDc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qvQLi1MLDc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qvQLi1MLDc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qvQLi1MLDc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvQLi1MLDc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qvQLi1MLDc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qvQLi1MLDc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvQLi1MLDc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qvQLi1MLDc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qvQLi1MLDc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qvQLi1MLDc .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qvQLi1MLDc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-saVzJFZTFn {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x957.jpg");
}
@media (max-width: 768px) {
  .cid-saVzJFZTFn .mbr-text,
  .cid-saVzJFZTFn .mbr-section-subtitle,
  .cid-saVzJFZTFn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-qvQOlNL2UQ {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-qvQOlNL2UQ .title {
  margin-bottom: 2rem;
}
.cid-qvQOlNL2UQ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qvQOlNL2UQ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qvQOlNL2UQ .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qvQOlNL2UQ .input-group-btn {
  display: block;
}
.cid-qvQOlNL2UQ h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-qvQOlNL2UQ h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-qvQOlNL2UQ .mbr-section-subtitle P {
  text-align: left;
}
.cid-qvQOlNL2UQ .mbr-form input,
.cid-qvQOlNL2UQ textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-qvQOlNL2UQ h2 {
    text-align: center;
  }
  .cid-qvQOlNL2UQ h3 {
    text-align: center;
  }
  .cid-qvQOlNL2UQ .input-group-btn {
    text-align: center;
  }
  .cid-qvQOlNL2UQ .social-list {
    text-align: center;
  }
}
.cid-qvSaTzh70K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-qvSaTzh70K .mbr-text,
.cid-qvSaTzh70K blockquote {
  color: #767676;
}
.cid-qvSaTzh70K .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
