body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4f87fb !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #054cdf;
  color: #054cdf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #4f87fb;
  border-color: #4f87fb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4f87fb !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #054cdf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #6d7a8c;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #ececec;
}
.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: #4f87fb;
  border-color: #4f87fb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #b4bbc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #4f87fb;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4f87fb;
  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: #4f87fb;
  border-bottom-color: #4f87fb;
}
.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: #4f87fb !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: #130947 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234f87fb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.is-builder .cid-rSbeojjCqg .navbar {
  padding-top: 20px !important;
}
.cid-rSbeojjCqg .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-rSbeojjCqg .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-rSbeojjCqg .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rSbeojjCqg a {
  font-style: normal;
}
.cid-rSbeojjCqg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-rSbeojjCqg .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-rSbeojjCqg .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-rSbeojjCqg .content-text {
  margin-bottom: 0;
}
.cid-rSbeojjCqg .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-rSbeojjCqg .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-rSbeojjCqg .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rSbeojjCqg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-rSbeojjCqg .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-rSbeojjCqg .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-rSbeojjCqg .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-rSbeojjCqg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rSbeojjCqg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rSbeojjCqg .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-rSbeojjCqg .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .content-link {
    display: none;
  }
}
.cid-rSbeojjCqg .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-rSbeojjCqg .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-rSbeojjCqg .nav-dropdown .link {
  font-weight: 600;
}
.cid-rSbeojjCqg .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-rSbeojjCqg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rSbeojjCqg .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-rSbeojjCqg .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-rSbeojjCqg .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-rSbeojjCqg .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-rSbeojjCqg .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-rSbeojjCqg .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-rSbeojjCqg .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-rSbeojjCqg .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rSbeojjCqg .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-rSbeojjCqg .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-rSbeojjCqg .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-rSbeojjCqg .dropdown-item:before {
    display: none;
  }
  .cid-rSbeojjCqg .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-rSbeojjCqg .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-rSbeojjCqg img {
    height: 3.8rem !important;
  }
  .cid-rSbeojjCqg .btn {
    display: flex;
  }
  .cid-rSbeojjCqg button.navbar-toggler {
    display: block;
  }
  .cid-rSbeojjCqg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rSbeojjCqg .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSbeojjCqg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing,
  .cid-rSbeojjCqg .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-nav,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-rSbeojjCqg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSbeojjCqg .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar .menu-content-top {
    display: block;
  }
  .cid-rSbeojjCqg .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-rSbeojjCqg .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rSbeojjCqg .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rSbeojjCqg .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rSbeojjCqg .menu-bottom {
    display: flex;
  }
  .cid-rSbeojjCqg .navbar {
    display: block;
    padding: 0;
  }
  .cid-rSbeojjCqg .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-rSbeojjCqg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-rSbeojjCqg .navbar-toggler {
    display: none;
  }
}
.cid-rSbeojjCqg .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-rSbeojjCqg .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-rSbeojjCqg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rSbeojjCqg .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSbeojjCqg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSbeojjCqg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rSbeojjCqg .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-rSbeojjCqg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg button.navbar-toggler:focus {
  outline: none;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSbeojjCqg .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSbeojjCqg .collapsed .menu-logo {
  margin-right: 0;
}
.cid-rSbeojjCqg .collapsed .btn {
  display: flex;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-rSbeojjCqg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSbeojjCqg .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSbeojjCqg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rSbeojjCqg .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-rSbeojjCqg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSbeojjCqg .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rSbeojjCqg .collapsed .dropdown-item:before {
  display: none;
}
.cid-rSbeojjCqg .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-rSbeojjCqg .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-rSbeojjCqg .nav-link:focus {
  outline: none;
}
.cid-rSbeojjCqg .navbar-toggler {
  position: relative;
}
.cid-rSbeojjCqg .dropdown-item.active,
.cid-rSbeojjCqg .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-rSbeojjCqg .nav-link:hover,
.cid-rSbeojjCqg .dropdown-item:hover {
  color: #4f87fb;
}
.cid-rSbetxGLFX {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/senior-wheelchair-cuff-blogbanner1-800x-500x333.jpg");
}
.cid-rSbetxGLFX .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-rSbetxGLFX .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-rSbetxGLFX .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-rSbetxGLFX .mbr-text {
  color: #6d7a8c;
}
.cid-rSbetxGLFX .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-rSbetxGLFX .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-rSbetxGLFX .mbr-section-btn {
  display: flex;
}
.cid-rSbetxGLFX .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-rSbetxGLFX .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-rSbetxGLFX .mbr-section-btn.display-4,
.cid-rSbetxGLFX .btn.display-4 {
  font-size: 12px !important;
}
.cid-rSbetxGLFX .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-rSbetxGLFX .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-rSbetxGLFX .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rSbetxGLFX .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSbetxGLFX .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-rSbetxGLFX .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-rSbetxGLFX .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-rSbetxGLFX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSbetxGLFX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSbetxGLFX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSbetxGLFX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSbetxGLFX a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rSbetxGLFX .separator,
  .cid-rSbetxGLFX .sep-holder,
  .cid-rSbetxGLFX .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-rSbetxGLFX .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSbetxGLFX .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-rSbeu1icqt {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSbeu1icqt .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rSbeu1icqt .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-rSbeu1icqt .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSbeu1icqt .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSbeu1icqt .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-rSbeu1icqt .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-rSbeu1icqt .boldSubtitle {
  color: #130947;
}
.cid-rSbeu1icqt .info-widget {
  padding-top: 0.5rem;
}
.cid-rSbeu1icqt .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-rSbeu1icqt .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-rSbeu1icqt .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-rSbeu1icqt .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-rSbeu1icqt .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rSbeu1icqt .mbr-section-title,
  .cid-rSbeu1icqt .mbr-section-subtitle,
  .cid-rSbeu1icqt .mbr-text {
    text-align: left !important;
  }
  .cid-rSbeu1icqt .social-list {
    text-align: left !important;
  }
}
.cid-rSbetOWItP {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSbetOWItP .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-rSbetOWItP .col-lg-4 {
  padding: 0 !important;
}
.cid-rSbetOWItP .col-lg-4:nth-child(2) .box-item .wrap {
  background-color: #3b77f3;
}
.cid-rSbetOWItP .box-item {
  height: 100%;
}
.cid-rSbetOWItP .box-item .wrap {
  height: 100%;
  background-color: #4f87fb;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
}
.cid-rSbetOWItP .box-item .headingicon .icon-block-top {
  width: 100%;
  font-size: 3.1375rem !important;
  margin-bottom: 15px;
}
.cid-rSbetOWItP .box-item .heading {
  width: 100%;
}
.cid-rSbetOWItP .box-item .heading .box-item-title {
  position: relative;
  font-weight: 700;
}
.cid-rSbetOWItP .box-item .heading .box-item-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.cid-rSbetOWItP .box-item .heading .box-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 28px;
}
.cid-rSbetOWItP .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-rSbetOWItP .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-rSbetOWItP .left .wrap {
  border-radius: 4px 0 0 4px;
}
.cid-rSbetOWItP .right .wrap {
  border-radius: 0 4px 4px 0;
}
.cid-rSbetOWItP .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rSbetOWItP .box-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0 15px;
  font-weight: 400;
  color: #ffffff;
}
.cid-rSbetOWItP .box-list li:last-child {
  border-bottom: none;
}
.cid-rSbetOWItP .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-rSbetOWItP .box-list li.display-7 {
  font-size: 14px;
  line-height: 24px;
}
.cid-rSbetOWItP .box-list ul.display-7 {
  font-size: 14px;
  line-height: 24px;
}
.cid-rSbetOWItP .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 1.3;
  padding: 12px 40px;
  margin-left: 0 !important;
  box-shadow: none;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-rSbetOWItP .box-item {
    margin-top: 0;
    text-align: left !important;
  }
  .cid-rSbetOWItP .mbr-section-btn {
    text-align: left;
  }
  .cid-rSbetOWItP .left .wrap {
    border-radius: 4px 4px 0 0;
  }
  .cid-rSbetOWItP .right .wrap {
    border-radius: 0 0 4px 4px;
  }
}
.cid-rSbeuAiEAW {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSbeuAiEAW .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSbeuAiEAW .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24px;
}
.cid-rSbeuAiEAW .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-rSbeuAiEAW .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-rSbeuAiEAW .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-rSbeuAiEAW .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-rSbeuAiEAW .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-rSbeuAiEAW .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #4f87fb;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-rSbeuAiEAW .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
}
.cid-rSbeuAiEAW .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
}
.cid-v0YuqXsRqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v0YuqXsRqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YuqXsRqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YuqXsRqr .row {
  justify-content: center;
}
.cid-v0YuqXsRqr .row .card {
  justify-content: space-between;
}
.cid-v0YuqXsRqr .content-wrapper {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
}
.cid-v0YuqXsRqr .mbr-section-title {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-list-title {
  color: #093388;
}
.cid-v0YuqXsRqr .list {
  color: #58595b;
}
.cid-rSbexMwIuF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-rSbexMwIuF .links {
  text-align: center;
  color: #ffffff;
}
.cid-rSbexMwIuF p {
  margin: 0;
}
.cid-rSbexMwIuF a {
  color: #ffffff;
}
.cid-rSbexMwIuF a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-v0Pavrg0oB .navbar {
  padding-top: 20px !important;
}
.cid-v0Pavrg0oB .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v0Pavrg0oB .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v0Pavrg0oB .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v0Pavrg0oB .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v0Pavrg0oB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0Pavrg0oB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v0Pavrg0oB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v0Pavrg0oB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0Pavrg0oB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v0Pavrg0oB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0Pavrg0oB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v0Pavrg0oB a {
  font-style: normal;
}
.cid-v0Pavrg0oB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v0Pavrg0oB .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v0Pavrg0oB .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0Pavrg0oB .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v0Pavrg0oB .content-text {
  margin-bottom: 0;
}
.cid-v0Pavrg0oB .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v0Pavrg0oB .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v0Pavrg0oB .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v0Pavrg0oB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v0Pavrg0oB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v0Pavrg0oB .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v0Pavrg0oB .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v0Pavrg0oB .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v0Pavrg0oB .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v0Pavrg0oB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v0Pavrg0oB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v0Pavrg0oB .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v0Pavrg0oB .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v0Pavrg0oB .content-link {
    display: none;
  }
}
.cid-v0Pavrg0oB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v0Pavrg0oB .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v0Pavrg0oB .nav-dropdown .link {
  font-weight: 600;
}
.cid-v0Pavrg0oB .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v0Pavrg0oB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v0Pavrg0oB .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v0Pavrg0oB .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0Pavrg0oB .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0Pavrg0oB .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v0Pavrg0oB .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0Pavrg0oB .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0Pavrg0oB .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v0Pavrg0oB .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v0Pavrg0oB .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v0Pavrg0oB .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v0Pavrg0oB .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v0Pavrg0oB .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v0Pavrg0oB .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v0Pavrg0oB .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v0Pavrg0oB .dropdown-item:before {
    display: none;
  }
  .cid-v0Pavrg0oB .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v0Pavrg0oB .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v0Pavrg0oB img {
    height: 3.8rem !important;
  }
  .cid-v0Pavrg0oB .btn {
    display: flex;
  }
  .cid-v0Pavrg0oB button.navbar-toggler {
    display: block;
  }
  .cid-v0Pavrg0oB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v0Pavrg0oB .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0Pavrg0oB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v0Pavrg0oB .navbar-collapse.collapsing,
  .cid-v0Pavrg0oB .navbar-collapse.show {
    display: block !important;
  }
  .cid-v0Pavrg0oB .navbar-collapse.collapsing .navbar-nav,
  .cid-v0Pavrg0oB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v0Pavrg0oB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v0Pavrg0oB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v0Pavrg0oB .navbar-collapse.collapsing .navbar-buttons,
  .cid-v0Pavrg0oB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v0Pavrg0oB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v0Pavrg0oB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0Pavrg0oB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v0Pavrg0oB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v0Pavrg0oB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v0Pavrg0oB .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v0Pavrg0oB .navbar .menu-content-top {
    display: block;
  }
  .cid-v0Pavrg0oB .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v0Pavrg0oB .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0Pavrg0oB .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0Pavrg0oB .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v0Pavrg0oB .menu-bottom {
    display: flex;
  }
  .cid-v0Pavrg0oB .navbar {
    display: block;
    padding: 0;
  }
  .cid-v0Pavrg0oB .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v0Pavrg0oB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v0Pavrg0oB .navbar-toggler {
    display: none;
  }
}
.cid-v0Pavrg0oB .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v0Pavrg0oB .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v0Pavrg0oB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v0Pavrg0oB .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v0Pavrg0oB .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v0Pavrg0oB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v0Pavrg0oB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0Pavrg0oB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v0Pavrg0oB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v0Pavrg0oB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0Pavrg0oB .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0Pavrg0oB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v0Pavrg0oB .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v0Pavrg0oB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0Pavrg0oB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0Pavrg0oB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0Pavrg0oB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v0Pavrg0oB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0Pavrg0oB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v0Pavrg0oB .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Pavrg0oB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0Pavrg0oB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v0Pavrg0oB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v0Pavrg0oB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v0Pavrg0oB .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v0Pavrg0oB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Pavrg0oB button.navbar-toggler:focus {
  outline: none;
}
.cid-v0Pavrg0oB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0Pavrg0oB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Pavrg0oB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0Pavrg0oB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0Pavrg0oB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Pavrg0oB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Pavrg0oB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0Pavrg0oB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0Pavrg0oB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Pavrg0oB .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0Pavrg0oB .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0Pavrg0oB .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v0Pavrg0oB .collapsed .btn {
  display: flex;
}
.cid-v0Pavrg0oB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v0Pavrg0oB .collapsed .navbar-collapse.collapsing,
.cid-v0Pavrg0oB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v0Pavrg0oB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v0Pavrg0oB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v0Pavrg0oB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v0Pavrg0oB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v0Pavrg0oB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v0Pavrg0oB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v0Pavrg0oB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v0Pavrg0oB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v0Pavrg0oB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-v0Pavrg0oB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0Pavrg0oB .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0Pavrg0oB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v0Pavrg0oB .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0Pavrg0oB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v0Pavrg0oB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v0Pavrg0oB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v0Pavrg0oB .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v0Pavrg0oB .collapsed .dropdown-item:before {
  display: none;
}
.cid-v0Pavrg0oB .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v0Pavrg0oB .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v0Pavrg0oB .nav-link:focus {
  outline: none;
}
.cid-v0Pavrg0oB .navbar-toggler {
  position: relative;
}
.cid-v0Pavrg0oB .dropdown-item.active,
.cid-v0Pavrg0oB .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-v0Pavrg0oB .nav-link:hover,
.cid-v0Pavrg0oB .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v0PavrYUHj {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/senior-wheelchair-cuff-blogbanner1-800x-500x333.jpg");
}
.cid-v0PavrYUHj .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v0PavrYUHj .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v0PavrYUHj .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-v0PavrYUHj .mbr-text {
  color: #6d7a8c;
}
.cid-v0PavrYUHj .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v0PavrYUHj .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v0PavrYUHj .mbr-section-btn {
  display: flex;
}
.cid-v0PavrYUHj .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v0PavrYUHj .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v0PavrYUHj .mbr-section-btn.display-4,
.cid-v0PavrYUHj .btn.display-4 {
  font-size: 12px !important;
}
.cid-v0PavrYUHj .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v0PavrYUHj .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v0PavrYUHj .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v0PavrYUHj .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v0PavrYUHj .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v0PavrYUHj .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v0PavrYUHj .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v0PavrYUHj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v0PavrYUHj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0PavrYUHj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0PavrYUHj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v0PavrYUHj a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0PavrYUHj .separator,
  .cid-v0PavrYUHj .sep-holder,
  .cid-v0PavrYUHj .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v0PavrYUHj .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0PavrYUHj .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v0PzsfavTB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0PzsfavTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0PzsfavTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PzsfavTB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0PzsfavTB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0PzsfavTB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0PzsfavTB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0PzsfavTB .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0PzsfavTB .mbr-section-title {
  color: #000000;
}
.cid-v0PzsfavTB .mbr-text,
.cid-v0PzsfavTB .text-wrapper {
  color: #130947;
  text-align: left;
}
.cid-v0PzsfavTB .mbr-section-title,
.cid-v0PzsfavTB .title-wrapper,
.cid-v0PzsfavTB .mbr-section-btn {
  text-align: center;
}
.cid-v0PavtFTkd {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v0PavtFTkd .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v0PavtFTkd .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v0PavtFTkd .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v0PavtFTkd .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-v0PavtFTkd .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-v0PavtFTkd .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-v0PavtFTkd .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-v0PavtFTkd .boldSubtitle {
  color: #130947;
}
.cid-v0PavtFTkd .info-widget {
  padding-top: 0.5rem;
}
.cid-v0PavtFTkd .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-v0PavtFTkd .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-v0PavtFTkd .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-v0PavtFTkd .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-v0PavtFTkd .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-v0PavtFTkd .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-v0PavtFTkd .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-v0PavtFTkd .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-v0PavtFTkd .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-v0PavtFTkd .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-v0PavtFTkd .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0PavtFTkd .mbr-section-title,
  .cid-v0PavtFTkd .mbr-section-subtitle,
  .cid-v0PavtFTkd .mbr-text {
    text-align: left !important;
  }
  .cid-v0PavtFTkd .social-list {
    text-align: left !important;
  }
}
.cid-v0PavC7Jj1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-v0PavC7Jj1 .links {
  text-align: center;
  color: #ffffff;
}
.cid-v0PavC7Jj1 p {
  margin: 0;
}
.cid-v0PavC7Jj1 a {
  color: #ffffff;
}
.cid-v0PavC7Jj1 a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v0YuqXsRqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v0YuqXsRqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YuqXsRqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YuqXsRqr .row {
  justify-content: center;
}
.cid-v0YuqXsRqr .row .card {
  justify-content: space-between;
}
.cid-v0YuqXsRqr .content-wrapper {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
}
.cid-v0YuqXsRqr .mbr-section-title {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-list-title {
  color: #093388;
}
.cid-v0YuqXsRqr .list {
  color: #58595b;
}
.is-builder .cid-v0PaLlTk9Y .navbar {
  padding-top: 20px !important;
}
.cid-v0PaLlTk9Y .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v0PaLlTk9Y .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v0PaLlTk9Y .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v0PaLlTk9Y .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v0PaLlTk9Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0PaLlTk9Y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v0PaLlTk9Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v0PaLlTk9Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0PaLlTk9Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v0PaLlTk9Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0PaLlTk9Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v0PaLlTk9Y a {
  font-style: normal;
}
.cid-v0PaLlTk9Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v0PaLlTk9Y .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v0PaLlTk9Y .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0PaLlTk9Y .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v0PaLlTk9Y .content-text {
  margin-bottom: 0;
}
.cid-v0PaLlTk9Y .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v0PaLlTk9Y .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v0PaLlTk9Y .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v0PaLlTk9Y .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v0PaLlTk9Y .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v0PaLlTk9Y .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v0PaLlTk9Y .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v0PaLlTk9Y .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v0PaLlTk9Y .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v0PaLlTk9Y .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v0PaLlTk9Y .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v0PaLlTk9Y .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v0PaLlTk9Y .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v0PaLlTk9Y .content-link {
    display: none;
  }
}
.cid-v0PaLlTk9Y .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v0PaLlTk9Y .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v0PaLlTk9Y .nav-dropdown .link {
  font-weight: 600;
}
.cid-v0PaLlTk9Y .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v0PaLlTk9Y .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v0PaLlTk9Y .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v0PaLlTk9Y .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0PaLlTk9Y .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0PaLlTk9Y .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v0PaLlTk9Y .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0PaLlTk9Y .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0PaLlTk9Y .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v0PaLlTk9Y .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v0PaLlTk9Y .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v0PaLlTk9Y .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v0PaLlTk9Y .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v0PaLlTk9Y .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v0PaLlTk9Y .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v0PaLlTk9Y .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v0PaLlTk9Y .dropdown-item:before {
    display: none;
  }
  .cid-v0PaLlTk9Y .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v0PaLlTk9Y .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v0PaLlTk9Y img {
    height: 3.8rem !important;
  }
  .cid-v0PaLlTk9Y .btn {
    display: flex;
  }
  .cid-v0PaLlTk9Y button.navbar-toggler {
    display: block;
  }
  .cid-v0PaLlTk9Y .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v0PaLlTk9Y .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0PaLlTk9Y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v0PaLlTk9Y .navbar-collapse.collapsing,
  .cid-v0PaLlTk9Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-v0PaLlTk9Y .navbar-collapse.collapsing .navbar-nav,
  .cid-v0PaLlTk9Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v0PaLlTk9Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v0PaLlTk9Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v0PaLlTk9Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-v0PaLlTk9Y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v0PaLlTk9Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v0PaLlTk9Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0PaLlTk9Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v0PaLlTk9Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v0PaLlTk9Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v0PaLlTk9Y .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v0PaLlTk9Y .navbar .menu-content-top {
    display: block;
  }
  .cid-v0PaLlTk9Y .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v0PaLlTk9Y .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0PaLlTk9Y .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0PaLlTk9Y .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v0PaLlTk9Y .menu-bottom {
    display: flex;
  }
  .cid-v0PaLlTk9Y .navbar {
    display: block;
    padding: 0;
  }
  .cid-v0PaLlTk9Y .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v0PaLlTk9Y .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v0PaLlTk9Y .navbar-toggler {
    display: none;
  }
}
.cid-v0PaLlTk9Y .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v0PaLlTk9Y .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v0PaLlTk9Y .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v0PaLlTk9Y .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v0PaLlTk9Y .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v0PaLlTk9Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v0PaLlTk9Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0PaLlTk9Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v0PaLlTk9Y .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v0PaLlTk9Y .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0PaLlTk9Y .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0PaLlTk9Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v0PaLlTk9Y .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v0PaLlTk9Y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0PaLlTk9Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0PaLlTk9Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0PaLlTk9Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v0PaLlTk9Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PaLlTk9Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v0PaLlTk9Y .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaLlTk9Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0PaLlTk9Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v0PaLlTk9Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v0PaLlTk9Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v0PaLlTk9Y .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v0PaLlTk9Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaLlTk9Y button.navbar-toggler:focus {
  outline: none;
}
.cid-v0PaLlTk9Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PaLlTk9Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaLlTk9Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0PaLlTk9Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0PaLlTk9Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaLlTk9Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaLlTk9Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0PaLlTk9Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0PaLlTk9Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaLlTk9Y .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0PaLlTk9Y .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0PaLlTk9Y .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v0PaLlTk9Y .collapsed .btn {
  display: flex;
}
.cid-v0PaLlTk9Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v0PaLlTk9Y .collapsed .navbar-collapse.collapsing,
.cid-v0PaLlTk9Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v0PaLlTk9Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v0PaLlTk9Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v0PaLlTk9Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v0PaLlTk9Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v0PaLlTk9Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v0PaLlTk9Y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v0PaLlTk9Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v0PaLlTk9Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v0PaLlTk9Y .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-v0PaLlTk9Y .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0PaLlTk9Y .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0PaLlTk9Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v0PaLlTk9Y .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0PaLlTk9Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v0PaLlTk9Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v0PaLlTk9Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v0PaLlTk9Y .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v0PaLlTk9Y .collapsed .dropdown-item:before {
  display: none;
}
.cid-v0PaLlTk9Y .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v0PaLlTk9Y .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v0PaLlTk9Y .nav-link:focus {
  outline: none;
}
.cid-v0PaLlTk9Y .navbar-toggler {
  position: relative;
}
.cid-v0PaLlTk9Y .dropdown-item.active,
.cid-v0PaLlTk9Y .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-v0PaLlTk9Y .nav-link:hover,
.cid-v0PaLlTk9Y .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v0PaLmwPUj {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/senior-wheelchair-cuff-blogbanner1-800x-500x333.jpg");
}
.cid-v0PaLmwPUj .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v0PaLmwPUj .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v0PaLmwPUj .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-v0PaLmwPUj .mbr-text {
  color: #6d7a8c;
}
.cid-v0PaLmwPUj .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v0PaLmwPUj .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v0PaLmwPUj .mbr-section-btn {
  display: flex;
}
.cid-v0PaLmwPUj .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v0PaLmwPUj .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v0PaLmwPUj .mbr-section-btn.display-4,
.cid-v0PaLmwPUj .btn.display-4 {
  font-size: 12px !important;
}
.cid-v0PaLmwPUj .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v0PaLmwPUj .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v0PaLmwPUj .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v0PaLmwPUj .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v0PaLmwPUj .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v0PaLmwPUj .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v0PaLmwPUj .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v0PaLmwPUj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v0PaLmwPUj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0PaLmwPUj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0PaLmwPUj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v0PaLmwPUj a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0PaLmwPUj .separator,
  .cid-v0PaLmwPUj .sep-holder,
  .cid-v0PaLmwPUj .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v0PaLmwPUj .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0PaLmwPUj .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v0SOswrkrO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v0SOswrkrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0SOswrkrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0SOswrkrO .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v0SOswrkrO .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v0SOswrkrO .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v0SOswrkrO .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-v0SOswrkrO .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v0SOswrkrO .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-v0SOswrkrO .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0SOswrkrO .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v0SOswrkrO .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0SOswrkrO .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v0SOswrkrO .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v0SOswrkrO .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0SOswrkrO .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-v0SOswrkrO .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0SOswrkrO .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-v0SOswrkrO .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v0SOswrkrO .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0SOswrkrO .mbr-section-title {
  color: #000000;
}
.cid-v0SOswrkrO .mbr-text,
.cid-v0SOswrkrO .text-wrapper {
  color: #000000;
}
.cid-v0PaLwnNCc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-v0PaLwnNCc .links {
  text-align: center;
  color: #ffffff;
}
.cid-v0PaLwnNCc p {
  margin: 0;
}
.cid-v0PaLwnNCc a {
  color: #ffffff;
}
.cid-v0PaLwnNCc a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v0YuqXsRqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v0YuqXsRqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YuqXsRqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YuqXsRqr .row {
  justify-content: center;
}
.cid-v0YuqXsRqr .row .card {
  justify-content: space-between;
}
.cid-v0YuqXsRqr .content-wrapper {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
}
.cid-v0YuqXsRqr .mbr-section-title {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-list-title {
  color: #093388;
}
.cid-v0YuqXsRqr .list {
  color: #58595b;
}
.is-builder .cid-v0PaPm2GqU .navbar {
  padding-top: 20px !important;
}
.cid-v0PaPm2GqU .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v0PaPm2GqU .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v0PaPm2GqU .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v0PaPm2GqU .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v0PaPm2GqU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0PaPm2GqU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v0PaPm2GqU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v0PaPm2GqU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0PaPm2GqU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v0PaPm2GqU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0PaPm2GqU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v0PaPm2GqU a {
  font-style: normal;
}
.cid-v0PaPm2GqU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v0PaPm2GqU .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v0PaPm2GqU .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0PaPm2GqU .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v0PaPm2GqU .content-text {
  margin-bottom: 0;
}
.cid-v0PaPm2GqU .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v0PaPm2GqU .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v0PaPm2GqU .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v0PaPm2GqU .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v0PaPm2GqU .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v0PaPm2GqU .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v0PaPm2GqU .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v0PaPm2GqU .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v0PaPm2GqU .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v0PaPm2GqU .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v0PaPm2GqU .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v0PaPm2GqU .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v0PaPm2GqU .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v0PaPm2GqU .content-link {
    display: none;
  }
}
.cid-v0PaPm2GqU .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v0PaPm2GqU .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v0PaPm2GqU .nav-dropdown .link {
  font-weight: 600;
}
.cid-v0PaPm2GqU .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v0PaPm2GqU .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v0PaPm2GqU .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v0PaPm2GqU .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0PaPm2GqU .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0PaPm2GqU .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v0PaPm2GqU .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0PaPm2GqU .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0PaPm2GqU .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v0PaPm2GqU .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v0PaPm2GqU .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v0PaPm2GqU .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v0PaPm2GqU .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v0PaPm2GqU .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v0PaPm2GqU .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v0PaPm2GqU .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v0PaPm2GqU .dropdown-item:before {
    display: none;
  }
  .cid-v0PaPm2GqU .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v0PaPm2GqU .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v0PaPm2GqU img {
    height: 3.8rem !important;
  }
  .cid-v0PaPm2GqU .btn {
    display: flex;
  }
  .cid-v0PaPm2GqU button.navbar-toggler {
    display: block;
  }
  .cid-v0PaPm2GqU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v0PaPm2GqU .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0PaPm2GqU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v0PaPm2GqU .navbar-collapse.collapsing,
  .cid-v0PaPm2GqU .navbar-collapse.show {
    display: block !important;
  }
  .cid-v0PaPm2GqU .navbar-collapse.collapsing .navbar-nav,
  .cid-v0PaPm2GqU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v0PaPm2GqU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v0PaPm2GqU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v0PaPm2GqU .navbar-collapse.collapsing .navbar-buttons,
  .cid-v0PaPm2GqU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v0PaPm2GqU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v0PaPm2GqU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0PaPm2GqU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v0PaPm2GqU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v0PaPm2GqU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v0PaPm2GqU .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v0PaPm2GqU .navbar .menu-content-top {
    display: block;
  }
  .cid-v0PaPm2GqU .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v0PaPm2GqU .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0PaPm2GqU .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0PaPm2GqU .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v0PaPm2GqU .menu-bottom {
    display: flex;
  }
  .cid-v0PaPm2GqU .navbar {
    display: block;
    padding: 0;
  }
  .cid-v0PaPm2GqU .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v0PaPm2GqU .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v0PaPm2GqU .navbar-toggler {
    display: none;
  }
}
.cid-v0PaPm2GqU .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v0PaPm2GqU .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v0PaPm2GqU .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v0PaPm2GqU .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v0PaPm2GqU .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v0PaPm2GqU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v0PaPm2GqU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0PaPm2GqU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v0PaPm2GqU .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v0PaPm2GqU .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0PaPm2GqU .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0PaPm2GqU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v0PaPm2GqU .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v0PaPm2GqU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0PaPm2GqU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0PaPm2GqU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0PaPm2GqU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v0PaPm2GqU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PaPm2GqU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v0PaPm2GqU .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaPm2GqU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0PaPm2GqU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v0PaPm2GqU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v0PaPm2GqU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v0PaPm2GqU .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v0PaPm2GqU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaPm2GqU button.navbar-toggler:focus {
  outline: none;
}
.cid-v0PaPm2GqU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PaPm2GqU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaPm2GqU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0PaPm2GqU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0PaPm2GqU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaPm2GqU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaPm2GqU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0PaPm2GqU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0PaPm2GqU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaPm2GqU .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0PaPm2GqU .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0PaPm2GqU .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v0PaPm2GqU .collapsed .btn {
  display: flex;
}
.cid-v0PaPm2GqU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v0PaPm2GqU .collapsed .navbar-collapse.collapsing,
.cid-v0PaPm2GqU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v0PaPm2GqU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v0PaPm2GqU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v0PaPm2GqU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v0PaPm2GqU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v0PaPm2GqU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v0PaPm2GqU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v0PaPm2GqU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v0PaPm2GqU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v0PaPm2GqU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-v0PaPm2GqU .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0PaPm2GqU .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0PaPm2GqU .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v0PaPm2GqU .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0PaPm2GqU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v0PaPm2GqU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v0PaPm2GqU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v0PaPm2GqU .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v0PaPm2GqU .collapsed .dropdown-item:before {
  display: none;
}
.cid-v0PaPm2GqU .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v0PaPm2GqU .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v0PaPm2GqU .nav-link:focus {
  outline: none;
}
.cid-v0PaPm2GqU .navbar-toggler {
  position: relative;
}
.cid-v0PaPm2GqU .dropdown-item.active,
.cid-v0PaPm2GqU .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-v0PaPm2GqU .nav-link:hover,
.cid-v0PaPm2GqU .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v0PaPmEtz9 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/senior-wheelchair-cuff-blogbanner1-800x-500x333.jpg");
}
.cid-v0PaPmEtz9 .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v0PaPmEtz9 .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v0PaPmEtz9 .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-v0PaPmEtz9 .mbr-text {
  color: #6d7a8c;
}
.cid-v0PaPmEtz9 .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v0PaPmEtz9 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v0PaPmEtz9 .mbr-section-btn {
  display: flex;
}
.cid-v0PaPmEtz9 .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v0PaPmEtz9 .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v0PaPmEtz9 .mbr-section-btn.display-4,
.cid-v0PaPmEtz9 .btn.display-4 {
  font-size: 12px !important;
}
.cid-v0PaPmEtz9 .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v0PaPmEtz9 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v0PaPmEtz9 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v0PaPmEtz9 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v0PaPmEtz9 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v0PaPmEtz9 .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v0PaPmEtz9 .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v0PaPmEtz9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v0PaPmEtz9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0PaPmEtz9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0PaPmEtz9 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v0PaPmEtz9 a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0PaPmEtz9 .separator,
  .cid-v0PaPmEtz9 .sep-holder,
  .cid-v0PaPmEtz9 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v0PaPmEtz9 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0PaPmEtz9 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v0STl7qdGa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-v0STl7qdGa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v0STl7qdGa input,
.cid-v0STl7qdGa textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-v0STl7qdGa input:focus,
.cid-v0STl7qdGa textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-v0STl7qdGa .form-control,
.cid-v0STl7qdGa .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0STl7qdGa .form-control:hover,
.cid-v0STl7qdGa .field-input:hover,
.cid-v0STl7qdGa .form-control:focus,
.cid-v0STl7qdGa .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v0STl7qdGa input::-webkit-input-placeholder,
.cid-v0STl7qdGa textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v0STl7qdGa input:-moz-placeholder,
.cid-v0STl7qdGa textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v0STl7qdGa .jq-selectbox li,
.cid-v0STl7qdGa .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v0STl7qdGa .jq-selectbox li:hover,
.cid-v0STl7qdGa .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v0STl7qdGa .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v0STl7qdGa .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v0STl7qdGa .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v0STl7qdGa .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v0STl7qdGa .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-v0STl7qdGa .mbr-text {
  line-height: 2;
  letter-spacing: 0;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-v0STl7qdGa .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v0STl7qdGa img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-v0STl7qdGa .mbr-form {
  max-width: 550px;
}
.cid-v0STl7qdGa .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
.cid-v0STl7qdGa textarea {
  min-height: 150px;
}
.cid-v0STl7qdGa .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #4f87fb;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-v0STl7qdGa .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-v0STl7qdGa .second {
  height: fit-content;
}
.cid-v0STl7qdGa .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-v0STl7qdGa .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-v0STl7qdGa .second .inbox .inbox-box .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0STl7qdGa .second .inbox .inbox-box .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 22px;
  background-color: #ffffff;
  font-size: 3.45rem;
  color: #130947;
  margin-right: 15px;
}
.cid-v0STl7qdGa .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-v0STl7qdGa .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-v0STl7qdGa .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-v0STl7qdGa .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.cid-v0STl7qdGa .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-v0STl7qdGa .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-v0STl7qdGa .mbr-section-title {
    text-align: left;
  }
  .cid-v0STl7qdGa .second {
    margin-top: 30px;
  }
}
.cid-v0PaPwR4BN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-v0PaPwR4BN .links {
  text-align: center;
  color: #ffffff;
}
.cid-v0PaPwR4BN p {
  margin: 0;
}
.cid-v0PaPwR4BN a {
  color: #ffffff;
}
.cid-v0PaPwR4BN a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v0YuqXsRqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v0YuqXsRqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YuqXsRqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YuqXsRqr .row {
  justify-content: center;
}
.cid-v0YuqXsRqr .row .card {
  justify-content: space-between;
}
.cid-v0YuqXsRqr .content-wrapper {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
}
.cid-v0YuqXsRqr .mbr-section-title {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-list-title {
  color: #093388;
}
.cid-v0YuqXsRqr .list {
  color: #58595b;
}
.is-builder .cid-v0PaTTy9p1 .navbar {
  padding-top: 20px !important;
}
.cid-v0PaTTy9p1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v0PaTTy9p1 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v0PaTTy9p1 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v0PaTTy9p1 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v0PaTTy9p1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0PaTTy9p1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v0PaTTy9p1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v0PaTTy9p1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0PaTTy9p1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v0PaTTy9p1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0PaTTy9p1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v0PaTTy9p1 a {
  font-style: normal;
}
.cid-v0PaTTy9p1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v0PaTTy9p1 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v0PaTTy9p1 .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0PaTTy9p1 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v0PaTTy9p1 .content-text {
  margin-bottom: 0;
}
.cid-v0PaTTy9p1 .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v0PaTTy9p1 .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v0PaTTy9p1 .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v0PaTTy9p1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v0PaTTy9p1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v0PaTTy9p1 .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v0PaTTy9p1 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v0PaTTy9p1 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v0PaTTy9p1 .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v0PaTTy9p1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v0PaTTy9p1 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v0PaTTy9p1 .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v0PaTTy9p1 .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v0PaTTy9p1 .content-link {
    display: none;
  }
}
.cid-v0PaTTy9p1 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v0PaTTy9p1 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v0PaTTy9p1 .nav-dropdown .link {
  font-weight: 600;
}
.cid-v0PaTTy9p1 .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v0PaTTy9p1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v0PaTTy9p1 .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v0PaTTy9p1 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0PaTTy9p1 .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0PaTTy9p1 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v0PaTTy9p1 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0PaTTy9p1 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0PaTTy9p1 .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v0PaTTy9p1 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v0PaTTy9p1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v0PaTTy9p1 .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v0PaTTy9p1 .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v0PaTTy9p1 .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v0PaTTy9p1 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v0PaTTy9p1 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v0PaTTy9p1 .dropdown-item:before {
    display: none;
  }
  .cid-v0PaTTy9p1 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v0PaTTy9p1 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v0PaTTy9p1 img {
    height: 3.8rem !important;
  }
  .cid-v0PaTTy9p1 .btn {
    display: flex;
  }
  .cid-v0PaTTy9p1 button.navbar-toggler {
    display: block;
  }
  .cid-v0PaTTy9p1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v0PaTTy9p1 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0PaTTy9p1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v0PaTTy9p1 .navbar-collapse.collapsing,
  .cid-v0PaTTy9p1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-v0PaTTy9p1 .navbar-collapse.collapsing .navbar-nav,
  .cid-v0PaTTy9p1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v0PaTTy9p1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v0PaTTy9p1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v0PaTTy9p1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v0PaTTy9p1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v0PaTTy9p1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v0PaTTy9p1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0PaTTy9p1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v0PaTTy9p1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v0PaTTy9p1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v0PaTTy9p1 .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v0PaTTy9p1 .navbar .menu-content-top {
    display: block;
  }
  .cid-v0PaTTy9p1 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v0PaTTy9p1 .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0PaTTy9p1 .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0PaTTy9p1 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v0PaTTy9p1 .menu-bottom {
    display: flex;
  }
  .cid-v0PaTTy9p1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-v0PaTTy9p1 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v0PaTTy9p1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v0PaTTy9p1 .navbar-toggler {
    display: none;
  }
}
.cid-v0PaTTy9p1 .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v0PaTTy9p1 .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v0PaTTy9p1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v0PaTTy9p1 .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v0PaTTy9p1 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v0PaTTy9p1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v0PaTTy9p1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0PaTTy9p1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v0PaTTy9p1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v0PaTTy9p1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0PaTTy9p1 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0PaTTy9p1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v0PaTTy9p1 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v0PaTTy9p1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0PaTTy9p1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0PaTTy9p1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0PaTTy9p1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v0PaTTy9p1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PaTTy9p1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v0PaTTy9p1 .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaTTy9p1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0PaTTy9p1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v0PaTTy9p1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v0PaTTy9p1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v0PaTTy9p1 .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v0PaTTy9p1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaTTy9p1 button.navbar-toggler:focus {
  outline: none;
}
.cid-v0PaTTy9p1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0PaTTy9p1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaTTy9p1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0PaTTy9p1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0PaTTy9p1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaTTy9p1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaTTy9p1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0PaTTy9p1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0PaTTy9p1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0PaTTy9p1 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0PaTTy9p1 .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0PaTTy9p1 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v0PaTTy9p1 .collapsed .btn {
  display: flex;
}
.cid-v0PaTTy9p1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v0PaTTy9p1 .collapsed .navbar-collapse.collapsing,
.cid-v0PaTTy9p1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v0PaTTy9p1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v0PaTTy9p1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v0PaTTy9p1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v0PaTTy9p1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v0PaTTy9p1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v0PaTTy9p1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v0PaTTy9p1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v0PaTTy9p1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v0PaTTy9p1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-v0PaTTy9p1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0PaTTy9p1 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0PaTTy9p1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v0PaTTy9p1 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0PaTTy9p1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v0PaTTy9p1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v0PaTTy9p1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v0PaTTy9p1 .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v0PaTTy9p1 .collapsed .dropdown-item:before {
  display: none;
}
.cid-v0PaTTy9p1 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v0PaTTy9p1 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v0PaTTy9p1 .nav-link:focus {
  outline: none;
}
.cid-v0PaTTy9p1 .navbar-toggler {
  position: relative;
}
.cid-v0PaTTy9p1 .dropdown-item.active,
.cid-v0PaTTy9p1 .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-v0PaTTy9p1 .nav-link:hover,
.cid-v0PaTTy9p1 .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v0PaTUdynU {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/senior-wheelchair-cuff-blogbanner1-800x-500x333.jpg");
}
.cid-v0PaTUdynU .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v0PaTUdynU .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v0PaTUdynU .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-v0PaTUdynU .mbr-text {
  color: #6d7a8c;
}
.cid-v0PaTUdynU .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v0PaTUdynU .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v0PaTUdynU .mbr-section-btn {
  display: flex;
}
.cid-v0PaTUdynU .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v0PaTUdynU .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v0PaTUdynU .mbr-section-btn.display-4,
.cid-v0PaTUdynU .btn.display-4 {
  font-size: 12px !important;
}
.cid-v0PaTUdynU .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v0PaTUdynU .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v0PaTUdynU .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v0PaTUdynU .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v0PaTUdynU .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v0PaTUdynU .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v0PaTUdynU .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v0PaTUdynU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v0PaTUdynU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0PaTUdynU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0PaTUdynU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v0PaTUdynU a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0PaTUdynU .separator,
  .cid-v0PaTUdynU .sep-holder,
  .cid-v0PaTUdynU .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v0PaTUdynU .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0PaTUdynU .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v0QNZTR07Z {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0QNZTR07Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QNZTR07Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QNZTR07Z .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v0QNZTR07Z .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0QNZTR07Z .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0QNZTR07Z .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v0QNZTR07Z .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-v0QNZTR07Z .mbr-section-title {
  color: #ff6d99;
}
.cid-v0QNZTR07Z .mbr-text,
.cid-v0QNZTR07Z .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-v0QNZTR07Z .mbr-section-title,
.cid-v0QNZTR07Z .mbr-section-btn {
  text-align: center;
}
.cid-v0R0e21pU7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #7ccbf1);
}
.cid-v0R0e21pU7 .counter-container {
  color: #767676;
}
.cid-v0R0e21pU7 .counter-container ol {
  margin-bottom: 0;
}
.cid-v0R0e21pU7 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-v0R0e21pU7 .mbr-text {
  color: #130947;
}
.cid-v0R3SRczPL {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v0R3SRczPL .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-v0R3SRczPL .mbr-text {
  line-height: 1.5;
}
.cid-v0R3SRczPL .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-v0R3SRczPL .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-v0R3SRczPL .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-v0R3SRczPL .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-v0R3SRczPL .container2 input:checked ~ .checkmark {
  background-color: #506ab9;
}
.cid-v0R3SRczPL .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.cid-v0R3SRczPL .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-v0R3SRczPL .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-v0R3SRczPL .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-v0R3SRczPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0R3SRczPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0PaU2k8mL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-v0PaU2k8mL .links {
  text-align: center;
  color: #ffffff;
}
.cid-v0PaU2k8mL p {
  margin: 0;
}
.cid-v0PaU2k8mL a {
  color: #ffffff;
}
.cid-v0PaU2k8mL a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-v0YuqXsRqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v0YuqXsRqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YuqXsRqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YuqXsRqr .row {
  justify-content: center;
}
.cid-v0YuqXsRqr .row .card {
  justify-content: space-between;
}
.cid-v0YuqXsRqr .content-wrapper {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
}
.cid-v0YuqXsRqr .mbr-section-title {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-list-title {
  color: #093388;
}
.cid-v0YuqXsRqr .list {
  color: #58595b;
}
.is-builder .cid-v0Y8F77OmA .navbar {
  padding-top: 20px !important;
}
.cid-v0Y8F77OmA .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v0Y8F77OmA .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v0Y8F77OmA .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v0Y8F77OmA .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v0Y8F77OmA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0Y8F77OmA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v0Y8F77OmA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v0Y8F77OmA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0Y8F77OmA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v0Y8F77OmA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0Y8F77OmA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v0Y8F77OmA a {
  font-style: normal;
}
.cid-v0Y8F77OmA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v0Y8F77OmA .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v0Y8F77OmA .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0Y8F77OmA .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v0Y8F77OmA .content-text {
  margin-bottom: 0;
}
.cid-v0Y8F77OmA .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v0Y8F77OmA .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v0Y8F77OmA .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v0Y8F77OmA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v0Y8F77OmA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v0Y8F77OmA .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v0Y8F77OmA .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v0Y8F77OmA .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v0Y8F77OmA .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v0Y8F77OmA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v0Y8F77OmA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v0Y8F77OmA .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v0Y8F77OmA .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v0Y8F77OmA .content-link {
    display: none;
  }
}
.cid-v0Y8F77OmA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v0Y8F77OmA .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v0Y8F77OmA .nav-dropdown .link {
  font-weight: 600;
}
.cid-v0Y8F77OmA .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v0Y8F77OmA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v0Y8F77OmA .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v0Y8F77OmA .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0Y8F77OmA .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0Y8F77OmA .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v0Y8F77OmA .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0Y8F77OmA .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0Y8F77OmA .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v0Y8F77OmA .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v0Y8F77OmA .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v0Y8F77OmA .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v0Y8F77OmA .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v0Y8F77OmA .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v0Y8F77OmA .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v0Y8F77OmA .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v0Y8F77OmA .dropdown-item:before {
    display: none;
  }
  .cid-v0Y8F77OmA .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v0Y8F77OmA .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v0Y8F77OmA img {
    height: 3.8rem !important;
  }
  .cid-v0Y8F77OmA .btn {
    display: flex;
  }
  .cid-v0Y8F77OmA button.navbar-toggler {
    display: block;
  }
  .cid-v0Y8F77OmA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v0Y8F77OmA .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0Y8F77OmA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v0Y8F77OmA .navbar-collapse.collapsing,
  .cid-v0Y8F77OmA .navbar-collapse.show {
    display: block !important;
  }
  .cid-v0Y8F77OmA .navbar-collapse.collapsing .navbar-nav,
  .cid-v0Y8F77OmA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v0Y8F77OmA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v0Y8F77OmA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v0Y8F77OmA .navbar-collapse.collapsing .navbar-buttons,
  .cid-v0Y8F77OmA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v0Y8F77OmA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v0Y8F77OmA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0Y8F77OmA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v0Y8F77OmA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v0Y8F77OmA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v0Y8F77OmA .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v0Y8F77OmA .navbar .menu-content-top {
    display: block;
  }
  .cid-v0Y8F77OmA .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v0Y8F77OmA .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0Y8F77OmA .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0Y8F77OmA .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v0Y8F77OmA .menu-bottom {
    display: flex;
  }
  .cid-v0Y8F77OmA .navbar {
    display: block;
    padding: 0;
  }
  .cid-v0Y8F77OmA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v0Y8F77OmA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v0Y8F77OmA .navbar-toggler {
    display: none;
  }
}
.cid-v0Y8F77OmA .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v0Y8F77OmA .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v0Y8F77OmA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v0Y8F77OmA .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v0Y8F77OmA .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v0Y8F77OmA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v0Y8F77OmA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0Y8F77OmA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v0Y8F77OmA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v0Y8F77OmA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0Y8F77OmA .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0Y8F77OmA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v0Y8F77OmA .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v0Y8F77OmA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0Y8F77OmA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0Y8F77OmA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0Y8F77OmA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v0Y8F77OmA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0Y8F77OmA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v0Y8F77OmA .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Y8F77OmA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0Y8F77OmA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v0Y8F77OmA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v0Y8F77OmA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v0Y8F77OmA .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v0Y8F77OmA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Y8F77OmA button.navbar-toggler:focus {
  outline: none;
}
.cid-v0Y8F77OmA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0Y8F77OmA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Y8F77OmA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0Y8F77OmA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0Y8F77OmA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Y8F77OmA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Y8F77OmA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0Y8F77OmA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0Y8F77OmA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0Y8F77OmA .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0Y8F77OmA .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0Y8F77OmA .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v0Y8F77OmA .collapsed .btn {
  display: flex;
}
.cid-v0Y8F77OmA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v0Y8F77OmA .collapsed .navbar-collapse.collapsing,
.cid-v0Y8F77OmA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v0Y8F77OmA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v0Y8F77OmA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v0Y8F77OmA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v0Y8F77OmA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v0Y8F77OmA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v0Y8F77OmA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v0Y8F77OmA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v0Y8F77OmA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v0Y8F77OmA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-v0Y8F77OmA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0Y8F77OmA .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0Y8F77OmA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v0Y8F77OmA .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0Y8F77OmA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v0Y8F77OmA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v0Y8F77OmA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v0Y8F77OmA .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v0Y8F77OmA .collapsed .dropdown-item:before {
  display: none;
}
.cid-v0Y8F77OmA .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v0Y8F77OmA .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v0Y8F77OmA .nav-link:focus {
  outline: none;
}
.cid-v0Y8F77OmA .navbar-toggler {
  position: relative;
}
.cid-v0Y8F77OmA .dropdown-item.active,
.cid-v0Y8F77OmA .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-v0Y8F77OmA .nav-link:hover,
.cid-v0Y8F77OmA .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v0Y8F7Jv4j {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/senior-wheelchair-cuff-blogbanner1-800x-500x333.jpg");
}
.cid-v0Y8F7Jv4j .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v0Y8F7Jv4j .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v0Y8F7Jv4j .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-v0Y8F7Jv4j .mbr-text {
  color: #6d7a8c;
}
.cid-v0Y8F7Jv4j .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v0Y8F7Jv4j .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v0Y8F7Jv4j .mbr-section-btn {
  display: flex;
}
.cid-v0Y8F7Jv4j .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v0Y8F7Jv4j .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v0Y8F7Jv4j .mbr-section-btn.display-4,
.cid-v0Y8F7Jv4j .btn.display-4 {
  font-size: 12px !important;
}
.cid-v0Y8F7Jv4j .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v0Y8F7Jv4j .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v0Y8F7Jv4j .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v0Y8F7Jv4j .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v0Y8F7Jv4j .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v0Y8F7Jv4j .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v0Y8F7Jv4j .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v0Y8F7Jv4j .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v0Y8F7Jv4j .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0Y8F7Jv4j .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0Y8F7Jv4j a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v0Y8F7Jv4j a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0Y8F7Jv4j .separator,
  .cid-v0Y8F7Jv4j .sep-holder,
  .cid-v0Y8F7Jv4j .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v0Y8F7Jv4j .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0Y8F7Jv4j .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v0Yajj24bv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0Yajj24bv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Yajj24bv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Yajj24bv .title-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v0Yajj24bv .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v0Yajj24bv .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0Yajj24bv .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v0Yajj24bv .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .cid-v0Yajj24bv .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v0Yajj24bv .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v0Yajj24bv .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v0Yajj24bv .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0Yajj24bv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0Yajj24bv .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v0Yajj24bv .items-wrapper {
  display: grid;
  grid-template-columns: .9fr 1fr .9fr;
  gap: 115px;
}
@media (max-width: 1440px) {
  .cid-v0Yajj24bv .items-wrapper {
    gap: 56px;
  }
}
@media (max-width: 992px) {
  .cid-v0Yajj24bv .items-wrapper {
    display: block;
  }
}
.cid-v0Yajj24bv .items-wrapper .list-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v0Yajj24bv .items-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v0Yajj24bv .items-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding: 18px 24px;
  margin-bottom: 14px;
  background-color: #ffffff;
  box-shadow: 0 3px 9.1px #eeeeee, 0 1px 29px #eeeeee;
  padding: 56px 24px 18px 24px;
}
@media (max-width: 992px) {
  .cid-v0Yajj24bv .items-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .cid-v0Yajj24bv .items-wrapper .list-wrapper .list .item-wrap {
    padding: 56px 18px 18px 18px;
  }
}
.cid-v0Yajj24bv .items-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 18px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff);
  color: #ffffff;
  font-size: 15px;
}
.cid-v0Yajj24bv .items-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0Yajj24bv .items-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v0Yajj24bv .items-wrapper .image-wrapper .gradient-wrap {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff 50%, #ca45ff 40%, #fe881b 0);
  filter: blur(10rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v0Yajj24bv .items-wrapper .image-wrapper .gradient-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-v0Yajj24bv .items-wrapper .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v0Yajj24bv .items-wrapper .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 475px;
  height: 475px;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff 40%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v0Yajj24bv .items-wrapper .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v0Yajj24bv .items-wrapper .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v0Yajj24bv .items-wrapper .image-wrapper .image-wrap {
    margin: 28px 0;
  }
}
@media (max-width: 425px) {
  .cid-v0Yajj24bv .items-wrapper .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v0Yajj24bv .items-wrapper .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0Yajj24bv .items-wrapper .card {
  justify-content: center;
}
.cid-v0Yajj24bv .mbr-label,
.cid-v0Yajj24bv .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v0Yajj24bv .mbr-section-title {
  color: #1a0b54;
  text-align: center;
}
.cid-v0Yajj24bv .mbr-section-subtitle,
.cid-v0Yajj24bv .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v0Yajj24bv .list {
  color: #1a0b54;
}
.cid-v0Y8F8paJf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v0Y8F8paJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y8F8paJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Y8F8paJf .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v0Y8F8paJf .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v0Y8F8paJf .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v0Y8F8paJf .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-v0Y8F8paJf .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v0Y8F8paJf .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-v0Y8F8paJf .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0Y8F8paJf .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v0Y8F8paJf .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0Y8F8paJf .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v0Y8F8paJf .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v0Y8F8paJf .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0Y8F8paJf .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-v0Y8F8paJf .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0Y8F8paJf .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-v0Y8F8paJf .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v0Y8F8paJf .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0Y8F8paJf .mbr-section-title {
  color: #000000;
}
.cid-v0Y8F8paJf .mbr-text,
.cid-v0Y8F8paJf .text-wrapper {
  color: #000000;
}
.cid-v0YuqXsRqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v0YuqXsRqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YuqXsRqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YuqXsRqr .row {
  justify-content: center;
}
.cid-v0YuqXsRqr .row .card {
  justify-content: space-between;
}
.cid-v0YuqXsRqr .content-wrapper {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-v0YuqXsRqr .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v0YuqXsRqr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v0YuqXsRqr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0YuqXsRqr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-v0YuqXsRqr .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
}
.cid-v0YuqXsRqr .mbr-section-title {
  color: #093388;
}
.cid-v0YuqXsRqr .mbr-list-title {
  color: #093388;
}
.cid-v0YuqXsRqr .list {
  color: #58595b;
}
.cid-v0Y8F8YomO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-v0Y8F8YomO .links {
  text-align: center;
  color: #ffffff;
}
.cid-v0Y8F8YomO p {
  margin: 0;
}
.cid-v0Y8F8YomO a {
  color: #ffffff;
}
.cid-v0Y8F8YomO a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-v0YvGFz98A .navbar {
  padding-top: 20px !important;
}
.cid-v0YvGFz98A .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v0YvGFz98A .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v0YvGFz98A .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v0YvGFz98A .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v0YvGFz98A .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0YvGFz98A .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v0YvGFz98A .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v0YvGFz98A .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0YvGFz98A .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v0YvGFz98A .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0YvGFz98A .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v0YvGFz98A a {
  font-style: normal;
}
.cid-v0YvGFz98A .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v0YvGFz98A .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v0YvGFz98A .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0YvGFz98A .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v0YvGFz98A .content-text {
  margin-bottom: 0;
}
.cid-v0YvGFz98A .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v0YvGFz98A .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v0YvGFz98A .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v0YvGFz98A .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v0YvGFz98A .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v0YvGFz98A .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v0YvGFz98A .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v0YvGFz98A .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v0YvGFz98A .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v0YvGFz98A .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v0YvGFz98A .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v0YvGFz98A .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v0YvGFz98A .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v0YvGFz98A .content-link {
    display: none;
  }
}
.cid-v0YvGFz98A .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v0YvGFz98A .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v0YvGFz98A .nav-dropdown .link {
  font-weight: 600;
}
.cid-v0YvGFz98A .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v0YvGFz98A .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v0YvGFz98A .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v0YvGFz98A .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0YvGFz98A .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0YvGFz98A .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v0YvGFz98A .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v0YvGFz98A .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v0YvGFz98A .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v0YvGFz98A .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v0YvGFz98A .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v0YvGFz98A .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v0YvGFz98A .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v0YvGFz98A .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v0YvGFz98A .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v0YvGFz98A .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v0YvGFz98A .dropdown-item:before {
    display: none;
  }
  .cid-v0YvGFz98A .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v0YvGFz98A .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v0YvGFz98A img {
    height: 3.8rem !important;
  }
  .cid-v0YvGFz98A .btn {
    display: flex;
  }
  .cid-v0YvGFz98A button.navbar-toggler {
    display: block;
  }
  .cid-v0YvGFz98A .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v0YvGFz98A .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0YvGFz98A .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v0YvGFz98A .navbar-collapse.collapsing,
  .cid-v0YvGFz98A .navbar-collapse.show {
    display: block !important;
  }
  .cid-v0YvGFz98A .navbar-collapse.collapsing .navbar-nav,
  .cid-v0YvGFz98A .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v0YvGFz98A .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v0YvGFz98A .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v0YvGFz98A .navbar-collapse.collapsing .navbar-buttons,
  .cid-v0YvGFz98A .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v0YvGFz98A .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v0YvGFz98A .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v0YvGFz98A .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v0YvGFz98A .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v0YvGFz98A .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v0YvGFz98A .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v0YvGFz98A .navbar .menu-content-top {
    display: block;
  }
  .cid-v0YvGFz98A .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v0YvGFz98A .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0YvGFz98A .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v0YvGFz98A .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v0YvGFz98A .menu-bottom {
    display: flex;
  }
  .cid-v0YvGFz98A .navbar {
    display: block;
    padding: 0;
  }
  .cid-v0YvGFz98A .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v0YvGFz98A .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v0YvGFz98A .navbar-toggler {
    display: none;
  }
}
.cid-v0YvGFz98A .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v0YvGFz98A .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v0YvGFz98A .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v0YvGFz98A .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v0YvGFz98A .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v0YvGFz98A .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v0YvGFz98A .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0YvGFz98A .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v0YvGFz98A .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v0YvGFz98A .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0YvGFz98A .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0YvGFz98A .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v0YvGFz98A .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v0YvGFz98A .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v0YvGFz98A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v0YvGFz98A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v0YvGFz98A .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v0YvGFz98A .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0YvGFz98A .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v0YvGFz98A .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0YvGFz98A .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v0YvGFz98A .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v0YvGFz98A .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v0YvGFz98A .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v0YvGFz98A .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v0YvGFz98A button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0YvGFz98A button.navbar-toggler:focus {
  outline: none;
}
.cid-v0YvGFz98A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0YvGFz98A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0YvGFz98A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0YvGFz98A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v0YvGFz98A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0YvGFz98A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0YvGFz98A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0YvGFz98A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v0YvGFz98A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v0YvGFz98A .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0YvGFz98A .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v0YvGFz98A .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v0YvGFz98A .collapsed .btn {
  display: flex;
}
.cid-v0YvGFz98A .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v0YvGFz98A .collapsed .navbar-collapse.collapsing,
.cid-v0YvGFz98A .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v0YvGFz98A .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v0YvGFz98A .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v0YvGFz98A .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v0YvGFz98A .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v0YvGFz98A .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v0YvGFz98A .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v0YvGFz98A .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v0YvGFz98A .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v0YvGFz98A .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-v0YvGFz98A .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v0YvGFz98A .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0YvGFz98A .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v0YvGFz98A .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v0YvGFz98A .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v0YvGFz98A .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v0YvGFz98A .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v0YvGFz98A .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v0YvGFz98A .collapsed .dropdown-item:before {
  display: none;
}
.cid-v0YvGFz98A .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v0YvGFz98A .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v0YvGFz98A .nav-link:focus {
  outline: none;
}
.cid-v0YvGFz98A .navbar-toggler {
  position: relative;
}
.cid-v0YvGFz98A .dropdown-item.active,
.cid-v0YvGFz98A .dropdown-item:active {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-v0YvGFz98A .nav-link:hover,
.cid-v0YvGFz98A .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v0YvGGpJrc {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/senior-wheelchair-cuff-blogbanner1-800x-500x333.jpg");
}
.cid-v0YvGGpJrc .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v0YvGGpJrc .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v0YvGGpJrc .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-v0YvGGpJrc .mbr-text {
  color: #6d7a8c;
}
.cid-v0YvGGpJrc .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v0YvGGpJrc .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v0YvGGpJrc .mbr-section-btn {
  display: flex;
}
.cid-v0YvGGpJrc .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v0YvGGpJrc .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v0YvGGpJrc .mbr-section-btn.display-4,
.cid-v0YvGGpJrc .btn.display-4 {
  font-size: 12px !important;
}
.cid-v0YvGGpJrc .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v0YvGGpJrc .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v0YvGGpJrc .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v0YvGGpJrc .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v0YvGGpJrc .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v0YvGGpJrc .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v0YvGGpJrc .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v0YvGGpJrc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v0YvGGpJrc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0YvGGpJrc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0YvGGpJrc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v0YvGGpJrc a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v0YvGGpJrc .separator,
  .cid-v0YvGGpJrc .sep-holder,
  .cid-v0YvGGpJrc .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v0YvGGpJrc .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v0YvGGpJrc .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v0YvGHAe4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v0YvGHAe4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YvGHAe4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YvGHAe4a .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0YvGHAe4a .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v0YvGHAe4a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v0YvGHAe4a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0YvGHAe4a .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0YvGHAe4a .mbr-section-title {
  color: #000000;
}
.cid-v0YvGHAe4a .mbr-text,
.cid-v0YvGHAe4a .text-wrapper {
  color: #130947;
  text-align: left;
}
.cid-v0YvGHAe4a .mbr-section-title,
.cid-v0YvGHAe4a .title-wrapper,
.cid-v0YvGHAe4a .mbr-section-btn {
  text-align: center;
}
.cid-v0YvGJyUcQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v0YvGJyUcQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YvGJyUcQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YvGJyUcQ .row {
  justify-content: center;
}
.cid-v0YvGJyUcQ .row .card {
  justify-content: space-between;
}
.cid-v0YvGJyUcQ .content-wrapper {
  margin-bottom: 20px;
}
.cid-v0YvGJyUcQ .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v0YvGJyUcQ .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v0YvGJyUcQ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0YvGJyUcQ .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YvGJyUcQ .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0YvGJyUcQ .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-v0YvGJyUcQ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0YvGJyUcQ .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YvGJyUcQ .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v0YvGJyUcQ .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-v0YvGJyUcQ .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-v0YvGJyUcQ .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v0YvGJyUcQ .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v0YvGJyUcQ .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0YvGJyUcQ .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v0YvGJyUcQ .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-v0YvGJyUcQ .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-v0YvGJyUcQ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0YvGJyUcQ .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-v0YvGJyUcQ .mbr-copy {
  margin-bottom: 0;
  color: #58595b;
}
.cid-v0YvGJyUcQ .mbr-section-title {
  color: #093388;
}
.cid-v0YvGJyUcQ .mbr-list-title {
  color: #093388;
}
.cid-v0YvGJyUcQ .list {
  color: #58595b;
}
.cid-v0YvGIdDNN {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v0YvGIdDNN .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v0YvGIdDNN .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v0YvGIdDNN .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v0YvGIdDNN .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-v0YvGIdDNN .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-v0YvGIdDNN .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-v0YvGIdDNN .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-v0YvGIdDNN .boldSubtitle {
  color: #130947;
}
.cid-v0YvGIdDNN .info-widget {
  padding-top: 0.5rem;
}
.cid-v0YvGIdDNN .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-v0YvGIdDNN .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-v0YvGIdDNN .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-v0YvGIdDNN .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-v0YvGIdDNN .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-v0YvGIdDNN .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-v0YvGIdDNN .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-v0YvGIdDNN .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-v0YvGIdDNN .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-v0YvGIdDNN .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-v0YvGIdDNN .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0YvGIdDNN .mbr-section-title,
  .cid-v0YvGIdDNN .mbr-section-subtitle,
  .cid-v0YvGIdDNN .mbr-text {
    text-align: left !important;
  }
  .cid-v0YvGIdDNN .social-list {
    text-align: left !important;
  }
}
.cid-v0YvGIPDGc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-v0YvGIPDGc .links {
  text-align: center;
  color: #ffffff;
}
.cid-v0YvGIPDGc p {
  margin: 0;
}
.cid-v0YvGIPDGc a {
  color: #ffffff;
}
.cid-v0YvGIPDGc a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
