body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'verdana';
  font-size: 2.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'verdana';
  font-size: 2.3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-4 {
  font-family: 'verdana';
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'verdana';
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'verdana';
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #2755ab !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2755ab !important;
  border-color: #2755ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #19366d !important;
  border-color: #19366d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #19366d !important;
  border-color: #19366d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #142c58;
  color: #142c58;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2755ab;
  border-color: #2755ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2755ab !important;
  border-color: #2755ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2755ab !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #142c58 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #ffffff;
}
.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: #2755ab;
  border-color: #2755ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2755ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7398df;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'verdana';
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #2755ab;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2755ab;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2755ab;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2755ab;
  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: #2755ab;
  border-bottom-color: #2755ab;
}
.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: #2755ab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232755ab' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qGKqKy0wBO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f7f9f8;
}
.cid-qGKqKy0wBO .mbr-text,
.cid-qGKqKy0wBO blockquote {
  color: #767676;
}
.cid-qGKqKy0wBO .mbr-text B {
  color: #232323;
}
.cid-qGKqKy0wBO .mbr-text {
  color: #f7f9f8;
}
.cid-qAMrQYkO61 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qAMrQYkO61 .mbr-section-subtitle {
  color: #767676;
}
.cid-qAMrQYkO61 .media-row {
  display: flex;
  justify-content: center;
}
.cid-qAMrQYkO61 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qAMrQYkO61 .team-item .item-image img {
  width: 100%;
}
.cid-qAMrQYkO61 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qAMrQYkO61 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qAMrQYkO61 .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qAMrQYkO61 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qAMrQYkO61 .team-item .item-caption {
  background: #ffffff;
}
.cid-qAMrQYkO61 .item-role P {
  text-align: center;
}
.cid-qAMrQYkO61 H2 {
  color: #ffffff;
}
.cid-qAMEs3gn4E {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qAMEs3gn4E .mbr-section-subtitle {
  color: #767676;
}
.cid-qAMEs3gn4E .media-row {
  display: flex;
  justify-content: center;
}
.cid-qAMEs3gn4E .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qAMEs3gn4E .team-item .item-image img {
  width: 100%;
}
.cid-qAMEs3gn4E .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qAMEs3gn4E .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qAMEs3gn4E .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qAMEs3gn4E .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qAMEs3gn4E .team-item .item-caption {
  background: #ffffff;
}
.cid-qAMEs3gn4E .item-name {
  color: #232323;
}
.cid-qzsWepbqwh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qzsWepbqwh .content {
    text-align: center;
  }
  .cid-qzsWepbqwh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qzsWepbqwh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qzsWepbqwh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qzsWepbqwh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qzsWepbqwh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qzsWepbqwh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qzsWepbqwh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qzsWepbqwh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qzsWepbqwh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qzsWepbqwh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qzsWepbqwh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qzsWepbqwh .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qzsWepbqwh P {
  color: #232323;
  text-align: left;
}
.cid-qzsWepbqwh H5 {
  color: #232323;
  text-align: left;
}
.cid-qGxNImsITi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qF7yvH2agq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qF7yvH2agq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qF7yvH2agq H2 {
  color: #ffffff;
}
.cid-qF8sCX8w5N {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-qF8sCX8w5N .testimonials-container {
  margin: 0 auto;
}
.cid-qF8sCX8w5N .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qF8sCX8w5N .testimonials-container .testimonials-item .user {
  background: #232323;
}
.cid-qF8sCX8w5N .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qF8sCX8w5N .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qF8sCX8w5N .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qF8sCX8w5N .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qF8sCX8w5N .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qF8sCX8w5N .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qF8sCX8w5N .user_text {
  color: #ffffff;
}
.cid-qF8vAXU6Y9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qF8vAXU6Y9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qF8vAXU6Y9 p {
  color: #767676;
  text-align: left;
}
.cid-qF8vAXU6Y9 .card-box {
  padding-top: 2rem;
}
.cid-qF8vAXU6Y9 .card-wrapper {
  height: 100%;
}
.cid-qF8vAXU6Y9 .card-title {
  color: #ffffff;
}
.cid-qF8vAXU6Y9 P {
  color: #ffffff;
}
.cid-qAHNuVub6v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qKjCP9dch8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qKjCP9dch8 .content {
    text-align: center;
  }
  .cid-qKjCP9dch8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKjCP9dch8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKjCP9dch8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKjCP9dch8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKjCP9dch8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKjCP9dch8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKjCP9dch8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKjCP9dch8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKjCP9dch8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKjCP9dch8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKjCP9dch8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKjCP9dch8 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKjCP9dch8 P {
  color: #232323;
  text-align: left;
}
.cid-qKjCP9dch8 H5 {
  color: #232323;
  text-align: left;
}
.cid-qzf3xgagoK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qzf3xgagoK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qzsXuY80tz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qzsXuY80tz .mbr-text,
.cid-qzsXuY80tz blockquote {
  color: #767676;
}
.cid-qzsXuY80tz .mbr-text {
  color: #ffffff;
}
.cid-qzsYiBPZ2M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qGFJgszlXn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qGFJgszlXn .content {
    text-align: center;
  }
  .cid-qGFJgszlXn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGFJgszlXn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGFJgszlXn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGFJgszlXn .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGFJgszlXn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGFJgszlXn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGFJgszlXn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGFJgszlXn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGFJgszlXn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGFJgszlXn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGFJgszlXn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGFJgszlXn .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGFJgszlXn P {
  color: #232323;
  text-align: left;
}
.cid-qGFJgszlXn H5 {
  color: #232323;
  text-align: left;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qF7ATH4bMP {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qF7ATH4bMP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qF7ATH4bMP H2 {
  color: #ffffff;
}
.cid-qAHJv2avzS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qAHJv2avzS .title {
  margin-bottom: 2rem;
}
.cid-qAHJv2avzS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qAHJv2avzS a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qAHJv2avzS a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qAHJv2avzS .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qAHJv2avzS .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qAHJv2avzS H2 {
  color: #ffffff;
}
.cid-qAHJv2avzS LABEL {
  color: #ffffff;
}
.cid-qAHJxoMIYq {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-qAHJxoMIYq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qAHJxoMIYq .formoid {
  margin: auto;
}
.cid-qAHJxoMIYq .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-qAHJxoMIYq a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-qAHJxoMIYq .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qAHJxoMIYq .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cid-qAHJxoMIYq a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-qAHJxoMIYq a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qAHJxoMIYq .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qAHJxoMIYq .mbr-subscribe .input-group-btn button,
.cid-qAHJxoMIYq .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qAHJxoMIYq .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qAHJxoMIYq input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-qAHJxoMIYq .input-group-btn {
    width: 100%;
  }
  .cid-qAHJxoMIYq .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-qAHJxoMIYq .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qAHJxoMIYq .input-group-btn {
    width: calc(92%);
  }
  .cid-qAHJxoMIYq .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qAHJxoMIYq .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qAHJxoMIYq .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qAHJxoMIYq .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qAHJxoMIYq .input-group-btn button,
  .cid-qAHJxoMIYq .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-qAHJxoMIYq .mbr-subscribe > * {
    margin: 0 0.5rem;
  }
}
.cid-qAHJxoMIYq H2 {
  color: #ffffff;
}
.cid-qAHNSN1oba {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qKjFm4tX8v {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qKjFm4tX8v .content {
    text-align: center;
  }
  .cid-qKjFm4tX8v .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKjFm4tX8v .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKjFm4tX8v .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKjFm4tX8v .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKjFm4tX8v .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKjFm4tX8v .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKjFm4tX8v .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKjFm4tX8v .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKjFm4tX8v .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKjFm4tX8v .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKjFm4tX8v .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKjFm4tX8v .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKjFm4tX8v P {
  color: #232323;
  text-align: left;
}
.cid-qKjFm4tX8v H5 {
  color: #232323;
  text-align: left;
}
.cid-qAHIDW681A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qGmeGKUoHD {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qGmeGKUoHD .mbr-section-subtitle {
  color: #767676;
}
.cid-qGmeGKUoHD H2 {
  color: #ffffff;
}
.cid-qGmdnIixOz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qGmdnIixOz .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-qGmdnIixOz .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-qGmdnIixOz .mbr-author-desc {
  color: #232;
}
.cid-qGmdnIixOz .testimonial-text SPAN {
  color: #ffffff;
}
.cid-qzt7ps5u84 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qGFJVqs67q {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qGFJVqs67q .content {
    text-align: center;
  }
  .cid-qGFJVqs67q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGFJVqs67q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGFJVqs67q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGFJVqs67q .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGFJVqs67q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGFJVqs67q .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGFJVqs67q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGFJVqs67q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGFJVqs67q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGFJVqs67q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGFJVqs67q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGFJVqs67q .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGFJVqs67q P {
  color: #232323;
  text-align: left;
}
.cid-qGFJVqs67q H5 {
  color: #232323;
  text-align: left;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qzf3xgagoK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qzm3Yzh6oV {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
  position: relative;
}
.cid-qzm3Yzh6oV .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qzm3Yzh6oV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qzm3Yzh6oV .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qzm3Yzh6oV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qzm3Yzh6oV .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-qzm3Yzh6oV .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qzm3Yzh6oV .card .panel-body {
  color: #767676;
}
.cid-qzm3Yzh6oV H4 {
  color: #ffffff;
}
.cid-qzm3Yzh6oV .panel-text {
  color: #ffffff;
}
.cid-qzm3Yzh6oV H2 {
  color: #ffffff;
}
.cid-qzm3Yzh6oV .panel-text H1 {
  color: #ffffff;
}
.cid-qzIZ6Ilkvk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qGFNhoapMc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qGFNhoapMc .content {
    text-align: center;
  }
  .cid-qGFNhoapMc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGFNhoapMc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGFNhoapMc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGFNhoapMc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGFNhoapMc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGFNhoapMc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGFNhoapMc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGFNhoapMc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGFNhoapMc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGFNhoapMc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGFNhoapMc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGFNhoapMc .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGFNhoapMc P {
  color: #232323;
  text-align: left;
}
.cid-qGFNhoapMc H5 {
  color: #232323;
  text-align: left;
}
.cid-qzf3xgagoK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qzt8Rzyalv {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-qzt8Rzyalv .testimonials-container {
  margin: 0 auto;
}
.cid-qzt8Rzyalv .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qzt8Rzyalv .testimonials-container .testimonials-item .user {
  background: #232323;
}
.cid-qzt8Rzyalv .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qzt8Rzyalv .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qzt8Rzyalv .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qzt8Rzyalv .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qzt8Rzyalv .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qzt8Rzyalv .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qzt8Rzyalv .user_text {
  color: #ffffff;
}
.cid-qzt89heuS2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qGFM0GUZAu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qGFM0GUZAu .content {
    text-align: center;
  }
  .cid-qGFM0GUZAu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGFM0GUZAu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGFM0GUZAu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGFM0GUZAu .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGFM0GUZAu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGFM0GUZAu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGFM0GUZAu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGFM0GUZAu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGFM0GUZAu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGFM0GUZAu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGFM0GUZAu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGFM0GUZAu .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGFM0GUZAu P {
  color: #232323;
  text-align: left;
}
.cid-qGFM0GUZAu H5 {
  color: #232323;
  text-align: left;
}
.cid-qzf3xgagoK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qF8BtOUsVY .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qF8BtOUsVY .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qF8BtOUsVY a {
  font-style: normal;
}
.cid-qF8BtOUsVY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qF8BtOUsVY .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qF8BtOUsVY .nav-item:focus,
.cid-qF8BtOUsVY .nav-link:focus {
  outline: none;
}
.cid-qF8BtOUsVY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qF8BtOUsVY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qF8BtOUsVY .menu-logo {
  margin-right: auto;
}
.cid-qF8BtOUsVY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qF8BtOUsVY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qF8BtOUsVY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qF8BtOUsVY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qF8BtOUsVY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qF8BtOUsVY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qF8BtOUsVY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qF8BtOUsVY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qF8BtOUsVY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qF8BtOUsVY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qF8BtOUsVY .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qF8BtOUsVY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qF8BtOUsVY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qF8BtOUsVY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qF8BtOUsVY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qF8BtOUsVY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qF8BtOUsVY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qF8BtOUsVY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qF8BtOUsVY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qF8BtOUsVY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qF8BtOUsVY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qF8BtOUsVY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qF8BtOUsVY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qF8BtOUsVY button.navbar-toggler:focus {
  outline: none;
}
.cid-qF8BtOUsVY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qF8BtOUsVY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qF8BtOUsVY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qF8BtOUsVY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qF8BtOUsVY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qF8BtOUsVY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qF8BtOUsVY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qF8BtOUsVY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qF8BtOUsVY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qF8BtOUsVY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qF8BtOUsVY .collapsed .btn {
  display: flex;
}
.cid-qF8BtOUsVY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qF8BtOUsVY .collapsed .navbar-collapse.collapsing,
.cid-qF8BtOUsVY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qF8BtOUsVY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qF8BtOUsVY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qF8BtOUsVY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qF8BtOUsVY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qF8BtOUsVY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qF8BtOUsVY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qF8BtOUsVY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qF8BtOUsVY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qF8BtOUsVY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qF8BtOUsVY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qF8BtOUsVY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qF8BtOUsVY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qF8BtOUsVY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qF8BtOUsVY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qF8BtOUsVY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qF8BtOUsVY.navbar-expand {
    flex-direction: column;
  }
  .cid-qF8BtOUsVY img {
    height: 3.8rem !important;
  }
  .cid-qF8BtOUsVY .btn {
    display: flex;
  }
  .cid-qF8BtOUsVY button.navbar-toggler {
    display: block;
  }
  .cid-qF8BtOUsVY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qF8BtOUsVY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qF8BtOUsVY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qF8BtOUsVY .navbar-collapse.collapsing,
  .cid-qF8BtOUsVY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qF8BtOUsVY .navbar-collapse.collapsing .navbar-nav,
  .cid-qF8BtOUsVY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qF8BtOUsVY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qF8BtOUsVY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qF8BtOUsVY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qF8BtOUsVY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qF8BtOUsVY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qF8BtOUsVY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qF8BtOUsVY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qF8BtOUsVY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qF8BtOUsVY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qF8BtOUsVY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qF8BtOUsVY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qF8AvrgM7C {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qF8AvrgM7C .mbr-section-subtitle {
  color: #767676;
}
.cid-qF8AvrgM7C H2 {
  color: #ffffff;
}
.cid-qAMShNgX7L {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qAMShNgX7L .mbr-text,
.cid-qAMShNgX7L blockquote {
  color: #767676;
}
.cid-qAMShNgX7L .mbr-text B {
  color: #ffffff;
}
.cid-qAMShNgX7L .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-qAMWHC72g7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-qKi6LadvTp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qKi6LadvTp .content {
    text-align: center;
  }
  .cid-qKi6LadvTp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKi6LadvTp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKi6LadvTp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKi6LadvTp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKi6LadvTp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKi6LadvTp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKi6LadvTp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKi6LadvTp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKi6LadvTp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKi6LadvTp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKi6LadvTp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKi6LadvTp .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKi6LadvTp P {
  color: #232323;
  text-align: left;
}
.cid-qKi6LadvTp H5 {
  color: #232323;
  text-align: left;
}
.cid-qzf3xgagoK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qF7xViGKDB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qF7xViGKDB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qF7xViGKDB H2 {
  color: #ffffff;
}
.cid-qF1CQPM8iQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qF1CQPM8iQ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qF1CQPM8iQ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qF1CQPM8iQ .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-qF1CQPM8iQ .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qF1CQPM8iQ .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-qGwwcdKxhY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qAHNJjm59o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qKi7C0yNIg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qKi7C0yNIg .content {
    text-align: center;
  }
  .cid-qKi7C0yNIg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKi7C0yNIg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKi7C0yNIg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKi7C0yNIg .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKi7C0yNIg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKi7C0yNIg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKi7C0yNIg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKi7C0yNIg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKi7C0yNIg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKi7C0yNIg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKi7C0yNIg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKi7C0yNIg .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKi7C0yNIg P {
  color: #232323;
  text-align: left;
}
.cid-qKi7C0yNIg H5 {
  color: #232323;
  text-align: left;
}
.cid-qAHIfeoL8L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qF7yl5SqvH {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qF7yl5SqvH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qF7yl5SqvH H2 {
  color: #ffffff;
}
.cid-qF6kt2DTWP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qF6kt2DTWP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qF6kt2DTWP p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qF6kt2DTWP .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-qF6kt2DTWP .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qF6kt2DTWP .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-qGBxpMQ5O7 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qGBxpMQ5O7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGBxpMQ5O7 H2 {
  color: #ffffff;
}
.cid-qGBxqZI8xq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qGBxqZI8xq .title {
  margin-bottom: 2rem;
}
.cid-qGBxqZI8xq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGBxqZI8xq a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGBxqZI8xq a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGBxqZI8xq .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGBxqZI8xq .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGBxqZI8xq H2 {
  color: #ffffff;
}
.cid-qGBxqZI8xq LABEL {
  color: #ffffff;
}
.cid-qGBxstE9EX {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-qGBxstE9EX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGBxstE9EX .formoid {
  margin: auto;
}
.cid-qGBxstE9EX .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-qGBxstE9EX a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-qGBxstE9EX .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qGBxstE9EX .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cid-qGBxstE9EX a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-qGBxstE9EX a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGBxstE9EX .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qGBxstE9EX .mbr-subscribe .input-group-btn button,
.cid-qGBxstE9EX .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qGBxstE9EX .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGBxstE9EX input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-qGBxstE9EX .input-group-btn {
    width: 100%;
  }
  .cid-qGBxstE9EX .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-qGBxstE9EX .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qGBxstE9EX .input-group-btn {
    width: calc(92%);
  }
  .cid-qGBxstE9EX .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qGBxstE9EX .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qGBxstE9EX .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qGBxstE9EX .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qGBxstE9EX .input-group-btn button,
  .cid-qGBxstE9EX .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-qGBxstE9EX .mbr-subscribe > * {
    margin: 0 0.5rem;
  }
}
.cid-qGBxstE9EX H2 {
  color: #ffffff;
}
.cid-qAHNGovef8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qGHbzSbDz2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qGHbzSbDz2 .content {
    text-align: center;
  }
  .cid-qGHbzSbDz2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGHbzSbDz2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGHbzSbDz2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGHbzSbDz2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGHbzSbDz2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGHbzSbDz2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGHbzSbDz2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGHbzSbDz2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGHbzSbDz2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGHbzSbDz2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGHbzSbDz2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGHbzSbDz2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGHbzSbDz2 P {
  color: #232323;
  text-align: left;
}
.cid-qGHbzSbDz2 H5 {
  color: #232323;
  text-align: left;
}
.cid-qAHIbYgCYk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qF7xEC1ux7 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qF7xEC1ux7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qF7xEC1ux7 H2 {
  color: #ffffff;
}
.cid-qF1Pf42UnV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-qF1Pf42UnV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qF1Pf42UnV .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qF1Pf42UnV .mbr-text {
  color: #ffffff;
}
.cid-qF1PWb7E9V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qF1PWb7E9V h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qF1PWb7E9V p {
  color: #767676;
  text-align: left;
}
.cid-qF1PWb7E9V .card-box {
  padding-top: 2rem;
}
.cid-qF1PWb7E9V .card-wrapper {
  height: 100%;
}
.cid-qF1PWb7E9V .card-title {
  color: #ffffff;
}
.cid-qAHNPfcQ73 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qKi9qQW7Jy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qKi9qQW7Jy .content {
    text-align: center;
  }
  .cid-qKi9qQW7Jy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKi9qQW7Jy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKi9qQW7Jy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKi9qQW7Jy .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKi9qQW7Jy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKi9qQW7Jy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKi9qQW7Jy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKi9qQW7Jy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKi9qQW7Jy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKi9qQW7Jy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKi9qQW7Jy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKi9qQW7Jy .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKi9qQW7Jy P {
  color: #232323;
  text-align: left;
}
.cid-qKi9qQW7Jy H5 {
  color: #232323;
  text-align: left;
}
.cid-qAHIDW681A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qErrstamSl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qErrstamSl .carousel-item {
  justify-content: center;
}
.cid-qErrstamSl .carousel-item.active,
.cid-qErrstamSl .carousel-item-next,
.cid-qErrstamSl .carousel-item-prev {
  display: flex;
}
.cid-qErrstamSl .carousel-controls a {
  transition: opacity .10s;
  font-size: 2rem;
}
.cid-qErrstamSl .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-qErrstamSl .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qErrstamSl .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qErrstamSl .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-qErrstamSl .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qErrstamSl .user_text {
  color: #ffffff;
  text-align: center;
}
.cid-qErrstamSl H2 {
  color: #ffffff;
}
.cid-qziAI3FmQX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qziAI3FmQX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qziAI3FmQX p {
  color: #ffffff;
  text-align: left;
}
.cid-qziAI3FmQX .card-box {
  padding-top: 2rem;
}
.cid-qziAI3FmQX .card-title {
  color: #ffffff;
}
.cid-qziAI3FmQX P {
  color: #ffffff;
  text-align: left;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qAHL6K3h1N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qKiaFTAgC2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qKiaFTAgC2 .content {
    text-align: center;
  }
  .cid-qKiaFTAgC2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKiaFTAgC2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKiaFTAgC2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKiaFTAgC2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKiaFTAgC2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKiaFTAgC2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKiaFTAgC2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKiaFTAgC2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKiaFTAgC2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKiaFTAgC2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKiaFTAgC2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKiaFTAgC2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKiaFTAgC2 P {
  color: #232323;
  text-align: left;
}
.cid-qKiaFTAgC2 H5 {
  color: #232323;
  text-align: left;
}
.cid-qzf3xgagoK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qzygahhZHo {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qzygahhZHo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qzygahhZHo .container-table {
  margin: 0 auto;
}
.cid-qzygahhZHo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qzygahhZHo .dataTables_wrapper {
  display: block;
}
.cid-qzygahhZHo .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qzygahhZHo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qzygahhZHo table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qzygahhZHo table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qzygahhZHo table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qzygahhZHo table td {
  border-top: 1px solid #cccccc;
}
.cid-qzygahhZHo table.table {
  background: #232323;
}
.cid-qzygahhZHo .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qzygahhZHo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qzygahhZHo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qzygahhZHo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #2755ab;
}
@media (max-width: 992px) {
  .cid-qzygahhZHo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qzygahhZHo .dataTables_filter {
    text-align: center;
  }
  .cid-qzygahhZHo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qzygahhZHo .mbr-section-title {
  color: #ffffff;
}
.cid-qzygahhZHo .body-item {
  color: #ffffff;
}
.cid-qzygahhZHo .head-item {
  color: #ffffff;
}
.cid-qzygahhZHo LABEL {
  color: #ffffff;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qAHLWrprWQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qKib4GI2qy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qKib4GI2qy .content {
    text-align: center;
  }
  .cid-qKib4GI2qy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKib4GI2qy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKib4GI2qy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKib4GI2qy .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKib4GI2qy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKib4GI2qy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKib4GI2qy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKib4GI2qy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKib4GI2qy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKib4GI2qy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKib4GI2qy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKib4GI2qy .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKib4GI2qy P {
  color: #232323;
  text-align: left;
}
.cid-qKib4GI2qy H5 {
  color: #232323;
  text-align: left;
}
.cid-qzf3xgagoK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qEZOaNqr4w .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qEZOaNqr4w .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qEZOaNqr4w a {
  font-style: normal;
}
.cid-qEZOaNqr4w .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qEZOaNqr4w .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qEZOaNqr4w .nav-item:focus,
.cid-qEZOaNqr4w .nav-link:focus {
  outline: none;
}
.cid-qEZOaNqr4w .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qEZOaNqr4w .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qEZOaNqr4w .menu-logo {
  margin-right: auto;
}
.cid-qEZOaNqr4w .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qEZOaNqr4w .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qEZOaNqr4w .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qEZOaNqr4w .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qEZOaNqr4w .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qEZOaNqr4w .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qEZOaNqr4w .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qEZOaNqr4w .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qEZOaNqr4w .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qEZOaNqr4w .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qEZOaNqr4w .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qEZOaNqr4w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qEZOaNqr4w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qEZOaNqr4w .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qEZOaNqr4w .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qEZOaNqr4w .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qEZOaNqr4w .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qEZOaNqr4w .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qEZOaNqr4w .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qEZOaNqr4w .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qEZOaNqr4w .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qEZOaNqr4w .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qEZOaNqr4w button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qEZOaNqr4w button.navbar-toggler:focus {
  outline: none;
}
.cid-qEZOaNqr4w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qEZOaNqr4w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qEZOaNqr4w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qEZOaNqr4w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qEZOaNqr4w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qEZOaNqr4w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEZOaNqr4w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qEZOaNqr4w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qEZOaNqr4w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qEZOaNqr4w .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qEZOaNqr4w .collapsed .btn {
  display: flex;
}
.cid-qEZOaNqr4w .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qEZOaNqr4w .collapsed .navbar-collapse.collapsing,
.cid-qEZOaNqr4w .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qEZOaNqr4w .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qEZOaNqr4w .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qEZOaNqr4w .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qEZOaNqr4w .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qEZOaNqr4w .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qEZOaNqr4w .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qEZOaNqr4w .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qEZOaNqr4w .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qEZOaNqr4w .collapsed button.navbar-toggler {
  display: block;
}
.cid-qEZOaNqr4w .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qEZOaNqr4w .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qEZOaNqr4w .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qEZOaNqr4w .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qEZOaNqr4w .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qEZOaNqr4w .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qEZOaNqr4w.navbar-expand {
    flex-direction: column;
  }
  .cid-qEZOaNqr4w img {
    height: 3.8rem !important;
  }
  .cid-qEZOaNqr4w .btn {
    display: flex;
  }
  .cid-qEZOaNqr4w button.navbar-toggler {
    display: block;
  }
  .cid-qEZOaNqr4w .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qEZOaNqr4w .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qEZOaNqr4w .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qEZOaNqr4w .navbar-collapse.collapsing,
  .cid-qEZOaNqr4w .navbar-collapse.show {
    display: block !important;
  }
  .cid-qEZOaNqr4w .navbar-collapse.collapsing .navbar-nav,
  .cid-qEZOaNqr4w .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qEZOaNqr4w .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qEZOaNqr4w .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qEZOaNqr4w .navbar-collapse.collapsing .navbar-buttons,
  .cid-qEZOaNqr4w .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qEZOaNqr4w .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qEZOaNqr4w .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qEZOaNqr4w .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qEZOaNqr4w .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qEZOaNqr4w .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qEZOaNqr4w .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qEZOaNqr4w .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qEZOaQvyri {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-qEZOaQvyri .testimonials-container {
  margin: 0 auto;
}
.cid-qEZOaQvyri .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qEZOaQvyri .testimonials-container .testimonials-item .user {
  background: #232323;
}
.cid-qEZOaQvyri .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qEZOaQvyri .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qEZOaQvyri .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qEZOaQvyri .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qEZOaQvyri .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qEZOaQvyri .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qEZOaQvyri .user_text {
  color: #ffffff;
}
.cid-qEZOb1OGxi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qKibGmlEP9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qKibGmlEP9 .content {
    text-align: center;
  }
  .cid-qKibGmlEP9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKibGmlEP9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKibGmlEP9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKibGmlEP9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKibGmlEP9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKibGmlEP9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKibGmlEP9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKibGmlEP9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKibGmlEP9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKibGmlEP9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKibGmlEP9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKibGmlEP9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKibGmlEP9 P {
  color: #232323;
  text-align: left;
}
.cid-qKibGmlEP9 H5 {
  color: #232323;
  text-align: left;
}
.cid-qEZOb6RJ3N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qF07ZQp7m9 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qF07ZQp7m9 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qF07ZQp7m9 a {
  font-style: normal;
}
.cid-qF07ZQp7m9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qF07ZQp7m9 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qF07ZQp7m9 .nav-item:focus,
.cid-qF07ZQp7m9 .nav-link:focus {
  outline: none;
}
.cid-qF07ZQp7m9 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qF07ZQp7m9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qF07ZQp7m9 .menu-logo {
  margin-right: auto;
}
.cid-qF07ZQp7m9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qF07ZQp7m9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qF07ZQp7m9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qF07ZQp7m9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qF07ZQp7m9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qF07ZQp7m9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qF07ZQp7m9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qF07ZQp7m9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qF07ZQp7m9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qF07ZQp7m9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qF07ZQp7m9 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qF07ZQp7m9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qF07ZQp7m9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qF07ZQp7m9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qF07ZQp7m9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qF07ZQp7m9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qF07ZQp7m9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qF07ZQp7m9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qF07ZQp7m9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qF07ZQp7m9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qF07ZQp7m9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qF07ZQp7m9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qF07ZQp7m9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qF07ZQp7m9 button.navbar-toggler:focus {
  outline: none;
}
.cid-qF07ZQp7m9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qF07ZQp7m9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qF07ZQp7m9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qF07ZQp7m9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qF07ZQp7m9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qF07ZQp7m9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qF07ZQp7m9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qF07ZQp7m9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qF07ZQp7m9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qF07ZQp7m9 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qF07ZQp7m9 .collapsed .btn {
  display: flex;
}
.cid-qF07ZQp7m9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qF07ZQp7m9 .collapsed .navbar-collapse.collapsing,
.cid-qF07ZQp7m9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qF07ZQp7m9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qF07ZQp7m9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qF07ZQp7m9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qF07ZQp7m9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qF07ZQp7m9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qF07ZQp7m9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qF07ZQp7m9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qF07ZQp7m9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qF07ZQp7m9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qF07ZQp7m9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qF07ZQp7m9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qF07ZQp7m9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qF07ZQp7m9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qF07ZQp7m9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qF07ZQp7m9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qF07ZQp7m9.navbar-expand {
    flex-direction: column;
  }
  .cid-qF07ZQp7m9 img {
    height: 3.8rem !important;
  }
  .cid-qF07ZQp7m9 .btn {
    display: flex;
  }
  .cid-qF07ZQp7m9 button.navbar-toggler {
    display: block;
  }
  .cid-qF07ZQp7m9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qF07ZQp7m9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qF07ZQp7m9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qF07ZQp7m9 .navbar-collapse.collapsing,
  .cid-qF07ZQp7m9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qF07ZQp7m9 .navbar-collapse.collapsing .navbar-nav,
  .cid-qF07ZQp7m9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qF07ZQp7m9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qF07ZQp7m9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qF07ZQp7m9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qF07ZQp7m9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qF07ZQp7m9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qF07ZQp7m9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qF07ZQp7m9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qF07ZQp7m9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qF07ZQp7m9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qF07ZQp7m9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qF07ZQp7m9 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qF0g03kaCH {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qF0g03kaCH h2 {
  text-align: center;
}
.cid-qF0g03kaCH h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qF0g03kaCH p {
  color: #767676;
}
.cid-qF0g03kaCH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qF0g03kaCH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qF0g03kaCH .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qF0g03kaCH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qF0g03kaCH .card-title {
  font-weight: 500;
}
.cid-qF0g03kaCH .card-img {
  text-align: inherit;
}
.cid-qF0g03kaCH .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qF0g03kaCH .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qF0g03kaCH .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qF0g03kaCH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qF0g03kaCH .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qF0g03kaCH .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qF0g03kaCH .mbr-crt-title I {
  color: #ffffff;
}
.cid-qF0g03kaCH .mbr-section-text {
  color: #ffffff;
}
.cid-qF0g03kaCH .mbr-section-title {
  color: #ffffff;
}
.cid-qF07ZWjFXY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qKic6OaJoe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qKic6OaJoe .content {
    text-align: center;
  }
  .cid-qKic6OaJoe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKic6OaJoe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKic6OaJoe .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKic6OaJoe .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKic6OaJoe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKic6OaJoe .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKic6OaJoe .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKic6OaJoe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKic6OaJoe .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKic6OaJoe .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKic6OaJoe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKic6OaJoe .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKic6OaJoe P {
  color: #232323;
  text-align: left;
}
.cid-qKic6OaJoe H5 {
  color: #232323;
  text-align: left;
}
.cid-qF0800Ucj6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qF0l6d6PiR .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qF0l6d6PiR .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qF0l6d6PiR a {
  font-style: normal;
}
.cid-qF0l6d6PiR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qF0l6d6PiR .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qF0l6d6PiR .nav-item:focus,
.cid-qF0l6d6PiR .nav-link:focus {
  outline: none;
}
.cid-qF0l6d6PiR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qF0l6d6PiR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qF0l6d6PiR .menu-logo {
  margin-right: auto;
}
.cid-qF0l6d6PiR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qF0l6d6PiR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qF0l6d6PiR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qF0l6d6PiR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qF0l6d6PiR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qF0l6d6PiR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qF0l6d6PiR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qF0l6d6PiR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qF0l6d6PiR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qF0l6d6PiR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qF0l6d6PiR .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qF0l6d6PiR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qF0l6d6PiR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qF0l6d6PiR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qF0l6d6PiR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qF0l6d6PiR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qF0l6d6PiR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qF0l6d6PiR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qF0l6d6PiR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qF0l6d6PiR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qF0l6d6PiR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qF0l6d6PiR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qF0l6d6PiR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qF0l6d6PiR button.navbar-toggler:focus {
  outline: none;
}
.cid-qF0l6d6PiR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qF0l6d6PiR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qF0l6d6PiR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qF0l6d6PiR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qF0l6d6PiR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qF0l6d6PiR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qF0l6d6PiR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qF0l6d6PiR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qF0l6d6PiR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qF0l6d6PiR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qF0l6d6PiR .collapsed .btn {
  display: flex;
}
.cid-qF0l6d6PiR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qF0l6d6PiR .collapsed .navbar-collapse.collapsing,
.cid-qF0l6d6PiR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qF0l6d6PiR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qF0l6d6PiR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qF0l6d6PiR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qF0l6d6PiR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qF0l6d6PiR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qF0l6d6PiR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qF0l6d6PiR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qF0l6d6PiR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qF0l6d6PiR .collapsed button.navbar-toggler {
  display: block;
}
.cid-qF0l6d6PiR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qF0l6d6PiR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qF0l6d6PiR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qF0l6d6PiR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qF0l6d6PiR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qF0l6d6PiR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qF0l6d6PiR.navbar-expand {
    flex-direction: column;
  }
  .cid-qF0l6d6PiR img {
    height: 3.8rem !important;
  }
  .cid-qF0l6d6PiR .btn {
    display: flex;
  }
  .cid-qF0l6d6PiR button.navbar-toggler {
    display: block;
  }
  .cid-qF0l6d6PiR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qF0l6d6PiR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qF0l6d6PiR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qF0l6d6PiR .navbar-collapse.collapsing,
  .cid-qF0l6d6PiR .navbar-collapse.show {
    display: block !important;
  }
  .cid-qF0l6d6PiR .navbar-collapse.collapsing .navbar-nav,
  .cid-qF0l6d6PiR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qF0l6d6PiR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qF0l6d6PiR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qF0l6d6PiR .navbar-collapse.collapsing .navbar-buttons,
  .cid-qF0l6d6PiR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qF0l6d6PiR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qF0l6d6PiR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qF0l6d6PiR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qF0l6d6PiR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qF0l6d6PiR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qF0l6d6PiR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qF0l6d6PiR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qF0lwfE8S5 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-qF0lwfE8S5 .testimonials-container {
  margin: 0 auto;
}
.cid-qF0lwfE8S5 .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qF0lwfE8S5 .testimonials-container .testimonials-item .user {
  background: #232323;
}
.cid-qF0lwfE8S5 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qF0lwfE8S5 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qF0lwfE8S5 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qF0lwfE8S5 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qF0lwfE8S5 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qF0lwfE8S5 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qF0lwfE8S5 .user_text {
  color: #ffffff;
}
.cid-qF0mBUQlKF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qF0mBUQlKF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qF0mBUQlKF p {
  color: #767676;
  text-align: left;
}
.cid-qF0mBUQlKF .card-box {
  padding-top: 2rem;
}
.cid-qF0mBUQlKF .card-title {
  color: #ffffff;
}
.cid-qF0mBUQlKF P {
  color: #ffffff;
}
.cid-qF0l6kBWUx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qKicvZE6ll {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qKicvZE6ll .content {
    text-align: center;
  }
  .cid-qKicvZE6ll .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKicvZE6ll .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKicvZE6ll .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKicvZE6ll .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKicvZE6ll .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKicvZE6ll .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKicvZE6ll .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKicvZE6ll .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKicvZE6ll .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKicvZE6ll .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKicvZE6ll .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKicvZE6ll .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKicvZE6ll P {
  color: #232323;
  text-align: left;
}
.cid-qKicvZE6ll H5 {
  color: #232323;
  text-align: left;
}
.cid-qF0l6p5jaq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qzeTf8SDd3 .navbar {
  background: #f7f9f8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qzeTf8SDd3 .navbar-dropdown.bg-color.transparent.opened {
  background: #f7f9f8;
}
.cid-qzeTf8SDd3 a {
  font-style: normal;
}
.cid-qzeTf8SDd3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qzeTf8SDd3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qzeTf8SDd3 .nav-item:focus,
.cid-qzeTf8SDd3 .nav-link:focus {
  outline: none;
}
.cid-qzeTf8SDd3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qzeTf8SDd3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qzeTf8SDd3 .menu-logo {
  margin-right: auto;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qzeTf8SDd3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu {
  background: #f7f9f8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qzeTf8SDd3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qzeTf8SDd3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qzeTf8SDd3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qzeTf8SDd3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qzeTf8SDd3 button.navbar-toggler:focus {
  outline: none;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qzeTf8SDd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qzeTf8SDd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qzeTf8SDd3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .btn {
  display: flex;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qzeTf8SDd3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qzeTf8SDd3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qzeTf8SDd3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qzeTf8SDd3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qzeTf8SDd3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qzeTf8SDd3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qzeTf8SDd3.navbar-expand {
    flex-direction: column;
  }
  .cid-qzeTf8SDd3 img {
    height: 3.8rem !important;
  }
  .cid-qzeTf8SDd3 .btn {
    display: flex;
  }
  .cid-qzeTf8SDd3 button.navbar-toggler {
    display: block;
  }
  .cid-qzeTf8SDd3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qzeTf8SDd3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qzeTf8SDd3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing,
  .cid-qzeTf8SDd3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qzeTf8SDd3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qzeTf8SDd3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qzeTf8SDd3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qzeTf8SDd3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qzeTf8SDd3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qF7yGxlUrQ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qF7yGxlUrQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qF7yGxlUrQ H2 {
  color: #ffffff;
}
.cid-qF8apQtpcf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-qF8apQtpcf .testimonials-container {
  margin: 0 auto;
}
.cid-qF8apQtpcf .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qF8apQtpcf .testimonials-container .testimonials-item .user {
  background: #232323;
}
.cid-qF8apQtpcf .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qF8apQtpcf .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qF8apQtpcf .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qF8apQtpcf .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qF8apQtpcf .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qF8apQtpcf .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qF8apQtpcf .user_text {
  color: #ffffff;
}
.cid-qzf0XSy2mA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-qzf0XSy2mA .card-img {
  background-color: #fff;
}
.cid-qzf0XSy2mA .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qzf0XSy2mA .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-qzf0XSy2mA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qzf0XSy2mA p {
  text-align: left;
}
.cid-qzf0XSy2mA .mbr-text {
  color: #ffffff;
}
.cid-qzf0XSy2mA .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qzf0XSy2mA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qzf0XSy2mA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qzf0XSy2mA .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-qAHNy5xwhB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-qKid7MHJoL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qKid7MHJoL .content {
    text-align: center;
  }
  .cid-qKid7MHJoL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qKid7MHJoL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qKid7MHJoL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qKid7MHJoL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qKid7MHJoL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qKid7MHJoL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qKid7MHJoL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qKid7MHJoL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qKid7MHJoL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qKid7MHJoL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qKid7MHJoL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qKid7MHJoL .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qKid7MHJoL P {
  color: #232323;
  text-align: left;
}
.cid-qKid7MHJoL H5 {
  color: #232323;
  text-align: left;
}
.cid-qzf3xgagoK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
