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: 'Oswald', 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: 'Ubuntu', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.4rem;
}
.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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #2e69cf !important;
}
.bg-warning {
  background-color: #e18630 !important;
}
.bg-danger {
  background-color: #aada2a !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: #2e69cf !important;
  border-color: #2e69cf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #204990 !important;
  border-color: #204990 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #204990 !important;
  border-color: #204990 !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: #e18630 !important;
  border-color: #e18630 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #ac6019 !important;
  border-color: #ac6019 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ac6019 !important;
  border-color: #ac6019 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #aada2a !important;
  border-color: #aada2a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #799c1b !important;
  border-color: #799c1b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #799c1b !important;
  border-color: #799c1b !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: #1b3f7c;
  color: #1b3f7c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #2e69cf;
  border-color: #2e69cf;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2e69cf !important;
  border-color: #2e69cf !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: #955416;
  color: #955416;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #e18630;
  border-color: #e18630;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e18630 !important;
  border-color: #e18630 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #688717;
  color: #688717;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #aada2a;
  border-color: #aada2a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #aada2a !important;
  border-color: #aada2a !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: #2e69cf !important;
}
.text-warning {
  color: #e18630 !important;
}
.text-danger {
  color: #aada2a !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: #1b3f7c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #955416 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #688717 !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: #2e69cf;
}
.alert-warning {
  background-color: #e18630;
}
.alert-danger {
  background-color: #aada2a;
}
.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: #d4e0f5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbeee2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #eff8d8;
}
.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-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-rSb6YvkYkh {
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-rSb6YvkYkh .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-rSb6YvkYkh .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-rSb6YvkYkh .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-rSb6YvkYkh .mbr-text {
  color: #2e69cf;
}
.cid-rSb6YvkYkh .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-rSb6YvkYkh .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-rSb6YvkYkh .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-rSb6YvkYkh .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 22%;
}
.cid-rSb6YvkYkh .separator .sep-holder .sep-line {
  border-color: #344cf1 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #344cf1;
  position: relative;
  top: 1px;
  width: 22%;
}
.cid-rSb6YvkYkh .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-rSb6YvkYkh .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-rSb6YvkYkh .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-rSb6YvkYkh .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-rSb6YvkYkh .separator,
  .cid-rSb6YvkYkh .sep-holder,
  .cid-rSb6YvkYkh .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-rSb6YvkYkh .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-rSb6YvkYkh .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-rSb6YvkYkh .mbr-section-title,
.cid-rSb6YvkYkh .separator,
.cid-rSb6YvkYkh .sep-holder {
  color: #254063;
}
.cid-rSb6YYEKol {
  padding-top: 40px;
  background-color: #ffffff;
}
.cid-rSb6YYEKol .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-rSb6YYEKol .box-item {
  width: 29%;
}
.cid-rSb6YYEKol .box-item:first-child {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-rSb6YYEKol .box-item .wrap {
  height: 100%;
  background-color: #4f87fb;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-rSb6YYEKol .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-rSb6YYEKol .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 28px;
}
.cid-rSb6YYEKol .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-rSb6YYEKol .box-item .heading h5 {
  font-weight: 700;
}
.cid-rSb6YYEKol .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 32px;
}
.cid-rSb6YYEKol .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-rSb6YYEKol .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-rSb6YYEKol .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-rSb6YYEKol .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-rSb6YYEKol .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #4f87fb;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-rSb6YYEKol .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-rSb6YYEKol .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-rSb6YYEKol .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-rSb6YYEKol .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-rSb6YYEKol .right-side .box-item:last-child .icon-block-top span {
  color: #4f87fb;
  padding-right: 20px;
}
.cid-rSb6YYEKol .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-rSb6YYEKol .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-rSb6YYEKol .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.cid-rSb6YYEKol .right-side .box-item .box-item-text {
  color: #2e69cf;
  line-height: 1.5;
}
.cid-rSb6YYEKol .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #2e69cf;
}
.cid-rSb6YYEKol .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 24px;
}
.cid-rSb6YYEKol .box-list li:last-child {
  border-bottom: none;
}
.cid-rSb6YYEKol .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-rSb6YYEKol .media-content {
  flex-basis: initial;
}
.cid-rSb6YYEKol .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSb6YYEKol .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSb6YYEKol .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSb6YYEKol a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSb6YYEKol a.close:hover {
  color: #ffffff;
}
.cid-rSb6YYEKol .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-rSb6YYEKol .icon-wrap:hover {
  background-color: #f5f7fa !important;
}
.cid-rSb6YYEKol .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-rSb6YYEKol .icon-wrap span {
  padding-left: 8px;
}
.cid-rSb6YYEKol .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/mbr-1920x1743.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-rSb6YYEKol .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-rSb6YYEKol .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-rSb6YYEKol .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-rSb6YYEKol .box-item:first-child {
    margin-right: 10px;
  }
  .cid-rSb6YYEKol .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-rSb6YYEKol .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-rSb6YYEKol .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rSb6YYEKol .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-rSb6YYEKol .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
  }
  .cid-rSb6YYEKol .box-item-text {
    text-align: center;
  }
  .cid-rSb6YYEKol .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-rSb6YYEKol .right-side {
    flex-wrap: wrap;
  }
  .cid-rSb6YYEKol .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-rSb6YYEKol .show-modal {
    height: 80%;
  }
}
.cid-rSb6YYEKol .mbr-section-btn {
  color: #232323;
}
.cid-rSb6YYEKol .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-rSb6YYEKol h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-rSb6Zd1v4d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSb6Zd1v4d .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rSb6Zd1v4d .photo-split {
  padding: 0;
}
.cid-rSb6Zd1v4d .photo-split img {
  max-height: 800px;
}
.cid-rSb6Zd1v4d .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-rSb6Zd1v4d .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-rSb6Zd1v4d .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-rSb6Zd1v4d .wrap-block {
  padding: 3rem 3rem;
}
.cid-rSb6Zd1v4d .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-rSb6Zd1v4d .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-rSb6Zd1v4d .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-rSb6Zd1v4d .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-rSb6Zd1v4d .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #2e69cf;
  line-height: 28px;
  letter-spacing: 0;
}
.cid-rSb6Zd1v4d .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rSb6Zd1v4d .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-rSb6Zd1v4d .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-rSb6Zd1v4d .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-rSb6Zd1v4d .mbr-list {
  text-align: left;
}
.cid-rSb6Zd1v4d .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-rSb6Zd1v4d .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-rSb6Zd1v4d .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-rSb6Zd1v4d .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-rSb6Zd1v4d .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-rSb6Zd1v4d .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-rSb6Zd1v4d .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #2e69cf;
}
.cid-rSb6Zd1v4d .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSb6Zd1v4d .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rSb6Zd1v4d .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-rSb6Zd1v4d .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-rSb6Zd1v4d .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-rSb6Zd1v4d .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-rSb6Zd1v4d .mbr-section-title,
  .cid-rSb6Zd1v4d .mbr-section-subtitle,
  .cid-rSb6Zd1v4d .mbr-text {
    text-align: left !important;
  }
  .cid-rSb6Zd1v4d .social-list {
    text-align: center !important;
  }
  .cid-rSb6Zd1v4d .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-rSb6Zd1v4d .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-rSb6Zd1v4d .wrap-block .contents .mbr-section-title {
  color: #2e69cf;
}
.cid-rSb6ZLgRz7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bcd9f6;
}
.cid-rSb6ZLgRz7 .container {
  margin-bottom: 70px;
}
.cid-rSb6ZLgRz7 .container .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
  margin-bottom: 10px;
}
.cid-rSb6ZLgRz7 .container .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSb6ZLgRz7 .container .mbr-section-title,
.cid-rSb6ZLgRz7 .container .signature {
  color: #130947;
}
.cid-rSb6ZLgRz7 .container .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rSb6ZLgRz7 .container .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-rSb6ZLgRz7 .container .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  color: #2e69cf;
}
.cid-rSb6ZLgRz7 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 0rem;
}
.cid-rSb6ZLgRz7 .carousel-item > div {
  width: 100%;
}
.cid-rSb6ZLgRz7 .carousel-item.active,
.cid-rSb6ZLgRz7 .carousel-item-next,
.cid-rSb6ZLgRz7 .carousel-item-prev {
  display: flex;
}
.cid-rSb6ZLgRz7 .carousel-indicators {
  left: 0%;
  margin: 20px auto 0;
  -webkit-box-align: center;
  align-items: center;
  bottom: -40px !important;
}
.cid-rSb6ZLgRz7 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #4f87fb !important;
}
.cid-rSb6ZLgRz7 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
  border: 1px solid #e5e8ef;
}
.cid-rSb6ZLgRz7 .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-rSb6ZLgRz7 .carousel-controls {
    display: none;
  }
}
.cid-rSb6ZLgRz7 .carousel-controls a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-rSb6ZLgRz7 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #4f87fb;
  opacity: 0.9;
}
.cid-rSb6ZLgRz7 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-rSb6ZLgRz7 .carousel-item {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rSb6ZLgRz7 .carousel-controls a {
    width: 5%;
  }
}
.cid-rSb6ZLgRz7 a.text-white:hover,
.cid-rSb6ZLgRz7 a.text-white:focus {
  color: #000000 !important;
}
.cid-rSb6ZLgRz7 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 21.7px;
}
.cid-rSb6ZLgRz7 .card {
  display: block;
  background-color: #ffffff;
  border-bottom: 1px solid #4f87fb;
  border-radius: 4px;
  padding: 40px 50px 20px;
}
@media (max-width: 991px) {
  .cid-rSb6ZLgRz7 .card {
    padding: 40px 10px 20px;
  }
}
.cid-rSb6ZLgRz7 .card:hover span,
.cid-rSb6ZLgRz7 .card:focus span {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.cid-rSb6ZLgRz7 .card span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 30px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #f1f6fb;
  font-size: 50px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  margin-bottom: 25px;
}
.cid-rSb6ZLgRz7 .card .signature {
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #130947;
  font-weight: 700;
}
.cid-rSb6ZLgRz7 .card .signature.display-7 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-rSb6ZLgRz7 .card .card-text {
  margin-bottom: 25px;
  color: #2e69cf;
  font-weight: 400;
}
.cid-rSb6ZLgRz7 .card .card-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-rSb6ZLgRz7 .card .link {
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #4f87fb;
  background-color: transparent !important;
}
.cid-rSb6ZLgRz7 .card .link:after {
  background-color: currentColor;
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cid-rSb6ZLgRz7 .card .link::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cid-rSb6ZLgRz7 .card .link:hover:after,
.cid-rSb6ZLgRz7 .card .link:focus:after {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-rSb6ZLgRz7 .card .link:hover:before,
.cid-rSb6ZLgRz7 .card .link:focus:before {
  width: 100%;
}
.cid-rSb6ZLgRz7 .container .mbr-section-title {
  color: #4f5b77;
}
.cid-sFJjnhYC5t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFJjnhYC5t .contents {
  margin-bottom: 70px;
}
.cid-sFJjnhYC5t .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sFJjnhYC5t .contents .mbr-subtitle.display-4 {
  letter-spacing: 2px;
  line-height: 24px;
  font-size: 13px;
}
.cid-sFJjnhYC5t .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-sFJjnhYC5t .contents .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sFJjnhYC5t .contents .mbr-section-text {
  margin-top: 20px;
  color: #2e69cf;
  font-weight: 400;
}
.cid-sFJjnhYC5t .contents .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-sFJjnhYC5t .card {
  margin-bottom: 2rem;
}
.cid-sFJjnhYC5t .card-block {
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  background: #4f87fb;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 1.9rem;
  margin-bottom: 35px;
  border-radius: 4px;
}
.cid-sFJjnhYC5t .card-block.display-7 {
  font-size: 16px;
  line-height: 26px;
}
.cid-sFJjnhYC5t .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #4f87fb;
  border-right: 15px solid transparent;
}
.cid-sFJjnhYC5t .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
}
.cid-sFJjnhYC5t .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sFJjnhYC5t .name-wrap {
  display: inline-block;
}
.cid-sFJjnhYC5t .card-footer {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-top: none;
  background: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.cid-sFJjnhYC5t .mbr-author-desc {
  color: #767676;
  text-align: center;
}
.cid-sFJjnhYC5t .card-block p {
  color: #ffffff;
  text-align: center;
}
.cid-sFJjnhYC5t .mbr-author-name {
  color: #130947;
  margin-bottom: 5px;
}
.cid-sFJjnhYC5t .mbr-section-title,
.cid-sFJjnhYC5t .title div {
  color: #232323;
  text-align: center;
}
.cid-sFJjnhYC5t .contents .mbr-section-title {
  color: #2e69cf;
}
.cid-rSb70OmGGx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-rSb70OmGGx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rSb70OmGGx input,
.cid-rSb70OmGGx textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-rSb70OmGGx input:focus,
.cid-rSb70OmGGx textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rSb70OmGGx .form-control,
.cid-rSb70OmGGx .field-input {
  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-rSb70OmGGx .form-control:hover,
.cid-rSb70OmGGx .field-input:hover,
.cid-rSb70OmGGx .form-control:focus,
.cid-rSb70OmGGx .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rSb70OmGGx input::-webkit-input-placeholder,
.cid-rSb70OmGGx textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-rSb70OmGGx input:-moz-placeholder,
.cid-rSb70OmGGx textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-rSb70OmGGx .jq-selectbox li,
.cid-rSb70OmGGx .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rSb70OmGGx .jq-selectbox li:hover,
.cid-rSb70OmGGx .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rSb70OmGGx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rSb70OmGGx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rSb70OmGGx .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-rSb70OmGGx .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSb70OmGGx .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-rSb70OmGGx .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-rSb70OmGGx .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-rSb70OmGGx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-rSb70OmGGx .mbr-form {
  max-width: 550px;
}
.cid-rSb70OmGGx textarea {
  min-height: 150px;
}
.cid-rSb70OmGGx .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-rSb70OmGGx .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-rSb70OmGGx .second {
  height: fit-content;
}
.cid-rSb70OmGGx .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-rSb70OmGGx .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-rSb70OmGGx .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-rSb70OmGGx .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-rSb70OmGGx .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-rSb70OmGGx .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-rSb70OmGGx .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-rSb70OmGGx .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-rSb70OmGGx .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rSb70OmGGx .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-rSb70OmGGx .mbr-section-title {
    text-align: left;
  }
  .cid-rSb70OmGGx .second {
    margin-top: 30px;
  }
}
.cid-rSb70OmGGx .mbr-section-title,
.cid-rSb70OmGGx .mbr-section-btn {
  color: #303f61;
}
.cid-rSb72k1QQH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-rSb72k1QQH .brand {
  display: flex;
  margin-left: 1rem;
  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-rSb72k1QQH .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rSb72k1QQH .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-rSb72k1QQH .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSb72k1QQH .brand .logo img {
  display: flex;
}
.cid-rSb72k1QQH .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSb72k1QQH .form-row {
  position: relative;
}
.cid-rSb72k1QQH .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-rSb72k1QQH .form-group,
.cid-rSb72k1QQH .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-rSb72k1QQH .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-rSb72k1QQH .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-rSb72k1QQH .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-rSb72k1QQH a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rSb72k1QQH a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rSb72k1QQH .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rSb72k1QQH .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-rSb72k1QQH .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rSb72k1QQH .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rSb72k1QQH .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-rSb72k1QQH .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-rSb72k1QQH .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-rSb72k1QQH .input-group-btn > * {
    width: 100%;
  }
  .cid-rSb72k1QQH .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-rSb72k1QQH .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSb72k1QQH .form-control {
    margin-bottom: 10px;
  }
  .cid-rSb72k1QQH .input-group-btn .btn,
  .cid-rSb72k1QQH .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSb72k1QQH .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOdDOmAT1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOdDOmAT1 section {
  position: relative;
}
.cid-sFOdDOmAT1 .widget-title {
  font-weight: 600;
}
.cid-sFOdDOmAT1 .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOdDOmAT1 .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOdDOmAT1 .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOdDOmAT1 .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdDOmAT1 .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOdDOmAT1 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOdDOmAT1 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOdDOmAT1 .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOdDOmAT1 .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOdDOmAT1 .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOdDOmAT1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOdDOmAT1 .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOdDOmAT1 .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdDOmAT1 .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOdDOmAT1 .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOdDOmAT1 .item,
.cid-sFOdDOmAT1 .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOdDOmAT1 .item h4,
.cid-sFOdDOmAT1 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOdDOmAT1 .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOdDOmAT1 .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOdDOmAT1 .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOdDOmAT1 .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdDOmAT1 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOdDOmAT1 h5 {
    text-align: left !important;
  }
  .cid-sFOdDOmAT1 .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOdDOmAT1 .item-title {
  color: #ffffff;
}
.cid-sFOdDOmAT1 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOdDOmAT1 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOdDOmAT1 .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOdDOmAT1 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOdDOmAT1 .btn[class*="-outline"]:active,
.cid-sFOdDOmAT1 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOdDOmAT1 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOdDOmAT1 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOdDOmAT1 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOdDOmAT1 .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOdDOmAT1 .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOdDOmAT1 .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOdDOmAT1 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOdDOmAT1 .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOdDOmAT1 .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOdDOmAT1 .box-list li LI {
  color: #ff4a52;
}
.cid-rSb73ad1zW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-rSb73ad1zW .links {
  text-align: center;
  color: #ffffff;
}
.cid-rSb73ad1zW p {
  margin: 0;
}
.cid-rSb73ad1zW a {
  color: #ffffff;
}
.cid-rSb73ad1zW a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFJv9FtBxs {
  background-image: url("../../../assets/images/mbr-1920x1009.jpg");
}
.cid-sFJv9FtBxs .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFJv9FtBxs .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFJv9FtBxs .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFJv9FtBxs .mbr-text {
  color: #2e69cf;
}
.cid-sFJv9FtBxs .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFJv9FtBxs .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFJv9FtBxs .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFJv9FtBxs .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 23%;
}
.cid-sFJv9FtBxs .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 23%;
}
.cid-sFJv9FtBxs .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFJv9FtBxs .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFJv9FtBxs .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFJv9FtBxs .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFJv9FtBxs .separator,
  .cid-sFJv9FtBxs .sep-holder,
  .cid-sFJv9FtBxs .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFJv9FtBxs .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFJv9FtBxs .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFJv9FtBxs .mbr-section-title,
.cid-sFJv9FtBxs .separator,
.cid-sFJv9FtBxs .sep-holder {
  color: #f0c95e;
}
.cid-sFJv9FtBxs .mbr-text,
.cid-sFJv9FtBxs .mbr-section-btn {
  color: #ffffff;
}
.cid-sFJxYTnmMR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFJxYTnmMR h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFJxYTnmMR .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sFJxYTnmMR .mbr-section-title {
  letter-spacing: 0.1em;
  color: #688b0b;
}
.cid-sFJxYTnmMR .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sFJxYTnmMR .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sFJxYTnmMR .panel-group {
  width: 100%;
}
.cid-sFJxYTnmMR .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sFJxYTnmMR .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sFJxYTnmMR .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #688b0b;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sFJxYTnmMR .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sFJxYTnmMR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sFJxYTnmMR .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sFJxYTnmMR .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sFJxYTnmMR .card .panel-body {
  background: #ffffff;
}
.cid-sFJxYTnmMR .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sFJxYTnmMR .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFJxYTnmMR .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFJxYTnmMR .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sFJxYTnmMR .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sFJxYTnmMR .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sFJxYTnmMR .header-text,
.cid-sFJxYTnmMR .sign {
  color: #ffffff;
}
.cid-sFJAL1k4dF {
  background-image: url("../../../assets/images/mbr-1920x1162.jpg");
}
.cid-sFJAL1k4dF .mbr-text,
.cid-sFJAL1k4dF .typed-text,
.cid-sFJAL1k4dF .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sFJAL1k4dF .btn {
  margin-left: 4px !important;
}
.cid-sFJAL1k4dF .animated-element {
  color: #ffbc00;
}
.cid-sFJAL1k4dF .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sV610e4zGr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV610e4zGr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV610e4zGr input,
.cid-sV610e4zGr textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV610e4zGr input:focus,
.cid-sV610e4zGr textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV610e4zGr .form-control,
.cid-sV610e4zGr .field-input {
  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-sV610e4zGr .form-control:hover,
.cid-sV610e4zGr .field-input:hover,
.cid-sV610e4zGr .form-control:focus,
.cid-sV610e4zGr .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV610e4zGr input::-webkit-input-placeholder,
.cid-sV610e4zGr textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV610e4zGr input:-moz-placeholder,
.cid-sV610e4zGr textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV610e4zGr .jq-selectbox li,
.cid-sV610e4zGr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV610e4zGr .jq-selectbox li:hover,
.cid-sV610e4zGr .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV610e4zGr .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV610e4zGr .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV610e4zGr .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV610e4zGr .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV610e4zGr .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV610e4zGr .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV610e4zGr .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV610e4zGr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV610e4zGr .mbr-form {
  max-width: 550px;
}
.cid-sV610e4zGr textarea {
  min-height: 150px;
}
.cid-sV610e4zGr .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-sV610e4zGr .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV610e4zGr .second {
  height: fit-content;
}
.cid-sV610e4zGr .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV610e4zGr .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV610e4zGr .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-sV610e4zGr .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-sV610e4zGr .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV610e4zGr .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV610e4zGr .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV610e4zGr .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV610e4zGr .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV610e4zGr .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV610e4zGr .mbr-section-title {
    text-align: left;
  }
  .cid-sV610e4zGr .second {
    margin-top: 30px;
  }
}
.cid-sV610e4zGr .mbr-section-title,
.cid-sV610e4zGr .mbr-section-btn {
  color: #303f61;
}
.cid-sFJv9HYSWo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFJv9HYSWo .brand {
  display: flex;
  margin-left: 1rem;
  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-sFJv9HYSWo .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFJv9HYSWo .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFJv9HYSWo .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFJv9HYSWo .brand .logo img {
  display: flex;
}
.cid-sFJv9HYSWo .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFJv9HYSWo .form-row {
  position: relative;
}
.cid-sFJv9HYSWo .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFJv9HYSWo .form-group,
.cid-sFJv9HYSWo .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFJv9HYSWo .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFJv9HYSWo .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFJv9HYSWo .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFJv9HYSWo a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFJv9HYSWo a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFJv9HYSWo .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFJv9HYSWo .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFJv9HYSWo .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFJv9HYSWo .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFJv9HYSWo .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFJv9HYSWo .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFJv9HYSWo .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFJv9HYSWo .input-group-btn > * {
    width: 100%;
  }
  .cid-sFJv9HYSWo .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFJv9HYSWo .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFJv9HYSWo .form-control {
    margin-bottom: 10px;
  }
  .cid-sFJv9HYSWo .input-group-btn .btn,
  .cid-sFJv9HYSWo .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFJv9HYSWo .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOdPopTah {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOdPopTah section {
  position: relative;
}
.cid-sFOdPopTah .widget-title {
  font-weight: 600;
}
.cid-sFOdPopTah .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOdPopTah .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOdPopTah .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOdPopTah .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdPopTah .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOdPopTah .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOdPopTah img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOdPopTah .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOdPopTah .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOdPopTah .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOdPopTah .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOdPopTah .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOdPopTah .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdPopTah .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOdPopTah .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOdPopTah .item,
.cid-sFOdPopTah .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOdPopTah .item h4,
.cid-sFOdPopTah .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOdPopTah .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOdPopTah .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOdPopTah .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOdPopTah .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdPopTah .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOdPopTah h5 {
    text-align: left !important;
  }
  .cid-sFOdPopTah .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOdPopTah .item-title {
  color: #ffffff;
}
.cid-sFOdPopTah .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOdPopTah .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOdPopTah .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOdPopTah .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOdPopTah .btn[class*="-outline"]:active,
.cid-sFOdPopTah .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOdPopTah .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOdPopTah .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOdPopTah .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOdPopTah .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOdPopTah .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOdPopTah .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOdPopTah .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOdPopTah .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOdPopTah .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOdPopTah .box-list li LI {
  color: #ff4a52;
}
.cid-sFJv9JxwHq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFJv9JxwHq .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFJv9JxwHq p {
  margin: 0;
}
.cid-sFJv9JxwHq a {
  color: #ffffff;
}
.cid-sFJv9JxwHq a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFJ4HRErEG {
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-sFJ4HRErEG .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFJ4HRErEG .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFJ4HRErEG .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFJ4HRErEG .mbr-text {
  color: #2e69cf;
}
.cid-sFJ4HRErEG .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFJ4HRErEG .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFJ4HRErEG .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFJ4HRErEG .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 32%;
}
.cid-sFJ4HRErEG .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 32%;
}
.cid-sFJ4HRErEG .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFJ4HRErEG .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFJ4HRErEG .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFJ4HRErEG .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFJ4HRErEG .separator,
  .cid-sFJ4HRErEG .sep-holder,
  .cid-sFJ4HRErEG .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFJ4HRErEG .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFJ4HRErEG .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFJ4HRErEG .mbr-section-title,
.cid-sFJ4HRErEG .separator,
.cid-sFJ4HRErEG .sep-holder {
  color: #130947;
}
.cid-sFJ4HRErEG .mbr-text,
.cid-sFJ4HRErEG .mbr-section-btn {
  color: #ffffff;
}
.cid-sFJ9ZAAlZ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFJ9ZAAlZ9 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #bcd9f6 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sFJ9ZAAlZ9 .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-sFJ9ZAAlZ9 .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sFJ9ZAAlZ9 .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sFJ9ZAAlZ9 .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sFJ9ZAAlZ9 .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #bcd9f6;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-sFJ9ZAAlZ9 .wrap-block {
  padding: 3rem 3rem;
}
.cid-sFJ9ZAAlZ9 .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-sFJ9ZAAlZ9 .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sFJ9ZAAlZ9 .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sFJ9ZAAlZ9 .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-sFJ9ZAAlZ9 .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-sFJ9ZAAlZ9 .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-sFJ9ZAAlZ9 .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-sFJ9ZAAlZ9 .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-sFJ9ZAAlZ9 .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-sFJ9ZAAlZ9 .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-sFJ9ZAAlZ9 .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #bcd9f6;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-sFJ9ZAAlZ9 .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-sFJ9ZAAlZ9 .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sFJ9ZAAlZ9 .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-sFJ9ZAAlZ9 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-sFJ9ZAAlZ9 .photo-split {
    padding: 3rem 3rem;
  }
  .cid-sFJ9ZAAlZ9 .photo-split .element-outer,
  .cid-sFJ9ZAAlZ9 .photo-split .element-outer2 {
    display: none;
  }
  .cid-sFJ9ZAAlZ9 .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFJ9ZAAlZ9 .mbr-section-title,
  .cid-sFJ9ZAAlZ9 .mbr-section-subtitle,
  .cid-sFJ9ZAAlZ9 .mbr-text {
    text-align: left !important;
  }
  .cid-sFJ9ZAAlZ9 .social-list {
    text-align: left !important;
  }
}
.cid-sFJ9ZAAlZ9 .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-sFJ9ZAAlZ9 .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-sFJ9ZAAlZ9 .info-widget .widget-content .widget-title,
.cid-sFJ9ZAAlZ9 .widget-icon {
  color: #4a8708;
}
.cid-sFJda8Gla6 {
  padding-top: 120px;
  background-image: url("../../../assets/images/background12.jpg");
}
.cid-sFJda8Gla6 .container {
  margin-bottom: 15%;
}
.cid-sFJda8Gla6 .content-container .btn-bgr {
  z-index: 0;
}
.cid-sFJda8Gla6 .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-sFJda8Gla6 .icon-block-top span {
  background-color: #172eca;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-sFJda8Gla6 .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-sFJda8Gla6 .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-sFJda8Gla6 .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-sFJda8Gla6 .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-sFJda8Gla6 .box-item-text,
.cid-sFJda8Gla6 .mbr-section-btn {
  color: #8d97ad;
}
.cid-sFJda8Gla6 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sFJda8Gla6 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sFJda8Gla6 .box-list li:last-child {
  border-bottom: none;
}
.cid-sFJda8Gla6 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sFJda8Gla6 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sFJda8Gla6 .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-sFJda8Gla6 .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-sFJda8Gla6 .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sFJda8Gla6 .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFJda8Gla6 .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-sFJda8Gla6 .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-sFJda8Gla6 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-sFJda8Gla6 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-sFJda8Gla6 .mbr-text {
  color: #efefef;
}
.cid-sFJda8Gla6 H1 {
  color: #ffffff;
}
.cid-sV60WmtVgM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV60WmtVgM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV60WmtVgM input,
.cid-sV60WmtVgM textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV60WmtVgM input:focus,
.cid-sV60WmtVgM textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV60WmtVgM .form-control,
.cid-sV60WmtVgM .field-input {
  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-sV60WmtVgM .form-control:hover,
.cid-sV60WmtVgM .field-input:hover,
.cid-sV60WmtVgM .form-control:focus,
.cid-sV60WmtVgM .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV60WmtVgM input::-webkit-input-placeholder,
.cid-sV60WmtVgM textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV60WmtVgM input:-moz-placeholder,
.cid-sV60WmtVgM textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV60WmtVgM .jq-selectbox li,
.cid-sV60WmtVgM .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV60WmtVgM .jq-selectbox li:hover,
.cid-sV60WmtVgM .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV60WmtVgM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV60WmtVgM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV60WmtVgM .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV60WmtVgM .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV60WmtVgM .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV60WmtVgM .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV60WmtVgM .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV60WmtVgM img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV60WmtVgM .mbr-form {
  max-width: 550px;
}
.cid-sV60WmtVgM textarea {
  min-height: 150px;
}
.cid-sV60WmtVgM .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-sV60WmtVgM .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV60WmtVgM .second {
  height: fit-content;
}
.cid-sV60WmtVgM .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV60WmtVgM .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV60WmtVgM .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-sV60WmtVgM .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-sV60WmtVgM .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV60WmtVgM .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV60WmtVgM .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV60WmtVgM .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV60WmtVgM .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV60WmtVgM .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV60WmtVgM .mbr-section-title {
    text-align: left;
  }
  .cid-sV60WmtVgM .second {
    margin-top: 30px;
  }
}
.cid-sV60WmtVgM .mbr-section-title,
.cid-sV60WmtVgM .mbr-section-btn {
  color: #303f61;
}
.cid-sFJ4HVFpGr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFJ4HVFpGr .brand {
  display: flex;
  margin-left: 1rem;
  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-sFJ4HVFpGr .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFJ4HVFpGr .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFJ4HVFpGr .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFJ4HVFpGr .brand .logo img {
  display: flex;
}
.cid-sFJ4HVFpGr .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFJ4HVFpGr .form-row {
  position: relative;
}
.cid-sFJ4HVFpGr .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFJ4HVFpGr .form-group,
.cid-sFJ4HVFpGr .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFJ4HVFpGr .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFJ4HVFpGr .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFJ4HVFpGr .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFJ4HVFpGr a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFJ4HVFpGr a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFJ4HVFpGr .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFJ4HVFpGr .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFJ4HVFpGr .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFJ4HVFpGr .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFJ4HVFpGr .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFJ4HVFpGr .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFJ4HVFpGr .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFJ4HVFpGr .input-group-btn > * {
    width: 100%;
  }
  .cid-sFJ4HVFpGr .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFJ4HVFpGr .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFJ4HVFpGr .form-control {
    margin-bottom: 10px;
  }
  .cid-sFJ4HVFpGr .input-group-btn .btn,
  .cid-sFJ4HVFpGr .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFJ4HVFpGr .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOdHqhruZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOdHqhruZ section {
  position: relative;
}
.cid-sFOdHqhruZ .widget-title {
  font-weight: 600;
}
.cid-sFOdHqhruZ .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOdHqhruZ .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOdHqhruZ .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOdHqhruZ .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdHqhruZ .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOdHqhruZ .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOdHqhruZ img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOdHqhruZ .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOdHqhruZ .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOdHqhruZ .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOdHqhruZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOdHqhruZ .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOdHqhruZ .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdHqhruZ .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOdHqhruZ .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOdHqhruZ .item,
.cid-sFOdHqhruZ .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOdHqhruZ .item h4,
.cid-sFOdHqhruZ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOdHqhruZ .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOdHqhruZ .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOdHqhruZ .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOdHqhruZ .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdHqhruZ .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOdHqhruZ h5 {
    text-align: left !important;
  }
  .cid-sFOdHqhruZ .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOdHqhruZ .item-title {
  color: #ffffff;
}
.cid-sFOdHqhruZ .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOdHqhruZ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOdHqhruZ .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOdHqhruZ .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOdHqhruZ .btn[class*="-outline"]:active,
.cid-sFOdHqhruZ .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOdHqhruZ .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOdHqhruZ .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOdHqhruZ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOdHqhruZ .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOdHqhruZ .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOdHqhruZ .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOdHqhruZ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOdHqhruZ .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOdHqhruZ .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOdHqhruZ .box-list li LI {
  color: #ff4a52;
}
.cid-sFJ4HX83WY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFJ4HX83WY .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFJ4HX83WY p {
  margin: 0;
}
.cid-sFJ4HX83WY a {
  color: #ffffff;
}
.cid-sFJ4HX83WY a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFJHetyFbx {
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-sFJHetyFbx .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFJHetyFbx .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFJHetyFbx .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFJHetyFbx .mbr-text {
  color: #2e69cf;
}
.cid-sFJHetyFbx .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFJHetyFbx .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFJHetyFbx .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFJHetyFbx .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 41%;
}
.cid-sFJHetyFbx .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 41%;
}
.cid-sFJHetyFbx .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFJHetyFbx .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFJHetyFbx .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFJHetyFbx .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFJHetyFbx .separator,
  .cid-sFJHetyFbx .sep-holder,
  .cid-sFJHetyFbx .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFJHetyFbx .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFJHetyFbx .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFJHetyFbx .mbr-section-title,
.cid-sFJHetyFbx .separator,
.cid-sFJHetyFbx .sep-holder {
  color: #ffffff;
}
.cid-sFJHetyFbx .mbr-text,
.cid-sFJHetyFbx .mbr-section-btn {
  color: #ffffff;
}
.cid-sV61eStNqZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV61eStNqZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV61eStNqZ input,
.cid-sV61eStNqZ textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV61eStNqZ input:focus,
.cid-sV61eStNqZ textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV61eStNqZ .form-control,
.cid-sV61eStNqZ .field-input {
  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-sV61eStNqZ .form-control:hover,
.cid-sV61eStNqZ .field-input:hover,
.cid-sV61eStNqZ .form-control:focus,
.cid-sV61eStNqZ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV61eStNqZ input::-webkit-input-placeholder,
.cid-sV61eStNqZ textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV61eStNqZ input:-moz-placeholder,
.cid-sV61eStNqZ textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV61eStNqZ .jq-selectbox li,
.cid-sV61eStNqZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV61eStNqZ .jq-selectbox li:hover,
.cid-sV61eStNqZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV61eStNqZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV61eStNqZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV61eStNqZ .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV61eStNqZ .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV61eStNqZ .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV61eStNqZ .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV61eStNqZ .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV61eStNqZ img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV61eStNqZ .mbr-form {
  max-width: 550px;
}
.cid-sV61eStNqZ textarea {
  min-height: 150px;
}
.cid-sV61eStNqZ .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-sV61eStNqZ .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV61eStNqZ .second {
  height: fit-content;
}
.cid-sV61eStNqZ .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV61eStNqZ .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV61eStNqZ .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-sV61eStNqZ .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-sV61eStNqZ .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV61eStNqZ .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV61eStNqZ .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV61eStNqZ .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV61eStNqZ .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV61eStNqZ .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV61eStNqZ .mbr-section-title {
    text-align: left;
  }
  .cid-sV61eStNqZ .second {
    margin-top: 30px;
  }
}
.cid-sV61eStNqZ .mbr-section-title,
.cid-sV61eStNqZ .mbr-section-btn {
  color: #303f61;
}
.cid-sFJHew8esp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFJHew8esp .brand {
  display: flex;
  margin-left: 1rem;
  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-sFJHew8esp .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFJHew8esp .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFJHew8esp .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFJHew8esp .brand .logo img {
  display: flex;
}
.cid-sFJHew8esp .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFJHew8esp .form-row {
  position: relative;
}
.cid-sFJHew8esp .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFJHew8esp .form-group,
.cid-sFJHew8esp .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFJHew8esp .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFJHew8esp .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFJHew8esp .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFJHew8esp a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFJHew8esp a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFJHew8esp .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFJHew8esp .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFJHew8esp .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFJHew8esp .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFJHew8esp .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFJHew8esp .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFJHew8esp .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFJHew8esp .input-group-btn > * {
    width: 100%;
  }
  .cid-sFJHew8esp .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFJHew8esp .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFJHew8esp .form-control {
    margin-bottom: 10px;
  }
  .cid-sFJHew8esp .input-group-btn .btn,
  .cid-sFJHew8esp .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFJHew8esp .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOdSjLDnG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOdSjLDnG section {
  position: relative;
}
.cid-sFOdSjLDnG .widget-title {
  font-weight: 600;
}
.cid-sFOdSjLDnG .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOdSjLDnG .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOdSjLDnG .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOdSjLDnG .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdSjLDnG .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOdSjLDnG .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOdSjLDnG img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOdSjLDnG .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOdSjLDnG .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOdSjLDnG .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOdSjLDnG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOdSjLDnG .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOdSjLDnG .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdSjLDnG .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOdSjLDnG .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOdSjLDnG .item,
.cid-sFOdSjLDnG .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOdSjLDnG .item h4,
.cid-sFOdSjLDnG .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOdSjLDnG .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOdSjLDnG .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOdSjLDnG .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOdSjLDnG .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdSjLDnG .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOdSjLDnG h5 {
    text-align: left !important;
  }
  .cid-sFOdSjLDnG .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOdSjLDnG .item-title {
  color: #ffffff;
}
.cid-sFOdSjLDnG .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOdSjLDnG .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOdSjLDnG .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOdSjLDnG .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOdSjLDnG .btn[class*="-outline"]:active,
.cid-sFOdSjLDnG .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOdSjLDnG .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOdSjLDnG .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOdSjLDnG .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOdSjLDnG .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOdSjLDnG .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOdSjLDnG .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOdSjLDnG .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOdSjLDnG .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOdSjLDnG .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOdSjLDnG .box-list li LI {
  color: #ff4a52;
}
.cid-sFJHexzL52 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFJHexzL52 .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFJHexzL52 p {
  margin: 0;
}
.cid-sFJHexzL52 a {
  color: #ffffff;
}
.cid-sFJHexzL52 a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFMBODJ61l {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sFMBODJ61l .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFMBODJ61l .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFMBODJ61l .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFMBODJ61l .mbr-text {
  color: #2e69cf;
}
.cid-sFMBODJ61l .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFMBODJ61l .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFMBODJ61l .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFMBODJ61l .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 54%;
}
.cid-sFMBODJ61l .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 54%;
}
.cid-sFMBODJ61l .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFMBODJ61l .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFMBODJ61l .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFMBODJ61l .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFMBODJ61l .separator,
  .cid-sFMBODJ61l .sep-holder,
  .cid-sFMBODJ61l .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFMBODJ61l .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFMBODJ61l .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFMBODJ61l .mbr-section-title,
.cid-sFMBODJ61l .separator,
.cid-sFMBODJ61l .sep-holder {
  color: #ffffff;
}
.cid-sFMBODJ61l .mbr-text,
.cid-sFMBODJ61l .mbr-section-btn {
  color: #ffffff;
}
.cid-sFMIl2it6a {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFMIl2it6a .mbr-text {
  position: relative;
  color: #181818;
}
.cid-sFMIl2it6a .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sFMIl2it6a .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sFMIl2it6a .mbr-text:after,
  .cid-sFMIl2it6a .mbr-text:before {
    display: none;
  }
}
.cid-sFMIl2it6a .mbr-section-title,
.cid-sFMIl2it6a .logo {
  color: #0f7699;
}
.cid-sFMGaK9pzI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFMGaK9pzI p {
  line-height: 1.6;
}
.cid-sFMGaK9pzI .card-box {
  width: -webkit-fill-available;
}
.cid-sFMGaK9pzI .card-img {
  width: auto;
}
.cid-sFMGaK9pzI .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sFMGaK9pzI .mbr-iconfont {
  font-size: 3rem !important;
}
.cid-sFMGaK9pzI .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sFMGaK9pzI .card {
  height: 100%;
  margin: auto;
}
.cid-sFMGaK9pzI img {
  width: 100%;
  heigth: auto;
}
.cid-sFMGaK9pzI .card-title1 {
  color: #073b4c;
}
.cid-sFMGaK9pzI .mbr-text1 {
  color: #767676;
}
.cid-sFMGaK9pzI .card-title2 {
  color: #7f1933;
}
.cid-sFMGaK9pzI .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sFMGaK9pzI .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sFMGaK9pzI .card-img {
    order: 1;
  }
  .cid-sFMGaK9pzI .card-box {
    order: 2;
  }
}
.cid-sFMKPCebWy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFMKPCebWy h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sFMKPCebWy .mbr-section-subtitle {
  color: #767676;
}
.cid-sFMKPCebWy .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sFMKPCebWy .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sFMKPCebWy .mbr-text-right {
  color: #767676;
}
.cid-sFMKPCebWy .article-counter-left {
  color: #ffffff;
}
.cid-sFMKPCebWy .article-counter-right {
  color: #ffffff;
}
.cid-sFMKPCebWy .article-title-left {
  color: #4f87fb;
}
.cid-sFMKPCebWy .article-title-right {
  color: #e18630;
}
.cid-sFMLD8BU32 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sFMLD8BU32 span {
  color: #c1c1c1;
}
.cid-sFMLD8BU32 .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sFMLD8BU32 .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sFMLD8BU32 .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sFMLD8BU32 .block-quote {
  color: #767676;
}
.cid-sV61IJu3yI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV61IJu3yI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV61IJu3yI input,
.cid-sV61IJu3yI textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV61IJu3yI input:focus,
.cid-sV61IJu3yI textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV61IJu3yI .form-control,
.cid-sV61IJu3yI .field-input {
  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-sV61IJu3yI .form-control:hover,
.cid-sV61IJu3yI .field-input:hover,
.cid-sV61IJu3yI .form-control:focus,
.cid-sV61IJu3yI .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV61IJu3yI input::-webkit-input-placeholder,
.cid-sV61IJu3yI textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV61IJu3yI input:-moz-placeholder,
.cid-sV61IJu3yI textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV61IJu3yI .jq-selectbox li,
.cid-sV61IJu3yI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV61IJu3yI .jq-selectbox li:hover,
.cid-sV61IJu3yI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV61IJu3yI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV61IJu3yI .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV61IJu3yI .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV61IJu3yI .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV61IJu3yI .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV61IJu3yI .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV61IJu3yI .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV61IJu3yI img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV61IJu3yI .mbr-form {
  max-width: 550px;
}
.cid-sV61IJu3yI textarea {
  min-height: 150px;
}
.cid-sV61IJu3yI .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-sV61IJu3yI .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV61IJu3yI .second {
  height: fit-content;
}
.cid-sV61IJu3yI .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV61IJu3yI .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV61IJu3yI .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-sV61IJu3yI .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-sV61IJu3yI .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV61IJu3yI .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV61IJu3yI .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV61IJu3yI .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV61IJu3yI .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV61IJu3yI .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV61IJu3yI .mbr-section-title {
    text-align: left;
  }
  .cid-sV61IJu3yI .second {
    margin-top: 30px;
  }
}
.cid-sV61IJu3yI .mbr-section-title,
.cid-sV61IJu3yI .mbr-section-btn {
  color: #303f61;
}
.cid-sFMBOEV286 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFMBOEV286 .brand {
  display: flex;
  margin-left: 1rem;
  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-sFMBOEV286 .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFMBOEV286 .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFMBOEV286 .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFMBOEV286 .brand .logo img {
  display: flex;
}
.cid-sFMBOEV286 .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFMBOEV286 .form-row {
  position: relative;
}
.cid-sFMBOEV286 .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFMBOEV286 .form-group,
.cid-sFMBOEV286 .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFMBOEV286 .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFMBOEV286 .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFMBOEV286 .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFMBOEV286 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFMBOEV286 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFMBOEV286 .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFMBOEV286 .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFMBOEV286 .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFMBOEV286 .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFMBOEV286 .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFMBOEV286 .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFMBOEV286 .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFMBOEV286 .input-group-btn > * {
    width: 100%;
  }
  .cid-sFMBOEV286 .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFMBOEV286 .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFMBOEV286 .form-control {
    margin-bottom: 10px;
  }
  .cid-sFMBOEV286 .input-group-btn .btn,
  .cid-sFMBOEV286 .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFMBOEV286 .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFMBOFBrw4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFMBOFBrw4 section {
  position: relative;
}
.cid-sFMBOFBrw4 .widget-title {
  font-weight: 600;
}
.cid-sFMBOFBrw4 .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFMBOFBrw4 .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFMBOFBrw4 .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFMBOFBrw4 .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFMBOFBrw4 .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFMBOFBrw4 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFMBOFBrw4 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFMBOFBrw4 .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFMBOFBrw4 .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFMBOFBrw4 .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFMBOFBrw4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFMBOFBrw4 .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFMBOFBrw4 .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFMBOFBrw4 .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFMBOFBrw4 .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFMBOFBrw4 .item,
.cid-sFMBOFBrw4 .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFMBOFBrw4 .item h4,
.cid-sFMBOFBrw4 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFMBOFBrw4 .link .card-img {
  padding-bottom: 3px;
}
.cid-sFMBOFBrw4 .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFMBOFBrw4 .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFMBOFBrw4 .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFMBOFBrw4 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFMBOFBrw4 h5 {
    text-align: left !important;
  }
  .cid-sFMBOFBrw4 .line-wrap {
    text-align: left !important;
  }
}
.cid-sFMBOFBrw4 .item-title {
  color: #ffffff;
}
.cid-sFMBOFBrw4 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFMBOFBrw4 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFMBOFBrw4 .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFMBOFBrw4 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFMBOFBrw4 .btn[class*="-outline"]:active,
.cid-sFMBOFBrw4 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFMBOFBrw4 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFMBOFBrw4 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFMBOFBrw4 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFMBOFBrw4 .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFMBOFBrw4 .box-list li:first-child {
  padding-top: 0;
}
.cid-sFMBOFBrw4 .box-list li:last-child {
  border-bottom: none;
}
.cid-sFMBOFBrw4 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFMBOFBrw4 .box-list.display-4 {
  line-height: 24px;
}
.cid-sFMBOFBrw4 .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFMBOFBrw4 .box-list li LI {
  color: #ff4a52;
}
.cid-sFMBOGC9fA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFMBOGC9fA .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFMBOGC9fA p {
  margin: 0;
}
.cid-sFMBOGC9fA a {
  color: #ffffff;
}
.cid-sFMBOGC9fA a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFNE0PlrKB {
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-sFNE0PlrKB .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFNE0PlrKB .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFNE0PlrKB .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFNE0PlrKB .mbr-text {
  color: #2e69cf;
}
.cid-sFNE0PlrKB .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFNE0PlrKB .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFNE0PlrKB .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFNE0PlrKB .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 39%;
}
.cid-sFNE0PlrKB .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 39%;
}
.cid-sFNE0PlrKB .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFNE0PlrKB .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFNE0PlrKB .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFNE0PlrKB .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFNE0PlrKB .separator,
  .cid-sFNE0PlrKB .sep-holder,
  .cid-sFNE0PlrKB .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFNE0PlrKB .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFNE0PlrKB .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFNE0PlrKB .mbr-section-title,
.cid-sFNE0PlrKB .separator,
.cid-sFNE0PlrKB .sep-holder {
  color: #ffffff;
}
.cid-sFNE0PlrKB .mbr-text,
.cid-sFNE0PlrKB .mbr-section-btn {
  color: #ffffff;
}
.cid-sFNEN9y5Lb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFNEN9y5Lb .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sFNEN9y5Lb .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sFNEN9y5Lb .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sFNEN9y5Lb .card-title,
.cid-sFNEN9y5Lb .card-img {
  color: #688b0b;
}
.cid-sFNEN9y5Lb .mbr-text,
.cid-sFNEN9y5Lb .mbr-section-btn {
  color: #232323;
}
.cid-sV61ODO2fd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV61ODO2fd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV61ODO2fd input,
.cid-sV61ODO2fd textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV61ODO2fd input:focus,
.cid-sV61ODO2fd textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV61ODO2fd .form-control,
.cid-sV61ODO2fd .field-input {
  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-sV61ODO2fd .form-control:hover,
.cid-sV61ODO2fd .field-input:hover,
.cid-sV61ODO2fd .form-control:focus,
.cid-sV61ODO2fd .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV61ODO2fd input::-webkit-input-placeholder,
.cid-sV61ODO2fd textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV61ODO2fd input:-moz-placeholder,
.cid-sV61ODO2fd textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV61ODO2fd .jq-selectbox li,
.cid-sV61ODO2fd .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV61ODO2fd .jq-selectbox li:hover,
.cid-sV61ODO2fd .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV61ODO2fd .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV61ODO2fd .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV61ODO2fd .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV61ODO2fd .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV61ODO2fd .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV61ODO2fd .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV61ODO2fd .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV61ODO2fd img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV61ODO2fd .mbr-form {
  max-width: 550px;
}
.cid-sV61ODO2fd textarea {
  min-height: 150px;
}
.cid-sV61ODO2fd .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-sV61ODO2fd .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV61ODO2fd .second {
  height: fit-content;
}
.cid-sV61ODO2fd .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV61ODO2fd .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV61ODO2fd .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-sV61ODO2fd .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-sV61ODO2fd .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV61ODO2fd .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV61ODO2fd .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV61ODO2fd .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV61ODO2fd .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV61ODO2fd .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV61ODO2fd .mbr-section-title {
    text-align: left;
  }
  .cid-sV61ODO2fd .second {
    margin-top: 30px;
  }
}
.cid-sV61ODO2fd .mbr-section-title,
.cid-sV61ODO2fd .mbr-section-btn {
  color: #303f61;
}
.cid-sFNE0Q6RII {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFNE0Q6RII .brand {
  display: flex;
  margin-left: 1rem;
  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-sFNE0Q6RII .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFNE0Q6RII .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFNE0Q6RII .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFNE0Q6RII .brand .logo img {
  display: flex;
}
.cid-sFNE0Q6RII .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFNE0Q6RII .form-row {
  position: relative;
}
.cid-sFNE0Q6RII .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFNE0Q6RII .form-group,
.cid-sFNE0Q6RII .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFNE0Q6RII .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFNE0Q6RII .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFNE0Q6RII .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFNE0Q6RII a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFNE0Q6RII a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFNE0Q6RII .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFNE0Q6RII .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFNE0Q6RII .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNE0Q6RII .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNE0Q6RII .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFNE0Q6RII .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFNE0Q6RII .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFNE0Q6RII .input-group-btn > * {
    width: 100%;
  }
  .cid-sFNE0Q6RII .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFNE0Q6RII .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFNE0Q6RII .form-control {
    margin-bottom: 10px;
  }
  .cid-sFNE0Q6RII .input-group-btn .btn,
  .cid-sFNE0Q6RII .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNE0Q6RII .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOdX16aqf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOdX16aqf section {
  position: relative;
}
.cid-sFOdX16aqf .widget-title {
  font-weight: 600;
}
.cid-sFOdX16aqf .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOdX16aqf .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOdX16aqf .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOdX16aqf .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdX16aqf .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOdX16aqf .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOdX16aqf img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOdX16aqf .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOdX16aqf .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOdX16aqf .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOdX16aqf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOdX16aqf .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOdX16aqf .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdX16aqf .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOdX16aqf .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOdX16aqf .item,
.cid-sFOdX16aqf .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOdX16aqf .item h4,
.cid-sFOdX16aqf .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOdX16aqf .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOdX16aqf .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOdX16aqf .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOdX16aqf .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOdX16aqf .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOdX16aqf h5 {
    text-align: left !important;
  }
  .cid-sFOdX16aqf .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOdX16aqf .item-title {
  color: #ffffff;
}
.cid-sFOdX16aqf .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOdX16aqf .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOdX16aqf .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOdX16aqf .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOdX16aqf .btn[class*="-outline"]:active,
.cid-sFOdX16aqf .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOdX16aqf .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOdX16aqf .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOdX16aqf .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOdX16aqf .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOdX16aqf .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOdX16aqf .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOdX16aqf .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOdX16aqf .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOdX16aqf .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOdX16aqf .box-list li LI {
  color: #ff4a52;
}
.cid-sFNE0RmCZT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFNE0RmCZT .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFNE0RmCZT p {
  margin: 0;
}
.cid-sFNE0RmCZT a {
  color: #ffffff;
}
.cid-sFNE0RmCZT a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFNGVTS7QP {
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sFNGVTS7QP .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFNGVTS7QP .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFNGVTS7QP .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFNGVTS7QP .mbr-text {
  color: #2e69cf;
}
.cid-sFNGVTS7QP .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFNGVTS7QP .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFNGVTS7QP .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFNGVTS7QP .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 27%;
}
.cid-sFNGVTS7QP .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 27%;
}
.cid-sFNGVTS7QP .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFNGVTS7QP .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFNGVTS7QP .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFNGVTS7QP .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFNGVTS7QP .separator,
  .cid-sFNGVTS7QP .sep-holder,
  .cid-sFNGVTS7QP .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFNGVTS7QP .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFNGVTS7QP .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFNGVTS7QP .mbr-section-title,
.cid-sFNGVTS7QP .separator,
.cid-sFNGVTS7QP .sep-holder {
  color: #ffffff;
}
.cid-sFNGVTS7QP .mbr-text,
.cid-sFNGVTS7QP .mbr-section-btn {
  color: #ffffff;
}
.cid-sFNIazfbrK {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFNIazfbrK img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sFNIazfbrK .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFNIazfbrK .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-sFNIazfbrK .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sFNIazfbrK .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sFNIazfbrK .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sFNKW5wA83 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFNKW5wA83 .card-wrapper {
  background: #426907;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sFNKW5wA83 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFNKW5wA83 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFNKW5wA83 .card-wrapper {
    padding: 4rem;
  }
}
.cid-sFNKW5wA83 .mbr-text,
.cid-sFNKW5wA83 .mbr-section-btn {
  color: #ffffff;
}
.cid-sFNKW5wA83 .card-title,
.cid-sFNKW5wA83 .card-box {
  text-align: left;
  color: #aada2a;
}
.cid-sV626bss0B {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV626bss0B .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV626bss0B input,
.cid-sV626bss0B textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV626bss0B input:focus,
.cid-sV626bss0B textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV626bss0B .form-control,
.cid-sV626bss0B .field-input {
  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-sV626bss0B .form-control:hover,
.cid-sV626bss0B .field-input:hover,
.cid-sV626bss0B .form-control:focus,
.cid-sV626bss0B .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV626bss0B input::-webkit-input-placeholder,
.cid-sV626bss0B textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV626bss0B input:-moz-placeholder,
.cid-sV626bss0B textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV626bss0B .jq-selectbox li,
.cid-sV626bss0B .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV626bss0B .jq-selectbox li:hover,
.cid-sV626bss0B .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV626bss0B .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV626bss0B .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV626bss0B .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV626bss0B .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV626bss0B .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV626bss0B .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV626bss0B .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV626bss0B img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV626bss0B .mbr-form {
  max-width: 550px;
}
.cid-sV626bss0B textarea {
  min-height: 150px;
}
.cid-sV626bss0B .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-sV626bss0B .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV626bss0B .second {
  height: fit-content;
}
.cid-sV626bss0B .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV626bss0B .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV626bss0B .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-sV626bss0B .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-sV626bss0B .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV626bss0B .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV626bss0B .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV626bss0B .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV626bss0B .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV626bss0B .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV626bss0B .mbr-section-title {
    text-align: left;
  }
  .cid-sV626bss0B .second {
    margin-top: 30px;
  }
}
.cid-sV626bss0B .mbr-section-title,
.cid-sV626bss0B .mbr-section-btn {
  color: #303f61;
}
.cid-sFNGVVjAjr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFNGVVjAjr .brand {
  display: flex;
  margin-left: 1rem;
  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-sFNGVVjAjr .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFNGVVjAjr .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFNGVVjAjr .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFNGVVjAjr .brand .logo img {
  display: flex;
}
.cid-sFNGVVjAjr .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFNGVVjAjr .form-row {
  position: relative;
}
.cid-sFNGVVjAjr .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFNGVVjAjr .form-group,
.cid-sFNGVVjAjr .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFNGVVjAjr .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFNGVVjAjr .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFNGVVjAjr .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFNGVVjAjr a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFNGVVjAjr a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFNGVVjAjr .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFNGVVjAjr .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFNGVVjAjr .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNGVVjAjr .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNGVVjAjr .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFNGVVjAjr .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFNGVVjAjr .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFNGVVjAjr .input-group-btn > * {
    width: 100%;
  }
  .cid-sFNGVVjAjr .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFNGVVjAjr .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFNGVVjAjr .form-control {
    margin-bottom: 10px;
  }
  .cid-sFNGVVjAjr .input-group-btn .btn,
  .cid-sFNGVVjAjr .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNGVVjAjr .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOe0Jwsuv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOe0Jwsuv section {
  position: relative;
}
.cid-sFOe0Jwsuv .widget-title {
  font-weight: 600;
}
.cid-sFOe0Jwsuv .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOe0Jwsuv .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOe0Jwsuv .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOe0Jwsuv .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOe0Jwsuv .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOe0Jwsuv .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOe0Jwsuv img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOe0Jwsuv .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOe0Jwsuv .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOe0Jwsuv .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOe0Jwsuv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOe0Jwsuv .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOe0Jwsuv .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOe0Jwsuv .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOe0Jwsuv .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOe0Jwsuv .item,
.cid-sFOe0Jwsuv .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOe0Jwsuv .item h4,
.cid-sFOe0Jwsuv .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOe0Jwsuv .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOe0Jwsuv .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOe0Jwsuv .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOe0Jwsuv .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOe0Jwsuv .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOe0Jwsuv h5 {
    text-align: left !important;
  }
  .cid-sFOe0Jwsuv .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOe0Jwsuv .item-title {
  color: #ffffff;
}
.cid-sFOe0Jwsuv .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOe0Jwsuv .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOe0Jwsuv .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOe0Jwsuv .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOe0Jwsuv .btn[class*="-outline"]:active,
.cid-sFOe0Jwsuv .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOe0Jwsuv .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOe0Jwsuv .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOe0Jwsuv .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOe0Jwsuv .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOe0Jwsuv .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOe0Jwsuv .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOe0Jwsuv .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOe0Jwsuv .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOe0Jwsuv .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOe0Jwsuv .box-list li LI {
  color: #ff4a52;
}
.cid-sFNGVWI36Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFNGVWI36Q .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFNGVWI36Q p {
  margin: 0;
}
.cid-sFNGVWI36Q a {
  color: #ffffff;
}
.cid-sFNGVWI36Q a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFNM728D3N {
  background-image: url("../../../assets/images/dsc-9013-2000x1335.jpg");
}
.cid-sFNM728D3N .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFNM728D3N .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFNM728D3N .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFNM728D3N .mbr-text {
  color: #2e69cf;
}
.cid-sFNM728D3N .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFNM728D3N .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFNM728D3N .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFNM728D3N .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 27%;
}
.cid-sFNM728D3N .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 27%;
}
.cid-sFNM728D3N .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFNM728D3N .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFNM728D3N .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFNM728D3N .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFNM728D3N .separator,
  .cid-sFNM728D3N .sep-holder,
  .cid-sFNM728D3N .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFNM728D3N .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFNM728D3N .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFNM728D3N .mbr-section-title,
.cid-sFNM728D3N .separator,
.cid-sFNM728D3N .sep-holder {
  color: #ffffff;
}
.cid-sFNM728D3N .mbr-text,
.cid-sFNM728D3N .mbr-section-btn {
  color: #ffffff;
}
.cid-sFNNf5B4Dp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFNNf5B4Dp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sFNNf5B4Dp .row {
  flex-direction: row-reverse;
}
.cid-sFNNf5B4Dp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFNNf5B4Dp .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFNNf5B4Dp .mbr-section-title {
  color: #bc5724;
}
.cid-sFNM735MWV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFNM735MWV .card-wrapper {
  background: #426907;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sFNM735MWV .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFNM735MWV .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFNM735MWV .card-wrapper {
    padding: 4rem;
  }
}
.cid-sFNM735MWV .mbr-text,
.cid-sFNM735MWV .mbr-section-btn {
  color: #ffffff;
}
.cid-sFNM735MWV .card-title,
.cid-sFNM735MWV .card-box {
  text-align: left;
}
.cid-sV62aFQIhg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV62aFQIhg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV62aFQIhg input,
.cid-sV62aFQIhg textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV62aFQIhg input:focus,
.cid-sV62aFQIhg textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV62aFQIhg .form-control,
.cid-sV62aFQIhg .field-input {
  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-sV62aFQIhg .form-control:hover,
.cid-sV62aFQIhg .field-input:hover,
.cid-sV62aFQIhg .form-control:focus,
.cid-sV62aFQIhg .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV62aFQIhg input::-webkit-input-placeholder,
.cid-sV62aFQIhg textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV62aFQIhg input:-moz-placeholder,
.cid-sV62aFQIhg textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV62aFQIhg .jq-selectbox li,
.cid-sV62aFQIhg .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV62aFQIhg .jq-selectbox li:hover,
.cid-sV62aFQIhg .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV62aFQIhg .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV62aFQIhg .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV62aFQIhg .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV62aFQIhg .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV62aFQIhg .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV62aFQIhg .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV62aFQIhg .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV62aFQIhg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV62aFQIhg .mbr-form {
  max-width: 550px;
}
.cid-sV62aFQIhg textarea {
  min-height: 150px;
}
.cid-sV62aFQIhg .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-sV62aFQIhg .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV62aFQIhg .second {
  height: fit-content;
}
.cid-sV62aFQIhg .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV62aFQIhg .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV62aFQIhg .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-sV62aFQIhg .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-sV62aFQIhg .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV62aFQIhg .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV62aFQIhg .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV62aFQIhg .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV62aFQIhg .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV62aFQIhg .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV62aFQIhg .mbr-section-title {
    text-align: left;
  }
  .cid-sV62aFQIhg .second {
    margin-top: 30px;
  }
}
.cid-sV62aFQIhg .mbr-section-title,
.cid-sV62aFQIhg .mbr-section-btn {
  color: #303f61;
}
.cid-sFNM73MEQs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFNM73MEQs .brand {
  display: flex;
  margin-left: 1rem;
  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-sFNM73MEQs .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFNM73MEQs .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFNM73MEQs .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFNM73MEQs .brand .logo img {
  display: flex;
}
.cid-sFNM73MEQs .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFNM73MEQs .form-row {
  position: relative;
}
.cid-sFNM73MEQs .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFNM73MEQs .form-group,
.cid-sFNM73MEQs .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFNM73MEQs .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFNM73MEQs .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFNM73MEQs .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFNM73MEQs a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFNM73MEQs a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFNM73MEQs .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFNM73MEQs .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFNM73MEQs .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNM73MEQs .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNM73MEQs .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFNM73MEQs .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFNM73MEQs .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFNM73MEQs .input-group-btn > * {
    width: 100%;
  }
  .cid-sFNM73MEQs .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFNM73MEQs .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFNM73MEQs .form-control {
    margin-bottom: 10px;
  }
  .cid-sFNM73MEQs .input-group-btn .btn,
  .cid-sFNM73MEQs .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNM73MEQs .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOe4bdKaM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOe4bdKaM section {
  position: relative;
}
.cid-sFOe4bdKaM .widget-title {
  font-weight: 600;
}
.cid-sFOe4bdKaM .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOe4bdKaM .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOe4bdKaM .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOe4bdKaM .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOe4bdKaM .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOe4bdKaM .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOe4bdKaM img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOe4bdKaM .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOe4bdKaM .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOe4bdKaM .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOe4bdKaM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOe4bdKaM .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOe4bdKaM .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOe4bdKaM .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOe4bdKaM .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOe4bdKaM .item,
.cid-sFOe4bdKaM .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOe4bdKaM .item h4,
.cid-sFOe4bdKaM .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOe4bdKaM .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOe4bdKaM .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOe4bdKaM .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOe4bdKaM .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOe4bdKaM .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOe4bdKaM h5 {
    text-align: left !important;
  }
  .cid-sFOe4bdKaM .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOe4bdKaM .item-title {
  color: #ffffff;
}
.cid-sFOe4bdKaM .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOe4bdKaM .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOe4bdKaM .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOe4bdKaM .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOe4bdKaM .btn[class*="-outline"]:active,
.cid-sFOe4bdKaM .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOe4bdKaM .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOe4bdKaM .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOe4bdKaM .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOe4bdKaM .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOe4bdKaM .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOe4bdKaM .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOe4bdKaM .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOe4bdKaM .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOe4bdKaM .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOe4bdKaM .box-list li LI {
  color: #ff4a52;
}
.cid-sFNM756QMi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFNM756QMi .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFNM756QMi p {
  margin: 0;
}
.cid-sFNM756QMi a {
  color: #ffffff;
}
.cid-sFNM756QMi a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFNR2YltSN {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sFNR2YltSN .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFNR2YltSN .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFNR2YltSN .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFNR2YltSN .mbr-text {
  color: #2e69cf;
}
.cid-sFNR2YltSN .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFNR2YltSN .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFNR2YltSN .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFNR2YltSN .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 27%;
}
.cid-sFNR2YltSN .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 27%;
}
.cid-sFNR2YltSN .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFNR2YltSN .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFNR2YltSN .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFNR2YltSN .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFNR2YltSN .separator,
  .cid-sFNR2YltSN .sep-holder,
  .cid-sFNR2YltSN .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFNR2YltSN .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFNR2YltSN .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFNR2YltSN .mbr-section-title,
.cid-sFNR2YltSN .separator,
.cid-sFNR2YltSN .sep-holder {
  color: #ffffff;
}
.cid-sFNR2YltSN .mbr-text,
.cid-sFNR2YltSN .mbr-section-btn {
  color: #ffffff;
}
.cid-sFNRDaWI6X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFNRDaWI6X .title-text {
  margin-bottom: 70px;
}
.cid-sFNRDaWI6X .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sFNRDaWI6X .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sFNRDaWI6X .title-text .mbr-section-title {
  color: #130947;
}
.cid-sFNRDaWI6X .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-sFNRDaWI6X .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFNRDaWI6X .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-sFNRDaWI6X .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNRDaWI6X .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-sFNRDaWI6X .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNRDaWI6X .accordion-content {
  flex-basis: 100%;
}
.cid-sFNRDaWI6X .panel-group {
  width: 100%;
}
.cid-sFNRDaWI6X .panel-text,
.cid-sFNRDaWI6X .header-text,
.cid-sFNRDaWI6X .mbr-section-subtitle {
  color: #222222;
}
.cid-sFNRDaWI6X .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-sFNRDaWI6X .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-sFNRDaWI6X .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #aada2a;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-sFNRDaWI6X .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sFNRDaWI6X .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sFNRDaWI6X .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-sFNRDaWI6X .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-sFNRDaWI6X .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-sFNRDaWI6X .card .card-header a.panel-title .toggle-icon:before,
.cid-sFNRDaWI6X .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sFNRDaWI6X .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-sFNRDaWI6X .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sFNRDaWI6X .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #688b0b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNRDaWI6X .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-sFNRDaWI6X .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNRDaWI6X .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-sFNRDaWI6X .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sFNRDaWI6X .title-text .mbr-section-title {
  color: #688b0b;
}
.cid-sV62fEkBsM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV62fEkBsM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV62fEkBsM input,
.cid-sV62fEkBsM textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV62fEkBsM input:focus,
.cid-sV62fEkBsM textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV62fEkBsM .form-control,
.cid-sV62fEkBsM .field-input {
  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-sV62fEkBsM .form-control:hover,
.cid-sV62fEkBsM .field-input:hover,
.cid-sV62fEkBsM .form-control:focus,
.cid-sV62fEkBsM .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV62fEkBsM input::-webkit-input-placeholder,
.cid-sV62fEkBsM textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV62fEkBsM input:-moz-placeholder,
.cid-sV62fEkBsM textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV62fEkBsM .jq-selectbox li,
.cid-sV62fEkBsM .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV62fEkBsM .jq-selectbox li:hover,
.cid-sV62fEkBsM .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV62fEkBsM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV62fEkBsM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV62fEkBsM .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV62fEkBsM .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV62fEkBsM .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV62fEkBsM .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV62fEkBsM .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV62fEkBsM img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV62fEkBsM .mbr-form {
  max-width: 550px;
}
.cid-sV62fEkBsM textarea {
  min-height: 150px;
}
.cid-sV62fEkBsM .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-sV62fEkBsM .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV62fEkBsM .second {
  height: fit-content;
}
.cid-sV62fEkBsM .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV62fEkBsM .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV62fEkBsM .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-sV62fEkBsM .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-sV62fEkBsM .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV62fEkBsM .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV62fEkBsM .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV62fEkBsM .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV62fEkBsM .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV62fEkBsM .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV62fEkBsM .mbr-section-title {
    text-align: left;
  }
  .cid-sV62fEkBsM .second {
    margin-top: 30px;
  }
}
.cid-sV62fEkBsM .mbr-section-title,
.cid-sV62fEkBsM .mbr-section-btn {
  color: #303f61;
}
.cid-sFNR2ZYxcx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFNR2ZYxcx .brand {
  display: flex;
  margin-left: 1rem;
  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-sFNR2ZYxcx .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFNR2ZYxcx .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFNR2ZYxcx .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFNR2ZYxcx .brand .logo img {
  display: flex;
}
.cid-sFNR2ZYxcx .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFNR2ZYxcx .form-row {
  position: relative;
}
.cid-sFNR2ZYxcx .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFNR2ZYxcx .form-group,
.cid-sFNR2ZYxcx .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFNR2ZYxcx .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFNR2ZYxcx .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFNR2ZYxcx .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFNR2ZYxcx a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFNR2ZYxcx a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFNR2ZYxcx .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFNR2ZYxcx .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFNR2ZYxcx .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNR2ZYxcx .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNR2ZYxcx .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFNR2ZYxcx .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFNR2ZYxcx .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFNR2ZYxcx .input-group-btn > * {
    width: 100%;
  }
  .cid-sFNR2ZYxcx .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFNR2ZYxcx .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFNR2ZYxcx .form-control {
    margin-bottom: 10px;
  }
  .cid-sFNR2ZYxcx .input-group-btn .btn,
  .cid-sFNR2ZYxcx .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNR2ZYxcx .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOe7EG5XY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOe7EG5XY section {
  position: relative;
}
.cid-sFOe7EG5XY .widget-title {
  font-weight: 600;
}
.cid-sFOe7EG5XY .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOe7EG5XY .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOe7EG5XY .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOe7EG5XY .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOe7EG5XY .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOe7EG5XY .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOe7EG5XY img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOe7EG5XY .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOe7EG5XY .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOe7EG5XY .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOe7EG5XY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOe7EG5XY .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOe7EG5XY .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOe7EG5XY .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOe7EG5XY .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOe7EG5XY .item,
.cid-sFOe7EG5XY .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOe7EG5XY .item h4,
.cid-sFOe7EG5XY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOe7EG5XY .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOe7EG5XY .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOe7EG5XY .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOe7EG5XY .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOe7EG5XY .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOe7EG5XY h5 {
    text-align: left !important;
  }
  .cid-sFOe7EG5XY .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOe7EG5XY .item-title {
  color: #ffffff;
}
.cid-sFOe7EG5XY .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOe7EG5XY .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOe7EG5XY .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOe7EG5XY .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOe7EG5XY .btn[class*="-outline"]:active,
.cid-sFOe7EG5XY .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOe7EG5XY .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOe7EG5XY .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOe7EG5XY .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOe7EG5XY .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOe7EG5XY .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOe7EG5XY .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOe7EG5XY .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOe7EG5XY .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOe7EG5XY .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOe7EG5XY .box-list li LI {
  color: #ff4a52;
}
.cid-sFNR31geNa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFNR31geNa .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFNR31geNa p {
  margin: 0;
}
.cid-sFNR31geNa a {
  color: #ffffff;
}
.cid-sFNR31geNa a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFNU1iGtG9 {
  background-image: url("../../../assets/images/mbr-1704x1920.jpeg");
}
.cid-sFNU1iGtG9 .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFNU1iGtG9 .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFNU1iGtG9 .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFNU1iGtG9 .mbr-text {
  color: #2e69cf;
}
.cid-sFNU1iGtG9 .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFNU1iGtG9 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFNU1iGtG9 .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFNU1iGtG9 .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 33%;
}
.cid-sFNU1iGtG9 .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 33%;
}
.cid-sFNU1iGtG9 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFNU1iGtG9 .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFNU1iGtG9 .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFNU1iGtG9 .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFNU1iGtG9 .separator,
  .cid-sFNU1iGtG9 .sep-holder,
  .cid-sFNU1iGtG9 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFNU1iGtG9 .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFNU1iGtG9 .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFNU1iGtG9 .mbr-section-title,
.cid-sFNU1iGtG9 .separator,
.cid-sFNU1iGtG9 .sep-holder {
  color: #ffffff;
}
.cid-sFNU1iGtG9 .mbr-text,
.cid-sFNU1iGtG9 .mbr-section-btn {
  color: #ffffff;
}
.cid-sH1EC0hh9Q {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sH1EC0hh9Q .mbr-section-subtitle {
  color: #14191e;
}
.cid-sH1EC0hh9Q .mbr-text {
  color: #777777;
}
.cid-sH1EC0hh9Q ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sH1EC0hh9Q ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-sH1EC0hh9Q ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777777;
  width: 25px;
  height: 25px;
}
.cid-sH1EC0hh9Q .mbr-list {
  color: #777777;
}
.cid-sH1EC0hh9Q .mbr-section-title {
  color: #29678a;
}
.cid-sH1HrP21BM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sH1HrP21BM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sH1HrP21BM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sH1HrP21BM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sH1HrP21BM .mbr-section-title {
  color: #4479d9;
}
.cid-sH1vdWpZW5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-sH1vdWpZW5 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sH1vdWpZW5 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sH1vdWpZW5 .mbr-section-title {
  color: #29678a;
  font-weight: 700;
  text-align: center;
}
.cid-sH1vdWpZW5 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sH1vdWpZW5 .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-sH1vdWpZW5 .timelines-container {
  margin-top: 60px;
}
.cid-sH1vdWpZW5 .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-sH1vdWpZW5 .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-sH1vdWpZW5 .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-sH1vdWpZW5 .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-sH1vdWpZW5 .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-sH1vdWpZW5 .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-sH1vdWpZW5 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-sH1vdWpZW5 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sH1vdWpZW5 .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-sH1vdWpZW5 .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sH1vdWpZW5 .container-fluid {
  padding: 0 2rem;
}
.cid-sH1vdWpZW5 .separline:before,
.cid-sH1vdWpZW5 .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-sH1vdWpZW5 .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sH1vdWpZW5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sH1vdWpZW5 .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-sH1vdWpZW5 .separline:before,
  .cid-sH1vdWpZW5 .first-separline:before {
    left: -10px !important;
  }
  .cid-sH1vdWpZW5 .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-sH1vdWpZW5 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sH1vdWpZW5 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sH1vdWpZW5 .time-line-date-content p {
    float: left !important;
  }
  .cid-sH1vdWpZW5 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-sH1vdWpZW5 .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-sH1vdWpZW5 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-sV62yFVt9x {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV62yFVt9x .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV62yFVt9x input,
.cid-sV62yFVt9x textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV62yFVt9x input:focus,
.cid-sV62yFVt9x textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV62yFVt9x .form-control,
.cid-sV62yFVt9x .field-input {
  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-sV62yFVt9x .form-control:hover,
.cid-sV62yFVt9x .field-input:hover,
.cid-sV62yFVt9x .form-control:focus,
.cid-sV62yFVt9x .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV62yFVt9x input::-webkit-input-placeholder,
.cid-sV62yFVt9x textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV62yFVt9x input:-moz-placeholder,
.cid-sV62yFVt9x textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV62yFVt9x .jq-selectbox li,
.cid-sV62yFVt9x .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV62yFVt9x .jq-selectbox li:hover,
.cid-sV62yFVt9x .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV62yFVt9x .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV62yFVt9x .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV62yFVt9x .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV62yFVt9x .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV62yFVt9x .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV62yFVt9x .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV62yFVt9x .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV62yFVt9x img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV62yFVt9x .mbr-form {
  max-width: 550px;
}
.cid-sV62yFVt9x textarea {
  min-height: 150px;
}
.cid-sV62yFVt9x .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-sV62yFVt9x .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV62yFVt9x .second {
  height: fit-content;
}
.cid-sV62yFVt9x .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV62yFVt9x .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV62yFVt9x .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-sV62yFVt9x .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-sV62yFVt9x .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV62yFVt9x .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV62yFVt9x .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV62yFVt9x .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV62yFVt9x .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV62yFVt9x .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV62yFVt9x .mbr-section-title {
    text-align: left;
  }
  .cid-sV62yFVt9x .second {
    margin-top: 30px;
  }
}
.cid-sV62yFVt9x .mbr-section-title,
.cid-sV62yFVt9x .mbr-section-btn {
  color: #303f61;
}
.cid-sFNU1jTq8y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFNU1jTq8y .brand {
  display: flex;
  margin-left: 1rem;
  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-sFNU1jTq8y .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFNU1jTq8y .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFNU1jTq8y .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFNU1jTq8y .brand .logo img {
  display: flex;
}
.cid-sFNU1jTq8y .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFNU1jTq8y .form-row {
  position: relative;
}
.cid-sFNU1jTq8y .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFNU1jTq8y .form-group,
.cid-sFNU1jTq8y .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFNU1jTq8y .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFNU1jTq8y .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFNU1jTq8y .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFNU1jTq8y a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFNU1jTq8y a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFNU1jTq8y .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFNU1jTq8y .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFNU1jTq8y .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNU1jTq8y .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFNU1jTq8y .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFNU1jTq8y .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFNU1jTq8y .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFNU1jTq8y .input-group-btn > * {
    width: 100%;
  }
  .cid-sFNU1jTq8y .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFNU1jTq8y .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFNU1jTq8y .form-control {
    margin-bottom: 10px;
  }
  .cid-sFNU1jTq8y .input-group-btn .btn,
  .cid-sFNU1jTq8y .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFNU1jTq8y .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOec8PswS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOec8PswS section {
  position: relative;
}
.cid-sFOec8PswS .widget-title {
  font-weight: 600;
}
.cid-sFOec8PswS .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOec8PswS .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOec8PswS .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOec8PswS .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOec8PswS .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOec8PswS .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOec8PswS img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOec8PswS .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOec8PswS .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOec8PswS .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOec8PswS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOec8PswS .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOec8PswS .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOec8PswS .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOec8PswS .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOec8PswS .item,
.cid-sFOec8PswS .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOec8PswS .item h4,
.cid-sFOec8PswS .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOec8PswS .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOec8PswS .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOec8PswS .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOec8PswS .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOec8PswS .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOec8PswS h5 {
    text-align: left !important;
  }
  .cid-sFOec8PswS .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOec8PswS .item-title {
  color: #ffffff;
}
.cid-sFOec8PswS .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOec8PswS .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOec8PswS .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOec8PswS .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOec8PswS .btn[class*="-outline"]:active,
.cid-sFOec8PswS .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOec8PswS .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOec8PswS .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOec8PswS .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOec8PswS .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOec8PswS .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOec8PswS .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOec8PswS .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOec8PswS .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOec8PswS .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOec8PswS .box-list li LI {
  color: #ff4a52;
}
.cid-sFNU1lnzQy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFNU1lnzQy .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFNU1lnzQy p {
  margin: 0;
}
.cid-sFNU1lnzQy a {
  color: #ffffff;
}
.cid-sFNU1lnzQy a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFObqRHllW {
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-sFObqRHllW .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFObqRHllW .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFObqRHllW .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFObqRHllW .mbr-text {
  color: #2e69cf;
}
.cid-sFObqRHllW .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFObqRHllW .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFObqRHllW .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFObqRHllW .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 42%;
}
.cid-sFObqRHllW .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 42%;
}
.cid-sFObqRHllW .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFObqRHllW .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFObqRHllW .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFObqRHllW .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFObqRHllW .separator,
  .cid-sFObqRHllW .sep-holder,
  .cid-sFObqRHllW .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFObqRHllW .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFObqRHllW .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFObqRHllW .mbr-section-title,
.cid-sFObqRHllW .separator,
.cid-sFObqRHllW .sep-holder {
  color: #ffffff;
}
.cid-sFObqRHllW .mbr-text,
.cid-sFObqRHllW .mbr-section-btn {
  color: #ffffff;
}
.cid-sFOcKN1JjK {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFOcKN1JjK img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sFOcKN1JjK .mbr-section-title {
  text-align: left;
  color: #688b0b;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFOcKN1JjK .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-sFOcKN1JjK .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sFOcKN1JjK .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sFOcKN1JjK .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sV62IPAtqY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV62IPAtqY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV62IPAtqY input,
.cid-sV62IPAtqY textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV62IPAtqY input:focus,
.cid-sV62IPAtqY textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV62IPAtqY .form-control,
.cid-sV62IPAtqY .field-input {
  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-sV62IPAtqY .form-control:hover,
.cid-sV62IPAtqY .field-input:hover,
.cid-sV62IPAtqY .form-control:focus,
.cid-sV62IPAtqY .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV62IPAtqY input::-webkit-input-placeholder,
.cid-sV62IPAtqY textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV62IPAtqY input:-moz-placeholder,
.cid-sV62IPAtqY textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV62IPAtqY .jq-selectbox li,
.cid-sV62IPAtqY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV62IPAtqY .jq-selectbox li:hover,
.cid-sV62IPAtqY .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV62IPAtqY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV62IPAtqY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV62IPAtqY .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV62IPAtqY .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV62IPAtqY .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV62IPAtqY .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV62IPAtqY .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV62IPAtqY img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV62IPAtqY .mbr-form {
  max-width: 550px;
}
.cid-sV62IPAtqY textarea {
  min-height: 150px;
}
.cid-sV62IPAtqY .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-sV62IPAtqY .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV62IPAtqY .second {
  height: fit-content;
}
.cid-sV62IPAtqY .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV62IPAtqY .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV62IPAtqY .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-sV62IPAtqY .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-sV62IPAtqY .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV62IPAtqY .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV62IPAtqY .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV62IPAtqY .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV62IPAtqY .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV62IPAtqY .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV62IPAtqY .mbr-section-title {
    text-align: left;
  }
  .cid-sV62IPAtqY .second {
    margin-top: 30px;
  }
}
.cid-sV62IPAtqY .mbr-section-title,
.cid-sV62IPAtqY .mbr-section-btn {
  color: #303f61;
}
.cid-sFObqUcDxs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFObqUcDxs .brand {
  display: flex;
  margin-left: 1rem;
  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-sFObqUcDxs .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFObqUcDxs .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFObqUcDxs .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFObqUcDxs .brand .logo img {
  display: flex;
}
.cid-sFObqUcDxs .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFObqUcDxs .form-row {
  position: relative;
}
.cid-sFObqUcDxs .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFObqUcDxs .form-group,
.cid-sFObqUcDxs .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFObqUcDxs .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFObqUcDxs .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFObqUcDxs .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFObqUcDxs a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFObqUcDxs a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFObqUcDxs .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFObqUcDxs .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFObqUcDxs .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFObqUcDxs .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFObqUcDxs .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFObqUcDxs .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFObqUcDxs .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFObqUcDxs .input-group-btn > * {
    width: 100%;
  }
  .cid-sFObqUcDxs .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFObqUcDxs .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFObqUcDxs .form-control {
    margin-bottom: 10px;
  }
  .cid-sFObqUcDxs .input-group-btn .btn,
  .cid-sFObqUcDxs .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFObqUcDxs .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOefHeagv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOefHeagv section {
  position: relative;
}
.cid-sFOefHeagv .widget-title {
  font-weight: 600;
}
.cid-sFOefHeagv .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOefHeagv .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOefHeagv .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOefHeagv .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOefHeagv .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOefHeagv .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOefHeagv img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOefHeagv .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOefHeagv .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOefHeagv .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOefHeagv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOefHeagv .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOefHeagv .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOefHeagv .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOefHeagv .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOefHeagv .item,
.cid-sFOefHeagv .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOefHeagv .item h4,
.cid-sFOefHeagv .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOefHeagv .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOefHeagv .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOefHeagv .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOefHeagv .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOefHeagv .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOefHeagv h5 {
    text-align: left !important;
  }
  .cid-sFOefHeagv .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOefHeagv .item-title {
  color: #ffffff;
}
.cid-sFOefHeagv .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOefHeagv .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOefHeagv .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOefHeagv .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOefHeagv .btn[class*="-outline"]:active,
.cid-sFOefHeagv .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOefHeagv .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOefHeagv .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOefHeagv .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOefHeagv .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOefHeagv .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOefHeagv .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOefHeagv .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOefHeagv .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOefHeagv .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOefHeagv .box-list li LI {
  color: #ff4a52;
}
.cid-sFObqVRBSj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFObqVRBSj .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFObqVRBSj p {
  margin: 0;
}
.cid-sFObqVRBSj a {
  color: #ffffff;
}
.cid-sFObqVRBSj a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFOfe6873q {
  background-image: url("../../../assets/images/canini-22-2000x2000.jpeg");
}
.cid-sFOfe6873q .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFOfe6873q .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFOfe6873q .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFOfe6873q .mbr-text {
  color: #2e69cf;
}
.cid-sFOfe6873q .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFOfe6873q .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFOfe6873q .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFOfe6873q .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 46%;
}
.cid-sFOfe6873q .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 46%;
}
.cid-sFOfe6873q .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFOfe6873q .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFOfe6873q .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFOfe6873q .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFOfe6873q .separator,
  .cid-sFOfe6873q .sep-holder,
  .cid-sFOfe6873q .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFOfe6873q .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFOfe6873q .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFOfe6873q .mbr-section-title,
.cid-sFOfe6873q .separator,
.cid-sFOfe6873q .sep-holder {
  color: #ffffff;
}
.cid-sFOfe6873q .mbr-text,
.cid-sFOfe6873q .mbr-section-btn {
  color: #ffffff;
}
.cid-sH1xt37CfV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-sH1xt37CfV .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sH1xt37CfV .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sH1xt37CfV .mbr-section-title {
  color: #29678a;
  font-weight: 700;
  text-align: center;
}
.cid-sH1xt37CfV .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sH1xt37CfV .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-sH1xt37CfV .timelines-container {
  margin-top: 60px;
}
.cid-sH1xt37CfV .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-sH1xt37CfV .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-sH1xt37CfV .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-sH1xt37CfV .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-sH1xt37CfV .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-sH1xt37CfV .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-sH1xt37CfV .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-sH1xt37CfV .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sH1xt37CfV .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-sH1xt37CfV .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sH1xt37CfV .container-fluid {
  padding: 0 2rem;
}
.cid-sH1xt37CfV .separline:before,
.cid-sH1xt37CfV .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-sH1xt37CfV .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sH1xt37CfV .container-fluid {
    padding: 0 1rem;
  }
  .cid-sH1xt37CfV .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-sH1xt37CfV .separline:before,
  .cid-sH1xt37CfV .first-separline:before {
    left: -10px !important;
  }
  .cid-sH1xt37CfV .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-sH1xt37CfV .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sH1xt37CfV .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sH1xt37CfV .time-line-date-content p {
    float: left !important;
  }
  .cid-sH1xt37CfV .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-sH1xt37CfV .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-sH1xt37CfV .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-sV64rFHxpc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV64rFHxpc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV64rFHxpc input,
.cid-sV64rFHxpc textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV64rFHxpc input:focus,
.cid-sV64rFHxpc textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV64rFHxpc .form-control,
.cid-sV64rFHxpc .field-input {
  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-sV64rFHxpc .form-control:hover,
.cid-sV64rFHxpc .field-input:hover,
.cid-sV64rFHxpc .form-control:focus,
.cid-sV64rFHxpc .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV64rFHxpc input::-webkit-input-placeholder,
.cid-sV64rFHxpc textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV64rFHxpc input:-moz-placeholder,
.cid-sV64rFHxpc textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV64rFHxpc .jq-selectbox li,
.cid-sV64rFHxpc .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV64rFHxpc .jq-selectbox li:hover,
.cid-sV64rFHxpc .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV64rFHxpc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV64rFHxpc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV64rFHxpc .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV64rFHxpc .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV64rFHxpc .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV64rFHxpc .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV64rFHxpc .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV64rFHxpc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV64rFHxpc .mbr-form {
  max-width: 550px;
}
.cid-sV64rFHxpc textarea {
  min-height: 150px;
}
.cid-sV64rFHxpc .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-sV64rFHxpc .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV64rFHxpc .second {
  height: fit-content;
}
.cid-sV64rFHxpc .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV64rFHxpc .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV64rFHxpc .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-sV64rFHxpc .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-sV64rFHxpc .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV64rFHxpc .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV64rFHxpc .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV64rFHxpc .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV64rFHxpc .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV64rFHxpc .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV64rFHxpc .mbr-section-title {
    text-align: left;
  }
  .cid-sV64rFHxpc .second {
    margin-top: 30px;
  }
}
.cid-sV64rFHxpc .mbr-section-title,
.cid-sV64rFHxpc .mbr-section-btn {
  color: #303f61;
}
.cid-sFOfe7K7vZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFOfe7K7vZ .brand {
  display: flex;
  margin-left: 1rem;
  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-sFOfe7K7vZ .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFOfe7K7vZ .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFOfe7K7vZ .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFOfe7K7vZ .brand .logo img {
  display: flex;
}
.cid-sFOfe7K7vZ .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFOfe7K7vZ .form-row {
  position: relative;
}
.cid-sFOfe7K7vZ .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFOfe7K7vZ .form-group,
.cid-sFOfe7K7vZ .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFOfe7K7vZ .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFOfe7K7vZ .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFOfe7K7vZ .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFOfe7K7vZ a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFOfe7K7vZ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFOfe7K7vZ .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFOfe7K7vZ .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFOfe7K7vZ .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFOfe7K7vZ .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFOfe7K7vZ .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFOfe7K7vZ .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFOfe7K7vZ .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFOfe7K7vZ .input-group-btn > * {
    width: 100%;
  }
  .cid-sFOfe7K7vZ .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFOfe7K7vZ .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFOfe7K7vZ .form-control {
    margin-bottom: 10px;
  }
  .cid-sFOfe7K7vZ .input-group-btn .btn,
  .cid-sFOfe7K7vZ .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFOfe7K7vZ .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOfe8q1eF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOfe8q1eF section {
  position: relative;
}
.cid-sFOfe8q1eF .widget-title {
  font-weight: 600;
}
.cid-sFOfe8q1eF .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOfe8q1eF .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOfe8q1eF .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOfe8q1eF .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOfe8q1eF .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOfe8q1eF .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOfe8q1eF img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOfe8q1eF .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOfe8q1eF .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOfe8q1eF .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOfe8q1eF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOfe8q1eF .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOfe8q1eF .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOfe8q1eF .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOfe8q1eF .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOfe8q1eF .item,
.cid-sFOfe8q1eF .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOfe8q1eF .item h4,
.cid-sFOfe8q1eF .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOfe8q1eF .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOfe8q1eF .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOfe8q1eF .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOfe8q1eF .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOfe8q1eF .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOfe8q1eF h5 {
    text-align: left !important;
  }
  .cid-sFOfe8q1eF .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOfe8q1eF .item-title {
  color: #ffffff;
}
.cid-sFOfe8q1eF .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOfe8q1eF .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOfe8q1eF .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOfe8q1eF .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOfe8q1eF .btn[class*="-outline"]:active,
.cid-sFOfe8q1eF .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOfe8q1eF .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOfe8q1eF .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOfe8q1eF .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOfe8q1eF .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOfe8q1eF .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOfe8q1eF .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOfe8q1eF .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOfe8q1eF .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOfe8q1eF .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOfe8q1eF .box-list li LI {
  color: #ff4a52;
}
.cid-sFOfe9nevu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFOfe9nevu .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFOfe9nevu p {
  margin: 0;
}
.cid-sFOfe9nevu a {
  color: #ffffff;
}
.cid-sFOfe9nevu a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFOkQDFYkV {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-sFOkQDFYkV .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFOkQDFYkV .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFOkQDFYkV .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFOkQDFYkV .mbr-text {
  color: #2e69cf;
}
.cid-sFOkQDFYkV .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFOkQDFYkV .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFOkQDFYkV .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFOkQDFYkV .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 30%;
}
.cid-sFOkQDFYkV .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 30%;
}
.cid-sFOkQDFYkV .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFOkQDFYkV .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFOkQDFYkV .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFOkQDFYkV .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFOkQDFYkV .separator,
  .cid-sFOkQDFYkV .sep-holder,
  .cid-sFOkQDFYkV .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFOkQDFYkV .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFOkQDFYkV .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFOkQDFYkV .mbr-section-title,
.cid-sFOkQDFYkV .separator,
.cid-sFOkQDFYkV .sep-holder {
  color: #ffffff;
}
.cid-sFOkQDFYkV .mbr-text,
.cid-sFOkQDFYkV .mbr-section-btn {
  color: #ffffff;
}
.cid-sFOkQEsidI {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFOkQEsidI img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sFOkQEsidI .mbr-section-title {
  text-align: left;
  color: #688b0b;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFOkQEsidI .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-sFOkQEsidI .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sFOkQEsidI .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sFOkQEsidI .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sFOoeubZUx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sFOoeubZUx .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sFOoeubZUx .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sFOoeubZUx .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #232323;
  z-index: 2;
  opacity: 1;
}
.cid-sFOoeubZUx .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sFOoeubZUx .hoverEl {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sFOoeubZUx .hoverEl:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sFOoeubZUx .hoverEl:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sFOoeubZUx .hoverEl:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sFOoeubZUx .hoverEl:hover .box-title2,
.cid-sFOoeubZUx .hoverEl:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sFOoeubZUx .box-title2,
.cid-sFOoeubZUx .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sFOoeubZUx .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #232323;
}
.cid-sFOoeubZUx .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sFOoeubZUx .img-content {
    opacity: 1;
  }
  .cid-sFOoeubZUx .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sFOoeubZUx .box-content {
    width: 100%;
  }
  .cid-sFOoeubZUx .box-title2,
  .cid-sFOoeubZUx .box-text2 {
    color: #ffffff !important;
  }
  .cid-sFOoeubZUx .content-block,
  .cid-sFOoeubZUx .content1 {
    padding: 3rem 1rem;
  }
  .cid-sFOoeubZUx * {
    text-align: left;
  }
}
.cid-sFOoeubZUx .box-text1 {
  color: #333333;
}
.cid-sFOoeubZUx .box-title2 {
  color: #cccccc;
}
.cid-sFOr08WBtq {
  background-color: #ffffff;
}
.cid-sFOr08WBtq .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFOr08WBtq .mbr-figure img {
  height: 375px;
  width: 375px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sFOr08WBtq .mbr-text,
.cid-sFOr08WBtq .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sFOr08WBtq img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-sFOr08WBtq H1 {
  color: #6d7a8c;
}
.cid-sFOv5AnfgD {
  overflow-x: hidden !important;
}
.cid-sFOv5AnfgD,
.cid-sFOv5AnfgD .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sFOv5AnfgD .mbr-section-title {
  color: #ffffff;
}
.cid-sFOv5AnfgD .mbr-section-title span {
  color: #4f87fb;
}
.cid-sFOv5AnfgD .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sFOv5AnfgD .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sFOv5AnfgD .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sFOv5AnfgD .mbr-overlay {
  z-index: 1;
}
.cid-sFOv5AnfgD .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sFOp1AXy84 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sFOp1AXy84 .wrapper {
  overflow: hidden;
}
.cid-sFOp1AXy84 .wrapper img {
  transition: all .5s;
}
.cid-sFOp1AXy84 .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sFOp1AXy84 .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-sFOp1AXy84 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-sFOp1AXy84 .wrapper .mbr-overlay {
  background: #232323;
  opacity: 0.5;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-sFOp1AXy84 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFOp1AXy84 .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sFOp1AXy84 .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-sFOp1AXy84 .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-sFOp1AXy84 .main-subtitle,
.cid-sFOp1AXy84 .underline {
  color: #4f5b77;
}
.cid-sFOw95m4qh {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #e6ecf2;
}
.cid-sFOw95m4qh .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sFOw95m4qh .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sFOw95m4qh .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-sFOw95m4qh .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFOw95m4qh .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-sFOw95m4qh .timelines-container {
  margin-top: 60px;
}
.cid-sFOw95m4qh .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-sFOw95m4qh .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-sFOw95m4qh .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-sFOw95m4qh .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-sFOw95m4qh .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-sFOw95m4qh .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-sFOw95m4qh .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-sFOw95m4qh .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sFOw95m4qh .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-sFOw95m4qh .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOw95m4qh .container-fluid {
  padding: 0 2rem;
}
.cid-sFOw95m4qh .separline:before,
.cid-sFOw95m4qh .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-sFOw95m4qh .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sFOw95m4qh .container-fluid {
    padding: 0 1rem;
  }
  .cid-sFOw95m4qh .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-sFOw95m4qh .separline:before,
  .cid-sFOw95m4qh .first-separline:before {
    left: -10px !important;
  }
  .cid-sFOw95m4qh .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-sFOw95m4qh .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sFOw95m4qh .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sFOw95m4qh .time-line-date-content p {
    float: left !important;
  }
  .cid-sFOw95m4qh .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-sFOw95m4qh .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-sFOw95m4qh .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-sFOAXBjw30 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFOAXBjw30 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sFOAXBjw30 .row {
  flex-direction: row-reverse;
}
.cid-sFOAXBjw30 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFOAXBjw30 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFOAXBjw30 .mbr-section-title {
  color: #bc5724;
}
.cid-sV62PnPU2c {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV62PnPU2c .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV62PnPU2c input,
.cid-sV62PnPU2c textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV62PnPU2c input:focus,
.cid-sV62PnPU2c textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV62PnPU2c .form-control,
.cid-sV62PnPU2c .field-input {
  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-sV62PnPU2c .form-control:hover,
.cid-sV62PnPU2c .field-input:hover,
.cid-sV62PnPU2c .form-control:focus,
.cid-sV62PnPU2c .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV62PnPU2c input::-webkit-input-placeholder,
.cid-sV62PnPU2c textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV62PnPU2c input:-moz-placeholder,
.cid-sV62PnPU2c textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV62PnPU2c .jq-selectbox li,
.cid-sV62PnPU2c .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV62PnPU2c .jq-selectbox li:hover,
.cid-sV62PnPU2c .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV62PnPU2c .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV62PnPU2c .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV62PnPU2c .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV62PnPU2c .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV62PnPU2c .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV62PnPU2c .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV62PnPU2c .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV62PnPU2c img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV62PnPU2c .mbr-form {
  max-width: 550px;
}
.cid-sV62PnPU2c textarea {
  min-height: 150px;
}
.cid-sV62PnPU2c .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-sV62PnPU2c .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV62PnPU2c .second {
  height: fit-content;
}
.cid-sV62PnPU2c .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV62PnPU2c .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV62PnPU2c .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-sV62PnPU2c .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-sV62PnPU2c .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV62PnPU2c .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV62PnPU2c .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV62PnPU2c .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV62PnPU2c .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV62PnPU2c .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV62PnPU2c .mbr-section-title {
    text-align: left;
  }
  .cid-sV62PnPU2c .second {
    margin-top: 30px;
  }
}
.cid-sV62PnPU2c .mbr-section-title,
.cid-sV62PnPU2c .mbr-section-btn {
  color: #303f61;
}
.cid-sFOkQFDMJY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFOkQFDMJY .brand {
  display: flex;
  margin-left: 1rem;
  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-sFOkQFDMJY .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFOkQFDMJY .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFOkQFDMJY .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFOkQFDMJY .brand .logo img {
  display: flex;
}
.cid-sFOkQFDMJY .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFOkQFDMJY .form-row {
  position: relative;
}
.cid-sFOkQFDMJY .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFOkQFDMJY .form-group,
.cid-sFOkQFDMJY .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFOkQFDMJY .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFOkQFDMJY .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFOkQFDMJY .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFOkQFDMJY a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFOkQFDMJY a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFOkQFDMJY .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFOkQFDMJY .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFOkQFDMJY .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFOkQFDMJY .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFOkQFDMJY .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFOkQFDMJY .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFOkQFDMJY .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFOkQFDMJY .input-group-btn > * {
    width: 100%;
  }
  .cid-sFOkQFDMJY .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFOkQFDMJY .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFOkQFDMJY .form-control {
    margin-bottom: 10px;
  }
  .cid-sFOkQFDMJY .input-group-btn .btn,
  .cid-sFOkQFDMJY .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFOkQFDMJY .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFOkQGmCDG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFOkQGmCDG section {
  position: relative;
}
.cid-sFOkQGmCDG .widget-title {
  font-weight: 600;
}
.cid-sFOkQGmCDG .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFOkQGmCDG .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFOkQGmCDG .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFOkQGmCDG .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOkQGmCDG .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFOkQGmCDG .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFOkQGmCDG img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFOkQGmCDG .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFOkQGmCDG .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFOkQGmCDG .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFOkQGmCDG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFOkQGmCDG .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFOkQGmCDG .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOkQGmCDG .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFOkQGmCDG .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFOkQGmCDG .item,
.cid-sFOkQGmCDG .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFOkQGmCDG .item h4,
.cid-sFOkQGmCDG .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFOkQGmCDG .link .card-img {
  padding-bottom: 3px;
}
.cid-sFOkQGmCDG .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFOkQGmCDG .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFOkQGmCDG .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFOkQGmCDG .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFOkQGmCDG h5 {
    text-align: left !important;
  }
  .cid-sFOkQGmCDG .line-wrap {
    text-align: left !important;
  }
}
.cid-sFOkQGmCDG .item-title {
  color: #ffffff;
}
.cid-sFOkQGmCDG .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFOkQGmCDG .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFOkQGmCDG .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFOkQGmCDG .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFOkQGmCDG .btn[class*="-outline"]:active,
.cid-sFOkQGmCDG .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFOkQGmCDG .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFOkQGmCDG .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFOkQGmCDG .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFOkQGmCDG .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFOkQGmCDG .box-list li:first-child {
  padding-top: 0;
}
.cid-sFOkQGmCDG .box-list li:last-child {
  border-bottom: none;
}
.cid-sFOkQGmCDG .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFOkQGmCDG .box-list.display-4 {
  line-height: 24px;
}
.cid-sFOkQGmCDG .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFOkQGmCDG .box-list li LI {
  color: #ff4a52;
}
.cid-sFOkQHjU5e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFOkQHjU5e .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFOkQHjU5e p {
  margin: 0;
}
.cid-sFOkQHjU5e a {
  color: #ffffff;
}
.cid-sFOkQHjU5e a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFODiZTLTX {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-sFODiZTLTX .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFODiZTLTX .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFODiZTLTX .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFODiZTLTX .mbr-text {
  color: #2e69cf;
}
.cid-sFODiZTLTX .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFODiZTLTX .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFODiZTLTX .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFODiZTLTX .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 41%;
}
.cid-sFODiZTLTX .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 41%;
}
.cid-sFODiZTLTX .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFODiZTLTX .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFODiZTLTX .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFODiZTLTX .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFODiZTLTX .separator,
  .cid-sFODiZTLTX .sep-holder,
  .cid-sFODiZTLTX .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFODiZTLTX .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFODiZTLTX .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFODiZTLTX .mbr-section-title,
.cid-sFODiZTLTX .separator,
.cid-sFODiZTLTX .sep-holder {
  color: #ffffff;
}
.cid-sFODiZTLTX .mbr-text,
.cid-sFODiZTLTX .mbr-section-btn {
  color: #ffffff;
}
.cid-sV672RZTK4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV672RZTK4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV672RZTK4 input,
.cid-sV672RZTK4 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV672RZTK4 input:focus,
.cid-sV672RZTK4 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV672RZTK4 .form-control,
.cid-sV672RZTK4 .field-input {
  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-sV672RZTK4 .form-control:hover,
.cid-sV672RZTK4 .field-input:hover,
.cid-sV672RZTK4 .form-control:focus,
.cid-sV672RZTK4 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV672RZTK4 input::-webkit-input-placeholder,
.cid-sV672RZTK4 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV672RZTK4 input:-moz-placeholder,
.cid-sV672RZTK4 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV672RZTK4 .jq-selectbox li,
.cid-sV672RZTK4 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV672RZTK4 .jq-selectbox li:hover,
.cid-sV672RZTK4 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV672RZTK4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV672RZTK4 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV672RZTK4 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV672RZTK4 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV672RZTK4 .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV672RZTK4 .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV672RZTK4 .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV672RZTK4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV672RZTK4 .mbr-form {
  max-width: 550px;
}
.cid-sV672RZTK4 textarea {
  min-height: 150px;
}
.cid-sV672RZTK4 .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-sV672RZTK4 .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV672RZTK4 .second {
  height: fit-content;
}
.cid-sV672RZTK4 .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV672RZTK4 .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV672RZTK4 .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-sV672RZTK4 .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-sV672RZTK4 .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV672RZTK4 .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV672RZTK4 .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV672RZTK4 .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV672RZTK4 .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV672RZTK4 .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV672RZTK4 .mbr-section-title {
    text-align: left;
  }
  .cid-sV672RZTK4 .second {
    margin-top: 30px;
  }
}
.cid-sV672RZTK4 .mbr-section-title,
.cid-sV672RZTK4 .mbr-section-btn {
  color: #303f61;
}
.cid-sFODj1p99N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFODj1p99N .brand {
  display: flex;
  margin-left: 1rem;
  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-sFODj1p99N .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFODj1p99N .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFODj1p99N .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFODj1p99N .brand .logo img {
  display: flex;
}
.cid-sFODj1p99N .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFODj1p99N .form-row {
  position: relative;
}
.cid-sFODj1p99N .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFODj1p99N .form-group,
.cid-sFODj1p99N .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFODj1p99N .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFODj1p99N .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFODj1p99N .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFODj1p99N a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFODj1p99N a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFODj1p99N .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFODj1p99N .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFODj1p99N .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFODj1p99N .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFODj1p99N .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFODj1p99N .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFODj1p99N .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFODj1p99N .input-group-btn > * {
    width: 100%;
  }
  .cid-sFODj1p99N .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFODj1p99N .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFODj1p99N .form-control {
    margin-bottom: 10px;
  }
  .cid-sFODj1p99N .input-group-btn .btn,
  .cid-sFODj1p99N .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFODj1p99N .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFODj1SKuH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFODj1SKuH section {
  position: relative;
}
.cid-sFODj1SKuH .widget-title {
  font-weight: 600;
}
.cid-sFODj1SKuH .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFODj1SKuH .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFODj1SKuH .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFODj1SKuH .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFODj1SKuH .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFODj1SKuH .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFODj1SKuH img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFODj1SKuH .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFODj1SKuH .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFODj1SKuH .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFODj1SKuH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFODj1SKuH .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFODj1SKuH .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFODj1SKuH .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFODj1SKuH .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFODj1SKuH .item,
.cid-sFODj1SKuH .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFODj1SKuH .item h4,
.cid-sFODj1SKuH .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFODj1SKuH .link .card-img {
  padding-bottom: 3px;
}
.cid-sFODj1SKuH .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFODj1SKuH .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFODj1SKuH .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFODj1SKuH .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFODj1SKuH h5 {
    text-align: left !important;
  }
  .cid-sFODj1SKuH .line-wrap {
    text-align: left !important;
  }
}
.cid-sFODj1SKuH .item-title {
  color: #ffffff;
}
.cid-sFODj1SKuH .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFODj1SKuH .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFODj1SKuH .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFODj1SKuH .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFODj1SKuH .btn[class*="-outline"]:active,
.cid-sFODj1SKuH .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFODj1SKuH .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFODj1SKuH .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFODj1SKuH .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFODj1SKuH .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFODj1SKuH .box-list li:first-child {
  padding-top: 0;
}
.cid-sFODj1SKuH .box-list li:last-child {
  border-bottom: none;
}
.cid-sFODj1SKuH .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFODj1SKuH .box-list.display-4 {
  line-height: 24px;
}
.cid-sFODj1SKuH .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFODj1SKuH .box-list li LI {
  color: #ff4a52;
}
.cid-sFODj2CEQz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFODj2CEQz .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFODj2CEQz p {
  margin: 0;
}
.cid-sFODj2CEQz a {
  color: #ffffff;
}
.cid-sFODj2CEQz a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFUu6rmiXu {
  background-image: url("../../../assets/images/mbr-3-1920x1080.jpg");
}
.cid-sFUu6rmiXu .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFUu6rmiXu .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFUu6rmiXu .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFUu6rmiXu .mbr-text {
  color: #2e69cf;
}
.cid-sFUu6rmiXu .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFUu6rmiXu .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFUu6rmiXu .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFUu6rmiXu .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 26%;
}
.cid-sFUu6rmiXu .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 26%;
}
.cid-sFUu6rmiXu .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFUu6rmiXu .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFUu6rmiXu .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFUu6rmiXu .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFUu6rmiXu .separator,
  .cid-sFUu6rmiXu .sep-holder,
  .cid-sFUu6rmiXu .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFUu6rmiXu .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFUu6rmiXu .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFUu6rmiXu .mbr-section-title,
.cid-sFUu6rmiXu .separator,
.cid-sFUu6rmiXu .sep-holder {
  color: #ffffff;
}
.cid-sFUu6rmiXu .mbr-text,
.cid-sFUu6rmiXu .mbr-section-btn {
  color: #ffffff;
}
.cid-sFUvvZdlV1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sFUvvZdlV1 .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-sFUvvZdlV1 .card .card-img img {
  transition: all .5s;
}
.cid-sFUvvZdlV1 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sFUvvZdlV1 .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-sFUvvZdlV1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-sFUvvZdlV1 .first-card {
  display: block;
}
.cid-sFUvvZdlV1 .first-card .card-wrapper {
  height: 100%;
}
.cid-sFUvvZdlV1 .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sFUvvZdlV1 .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFUvvZdlV1 .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sFUvvZdlV1 .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sFUvvZdlV1 .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sFUvvZdlV1 .first-row,
.cid-sFUvvZdlV1 .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-sFUvvZdlV1 .first-row .card .card-wrapper,
.cid-sFUvvZdlV1 .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-sFUvvZdlV1 .first-row .card .card-wrapper .card-img,
.cid-sFUvvZdlV1 .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-sFUvvZdlV1 .first-row .card .card-wrapper .card-img img,
.cid-sFUvvZdlV1 .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-sFUvvZdlV1 .first-row,
  .cid-sFUvvZdlV1 .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFUvvZdlV1 .first-row .card .card-wrapper .card-img,
  .cid-sFUvvZdlV1 .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFUvvZdlV1 .first-row .card .card-wrapper .card-img img,
  .cid-sFUvvZdlV1 .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-sFUvvZdlV1 .first-row .caption,
.cid-sFUvvZdlV1 .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-sFUvvZdlV1 .first-row .caption .price,
.cid-sFUvvZdlV1 .second-row .caption .price {
  background: #149dcc;
  padding: 0 .5rem;
}
.cid-sFUvvZdlV1 .first-child {
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sFUvvZdlV1 .first-card {
    padding-bottom: 2rem;
  }
}
.cid-sFUvvZdlV1 .card-title {
  color: #ffffff;
}
.cid-sFUvvZdlV1 .info-text {
  color: #767676;
}
.cid-sFUvvZdlV1 .first-card-title,
.cid-sFUvvZdlV1 .first-card-info {
  color: #0087ab;
}
.cid-sV64wPOkE6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV64wPOkE6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV64wPOkE6 input,
.cid-sV64wPOkE6 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV64wPOkE6 input:focus,
.cid-sV64wPOkE6 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV64wPOkE6 .form-control,
.cid-sV64wPOkE6 .field-input {
  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-sV64wPOkE6 .form-control:hover,
.cid-sV64wPOkE6 .field-input:hover,
.cid-sV64wPOkE6 .form-control:focus,
.cid-sV64wPOkE6 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV64wPOkE6 input::-webkit-input-placeholder,
.cid-sV64wPOkE6 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV64wPOkE6 input:-moz-placeholder,
.cid-sV64wPOkE6 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV64wPOkE6 .jq-selectbox li,
.cid-sV64wPOkE6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV64wPOkE6 .jq-selectbox li:hover,
.cid-sV64wPOkE6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV64wPOkE6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV64wPOkE6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV64wPOkE6 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV64wPOkE6 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV64wPOkE6 .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV64wPOkE6 .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV64wPOkE6 .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV64wPOkE6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV64wPOkE6 .mbr-form {
  max-width: 550px;
}
.cid-sV64wPOkE6 textarea {
  min-height: 150px;
}
.cid-sV64wPOkE6 .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-sV64wPOkE6 .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV64wPOkE6 .second {
  height: fit-content;
}
.cid-sV64wPOkE6 .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV64wPOkE6 .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV64wPOkE6 .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-sV64wPOkE6 .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-sV64wPOkE6 .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV64wPOkE6 .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV64wPOkE6 .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV64wPOkE6 .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV64wPOkE6 .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV64wPOkE6 .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV64wPOkE6 .mbr-section-title {
    text-align: left;
  }
  .cid-sV64wPOkE6 .second {
    margin-top: 30px;
  }
}
.cid-sV64wPOkE6 .mbr-section-title,
.cid-sV64wPOkE6 .mbr-section-btn {
  color: #303f61;
}
.cid-sFUu6tEseJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFUu6tEseJ .brand {
  display: flex;
  margin-left: 1rem;
  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-sFUu6tEseJ .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFUu6tEseJ .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFUu6tEseJ .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFUu6tEseJ .brand .logo img {
  display: flex;
}
.cid-sFUu6tEseJ .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFUu6tEseJ .form-row {
  position: relative;
}
.cid-sFUu6tEseJ .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFUu6tEseJ .form-group,
.cid-sFUu6tEseJ .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFUu6tEseJ .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFUu6tEseJ .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFUu6tEseJ .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFUu6tEseJ a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFUu6tEseJ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFUu6tEseJ .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFUu6tEseJ .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFUu6tEseJ .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFUu6tEseJ .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFUu6tEseJ .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFUu6tEseJ .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFUu6tEseJ .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFUu6tEseJ .input-group-btn > * {
    width: 100%;
  }
  .cid-sFUu6tEseJ .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFUu6tEseJ .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFUu6tEseJ .form-control {
    margin-bottom: 10px;
  }
  .cid-sFUu6tEseJ .input-group-btn .btn,
  .cid-sFUu6tEseJ .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFUu6tEseJ .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFUu6umYT8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFUu6umYT8 section {
  position: relative;
}
.cid-sFUu6umYT8 .widget-title {
  font-weight: 600;
}
.cid-sFUu6umYT8 .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFUu6umYT8 .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFUu6umYT8 .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFUu6umYT8 .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFUu6umYT8 .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFUu6umYT8 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFUu6umYT8 img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFUu6umYT8 .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFUu6umYT8 .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFUu6umYT8 .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFUu6umYT8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFUu6umYT8 .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFUu6umYT8 .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFUu6umYT8 .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFUu6umYT8 .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFUu6umYT8 .item,
.cid-sFUu6umYT8 .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFUu6umYT8 .item h4,
.cid-sFUu6umYT8 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFUu6umYT8 .link .card-img {
  padding-bottom: 3px;
}
.cid-sFUu6umYT8 .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFUu6umYT8 .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFUu6umYT8 .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFUu6umYT8 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFUu6umYT8 h5 {
    text-align: left !important;
  }
  .cid-sFUu6umYT8 .line-wrap {
    text-align: left !important;
  }
}
.cid-sFUu6umYT8 .item-title {
  color: #ffffff;
}
.cid-sFUu6umYT8 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFUu6umYT8 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFUu6umYT8 .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFUu6umYT8 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFUu6umYT8 .btn[class*="-outline"]:active,
.cid-sFUu6umYT8 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFUu6umYT8 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFUu6umYT8 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFUu6umYT8 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFUu6umYT8 .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFUu6umYT8 .box-list li:first-child {
  padding-top: 0;
}
.cid-sFUu6umYT8 .box-list li:last-child {
  border-bottom: none;
}
.cid-sFUu6umYT8 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFUu6umYT8 .box-list.display-4 {
  line-height: 24px;
}
.cid-sFUu6umYT8 .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFUu6umYT8 .box-list li LI {
  color: #ff4a52;
}
.cid-sFUu6vhraN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFUu6vhraN .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFUu6vhraN p {
  margin: 0;
}
.cid-sFUu6vhraN a {
  color: #ffffff;
}
.cid-sFUu6vhraN a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sFUCxJU3nA {
  background-image: url("../../../assets/images/mbr-1920x1056.jpg");
}
.cid-sFUCxJU3nA .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sFUCxJU3nA .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sFUCxJU3nA .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFUCxJU3nA .mbr-text {
  color: #2e69cf;
}
.cid-sFUCxJU3nA .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sFUCxJU3nA .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFUCxJU3nA .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sFUCxJU3nA .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 32%;
}
.cid-sFUCxJU3nA .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 32%;
}
.cid-sFUCxJU3nA .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sFUCxJU3nA .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sFUCxJU3nA .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sFUCxJU3nA .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sFUCxJU3nA .separator,
  .cid-sFUCxJU3nA .sep-holder,
  .cid-sFUCxJU3nA .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFUCxJU3nA .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFUCxJU3nA .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sFUCxJU3nA .mbr-section-title,
.cid-sFUCxJU3nA .separator,
.cid-sFUCxJU3nA .sep-holder {
  color: #ffffff;
}
.cid-sFUCxJU3nA .mbr-text,
.cid-sFUCxJU3nA .mbr-section-btn {
  color: #ffffff;
}
.cid-sFUCxKxmyO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sFUCxKxmyO .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-sFUCxKxmyO .card .card-img img {
  transition: all .5s;
}
.cid-sFUCxKxmyO .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sFUCxKxmyO .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-sFUCxKxmyO .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-sFUCxKxmyO .first-card {
  display: block;
}
.cid-sFUCxKxmyO .first-card .card-wrapper {
  height: 100%;
}
.cid-sFUCxKxmyO .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sFUCxKxmyO .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFUCxKxmyO .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sFUCxKxmyO .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sFUCxKxmyO .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sFUCxKxmyO .first-row,
.cid-sFUCxKxmyO .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-sFUCxKxmyO .first-row .card .card-wrapper,
.cid-sFUCxKxmyO .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-sFUCxKxmyO .first-row .card .card-wrapper .card-img,
.cid-sFUCxKxmyO .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-sFUCxKxmyO .first-row .card .card-wrapper .card-img img,
.cid-sFUCxKxmyO .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-sFUCxKxmyO .first-row,
  .cid-sFUCxKxmyO .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFUCxKxmyO .first-row .card .card-wrapper .card-img,
  .cid-sFUCxKxmyO .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFUCxKxmyO .first-row .card .card-wrapper .card-img img,
  .cid-sFUCxKxmyO .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-sFUCxKxmyO .first-row .caption,
.cid-sFUCxKxmyO .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-sFUCxKxmyO .first-row .caption .price,
.cid-sFUCxKxmyO .second-row .caption .price {
  background: #149dcc;
  padding: 0 .5rem;
}
.cid-sFUCxKxmyO .first-child {
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sFUCxKxmyO .first-card {
    padding-bottom: 2rem;
  }
}
.cid-sFUCxKxmyO .card-title {
  color: #ffffff;
}
.cid-sFUCxKxmyO .info-text {
  color: #767676;
}
.cid-sFUCxKxmyO .first-card-title,
.cid-sFUCxKxmyO .first-card-info {
  color: #0087ab;
}
.cid-sV65nFioR2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV65nFioR2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV65nFioR2 input,
.cid-sV65nFioR2 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV65nFioR2 input:focus,
.cid-sV65nFioR2 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV65nFioR2 .form-control,
.cid-sV65nFioR2 .field-input {
  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-sV65nFioR2 .form-control:hover,
.cid-sV65nFioR2 .field-input:hover,
.cid-sV65nFioR2 .form-control:focus,
.cid-sV65nFioR2 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV65nFioR2 input::-webkit-input-placeholder,
.cid-sV65nFioR2 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV65nFioR2 input:-moz-placeholder,
.cid-sV65nFioR2 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV65nFioR2 .jq-selectbox li,
.cid-sV65nFioR2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV65nFioR2 .jq-selectbox li:hover,
.cid-sV65nFioR2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV65nFioR2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV65nFioR2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV65nFioR2 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV65nFioR2 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV65nFioR2 .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV65nFioR2 .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV65nFioR2 .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV65nFioR2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV65nFioR2 .mbr-form {
  max-width: 550px;
}
.cid-sV65nFioR2 textarea {
  min-height: 150px;
}
.cid-sV65nFioR2 .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-sV65nFioR2 .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV65nFioR2 .second {
  height: fit-content;
}
.cid-sV65nFioR2 .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV65nFioR2 .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV65nFioR2 .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-sV65nFioR2 .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-sV65nFioR2 .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV65nFioR2 .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV65nFioR2 .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV65nFioR2 .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV65nFioR2 .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV65nFioR2 .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV65nFioR2 .mbr-section-title {
    text-align: left;
  }
  .cid-sV65nFioR2 .second {
    margin-top: 30px;
  }
}
.cid-sV65nFioR2 .mbr-section-title,
.cid-sV65nFioR2 .mbr-section-btn {
  color: #303f61;
}
.cid-sFUCxLGh6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sFUCxLGh6q .brand {
  display: flex;
  margin-left: 1rem;
  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-sFUCxLGh6q .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFUCxLGh6q .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sFUCxLGh6q .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFUCxLGh6q .brand .logo img {
  display: flex;
}
.cid-sFUCxLGh6q .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sFUCxLGh6q .form-row {
  position: relative;
}
.cid-sFUCxLGh6q .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sFUCxLGh6q .form-group,
.cid-sFUCxLGh6q .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sFUCxLGh6q .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sFUCxLGh6q .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sFUCxLGh6q .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sFUCxLGh6q a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFUCxLGh6q a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sFUCxLGh6q .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sFUCxLGh6q .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sFUCxLGh6q .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFUCxLGh6q .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sFUCxLGh6q .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sFUCxLGh6q .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sFUCxLGh6q .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sFUCxLGh6q .input-group-btn > * {
    width: 100%;
  }
  .cid-sFUCxLGh6q .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sFUCxLGh6q .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFUCxLGh6q .form-control {
    margin-bottom: 10px;
  }
  .cid-sFUCxLGh6q .input-group-btn .btn,
  .cid-sFUCxLGh6q .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFUCxLGh6q .form-control {
    font-size: 1.12rem;
  }
}
.cid-sFUCxMfABZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sFUCxMfABZ section {
  position: relative;
}
.cid-sFUCxMfABZ .widget-title {
  font-weight: 600;
}
.cid-sFUCxMfABZ .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sFUCxMfABZ .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sFUCxMfABZ .item .card-box .item-title {
  font-weight: 300;
}
.cid-sFUCxMfABZ .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFUCxMfABZ .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sFUCxMfABZ .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sFUCxMfABZ img {
  height: 100px;
  padding-right: 8px;
}
.cid-sFUCxMfABZ .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sFUCxMfABZ .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sFUCxMfABZ .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sFUCxMfABZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFUCxMfABZ .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sFUCxMfABZ .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFUCxMfABZ .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sFUCxMfABZ .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sFUCxMfABZ .item,
.cid-sFUCxMfABZ .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFUCxMfABZ .item h4,
.cid-sFUCxMfABZ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFUCxMfABZ .link .card-img {
  padding-bottom: 3px;
}
.cid-sFUCxMfABZ .link .card-box .link-title {
  font-weight: 300;
}
.cid-sFUCxMfABZ .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sFUCxMfABZ .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sFUCxMfABZ .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sFUCxMfABZ h5 {
    text-align: left !important;
  }
  .cid-sFUCxMfABZ .line-wrap {
    text-align: left !important;
  }
}
.cid-sFUCxMfABZ .item-title {
  color: #ffffff;
}
.cid-sFUCxMfABZ .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFUCxMfABZ .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sFUCxMfABZ .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sFUCxMfABZ .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sFUCxMfABZ .btn[class*="-outline"]:active,
.cid-sFUCxMfABZ .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sFUCxMfABZ .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sFUCxMfABZ .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sFUCxMfABZ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sFUCxMfABZ .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sFUCxMfABZ .box-list li:first-child {
  padding-top: 0;
}
.cid-sFUCxMfABZ .box-list li:last-child {
  border-bottom: none;
}
.cid-sFUCxMfABZ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sFUCxMfABZ .box-list.display-4 {
  line-height: 24px;
}
.cid-sFUCxMfABZ .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sFUCxMfABZ .box-list li LI {
  color: #ff4a52;
}
.cid-sFUCxN0wM5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sFUCxN0wM5 .links {
  text-align: center;
  color: #ffffff;
}
.cid-sFUCxN0wM5 p {
  margin: 0;
}
.cid-sFUCxN0wM5 a {
  color: #ffffff;
}
.cid-sFUCxN0wM5 a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sGhbCggARU {
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sGhbCggARU .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sGhbCggARU .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sGhbCggARU .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sGhbCggARU .mbr-text {
  color: #2e69cf;
}
.cid-sGhbCggARU .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sGhbCggARU .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sGhbCggARU .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sGhbCggARU .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 18%;
}
.cid-sGhbCggARU .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 18%;
}
.cid-sGhbCggARU .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sGhbCggARU .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sGhbCggARU .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sGhbCggARU .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sGhbCggARU .separator,
  .cid-sGhbCggARU .sep-holder,
  .cid-sGhbCggARU .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sGhbCggARU .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sGhbCggARU .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sGhbCggARU .mbr-section-title,
.cid-sGhbCggARU .separator,
.cid-sGhbCggARU .sep-holder {
  color: #ffffff;
}
.cid-sGhbCggARU .mbr-text,
.cid-sGhbCggARU .mbr-section-btn {
  color: #ffffff;
}
.cid-sGhd0xe04l {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGhd0xe04l H1 {
  color: #232323;
}
.cid-sGhd0xe04l .mbr-text,
.cid-sGhd0xe04l .mbr-section-btn {
  color: #767676;
}
.cid-sGhd0xe04l .img-box {
  position: relative;
}
.cid-sGhd0xe04l .card-ico span {
  font-size: 96px;
  color: #4f87fb;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sGhd0xe04l .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-sGhd0xe04l .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sGhd0xe04l .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sGhd0xe04l .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-sGhd0xe04l .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-sGhd0xe04l img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(31, 15, 116, 0.35);
}
@media (max-width: 992px) {
  .cid-sGhd0xe04l .img-box {
    height: 500px;
  }
  .cid-sGhd0xe04l .img1 {
    left: 1rem;
  }
  .cid-sGhd0xe04l .img2 {
    right: 1rem;
  }
  .cid-sGhd0xe04l img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-sGhd0xe04l img {
    width: 60%;
  }
  .cid-sGhd0xe04l .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-sGhd0xe04l .author-box {
    justify-content: center;
  }
  .cid-sGhd0xe04l .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sGhd0xe04l .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sGhd0xe04l .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sGhd0xe04l .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sGhd0xe04l .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sGhd0xe04l .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sGhd0xe04l .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sGhd0xe04l h3,
.cid-sGhd0xe04l h4 {
  margin: 0;
  padding: 0;
}
.cid-sGhd0xe04l .card-title,
.cid-sGhd0xe04l .mbr-section-subtitle {
  color: #232323;
}
.cid-sV65txUQWi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV65txUQWi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV65txUQWi input,
.cid-sV65txUQWi textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV65txUQWi input:focus,
.cid-sV65txUQWi textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV65txUQWi .form-control,
.cid-sV65txUQWi .field-input {
  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-sV65txUQWi .form-control:hover,
.cid-sV65txUQWi .field-input:hover,
.cid-sV65txUQWi .form-control:focus,
.cid-sV65txUQWi .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV65txUQWi input::-webkit-input-placeholder,
.cid-sV65txUQWi textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV65txUQWi input:-moz-placeholder,
.cid-sV65txUQWi textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV65txUQWi .jq-selectbox li,
.cid-sV65txUQWi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV65txUQWi .jq-selectbox li:hover,
.cid-sV65txUQWi .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV65txUQWi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV65txUQWi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV65txUQWi .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV65txUQWi .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV65txUQWi .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV65txUQWi .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV65txUQWi .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV65txUQWi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV65txUQWi .mbr-form {
  max-width: 550px;
}
.cid-sV65txUQWi textarea {
  min-height: 150px;
}
.cid-sV65txUQWi .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-sV65txUQWi .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV65txUQWi .second {
  height: fit-content;
}
.cid-sV65txUQWi .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV65txUQWi .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV65txUQWi .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-sV65txUQWi .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-sV65txUQWi .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV65txUQWi .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV65txUQWi .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV65txUQWi .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV65txUQWi .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV65txUQWi .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV65txUQWi .mbr-section-title {
    text-align: left;
  }
  .cid-sV65txUQWi .second {
    margin-top: 30px;
  }
}
.cid-sV65txUQWi .mbr-section-title,
.cid-sV65txUQWi .mbr-section-btn {
  color: #303f61;
}
.cid-sGhbChOR5a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sGhbChOR5a .brand {
  display: flex;
  margin-left: 1rem;
  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-sGhbChOR5a .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sGhbChOR5a .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sGhbChOR5a .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sGhbChOR5a .brand .logo img {
  display: flex;
}
.cid-sGhbChOR5a .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sGhbChOR5a .form-row {
  position: relative;
}
.cid-sGhbChOR5a .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sGhbChOR5a .form-group,
.cid-sGhbChOR5a .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sGhbChOR5a .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sGhbChOR5a .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sGhbChOR5a .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sGhbChOR5a a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sGhbChOR5a a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sGhbChOR5a .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sGhbChOR5a .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sGhbChOR5a .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGhbChOR5a .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGhbChOR5a .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sGhbChOR5a .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sGhbChOR5a .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sGhbChOR5a .input-group-btn > * {
    width: 100%;
  }
  .cid-sGhbChOR5a .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sGhbChOR5a .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sGhbChOR5a .form-control {
    margin-bottom: 10px;
  }
  .cid-sGhbChOR5a .input-group-btn .btn,
  .cid-sGhbChOR5a .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGhbChOR5a .form-control {
    font-size: 1.12rem;
  }
}
.cid-sGhbCiiNGt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sGhbCiiNGt section {
  position: relative;
}
.cid-sGhbCiiNGt .widget-title {
  font-weight: 600;
}
.cid-sGhbCiiNGt .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sGhbCiiNGt .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sGhbCiiNGt .item .card-box .item-title {
  font-weight: 300;
}
.cid-sGhbCiiNGt .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sGhbCiiNGt .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sGhbCiiNGt .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sGhbCiiNGt img {
  height: 100px;
  padding-right: 8px;
}
.cid-sGhbCiiNGt .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sGhbCiiNGt .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sGhbCiiNGt .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sGhbCiiNGt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sGhbCiiNGt .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sGhbCiiNGt .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sGhbCiiNGt .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sGhbCiiNGt .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sGhbCiiNGt .item,
.cid-sGhbCiiNGt .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sGhbCiiNGt .item h4,
.cid-sGhbCiiNGt .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sGhbCiiNGt .link .card-img {
  padding-bottom: 3px;
}
.cid-sGhbCiiNGt .link .card-box .link-title {
  font-weight: 300;
}
.cid-sGhbCiiNGt .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sGhbCiiNGt .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sGhbCiiNGt .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sGhbCiiNGt h5 {
    text-align: left !important;
  }
  .cid-sGhbCiiNGt .line-wrap {
    text-align: left !important;
  }
}
.cid-sGhbCiiNGt .item-title {
  color: #ffffff;
}
.cid-sGhbCiiNGt .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sGhbCiiNGt .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sGhbCiiNGt .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sGhbCiiNGt .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sGhbCiiNGt .btn[class*="-outline"]:active,
.cid-sGhbCiiNGt .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sGhbCiiNGt .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sGhbCiiNGt .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sGhbCiiNGt .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sGhbCiiNGt .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sGhbCiiNGt .box-list li:first-child {
  padding-top: 0;
}
.cid-sGhbCiiNGt .box-list li:last-child {
  border-bottom: none;
}
.cid-sGhbCiiNGt .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sGhbCiiNGt .box-list.display-4 {
  line-height: 24px;
}
.cid-sGhbCiiNGt .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sGhbCiiNGt .box-list li LI {
  color: #ff4a52;
}
.cid-sGhbCjalYA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sGhbCjalYA .links {
  text-align: center;
  color: #ffffff;
}
.cid-sGhbCjalYA p {
  margin: 0;
}
.cid-sGhbCjalYA a {
  color: #ffffff;
}
.cid-sGhbCjalYA a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sGnlCcWrad {
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-sGnlCcWrad .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sGnlCcWrad .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sGnlCcWrad .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sGnlCcWrad .mbr-text {
  color: #2e69cf;
}
.cid-sGnlCcWrad .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sGnlCcWrad .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sGnlCcWrad .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sGnlCcWrad .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 8%;
}
.cid-sGnlCcWrad .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 8%;
}
.cid-sGnlCcWrad .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sGnlCcWrad .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sGnlCcWrad .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sGnlCcWrad .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sGnlCcWrad .separator,
  .cid-sGnlCcWrad .sep-holder,
  .cid-sGnlCcWrad .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sGnlCcWrad .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sGnlCcWrad .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sGnlCcWrad .mbr-section-title,
.cid-sGnlCcWrad .separator,
.cid-sGnlCcWrad .sep-holder {
  color: #ffffff;
}
.cid-sGnlCcWrad .mbr-text,
.cid-sGnlCcWrad .mbr-section-btn {
  color: #ffffff;
}
.cid-sGnn8cvFEW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sGnn8cvFEW h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGnn8cvFEW .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sGnn8cvFEW .mbr-section-title {
  letter-spacing: 0.1em;
  color: #688b0b;
}
.cid-sGnn8cvFEW .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cid-sGnn8cvFEW .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sGnn8cvFEW .panel-group {
  width: 100%;
}
.cid-sGnn8cvFEW .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sGnn8cvFEW .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sGnn8cvFEW .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #688b0b;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sGnn8cvFEW .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sGnn8cvFEW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sGnn8cvFEW .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sGnn8cvFEW .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sGnn8cvFEW .card .panel-body {
  background: #ffffff;
}
.cid-sGnn8cvFEW .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sGnn8cvFEW .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGnn8cvFEW .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGnn8cvFEW .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sGnn8cvFEW .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sGnn8cvFEW .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sGnn8cvFEW .header-text,
.cid-sGnn8cvFEW .sign {
  color: #ffffff;
}
.cid-sGnn93bx6b {
  background-image: url("../../../assets/images/mbr-1920x1162.jpg");
}
.cid-sGnn93bx6b .mbr-text,
.cid-sGnn93bx6b .typed-text,
.cid-sGnn93bx6b .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sGnn93bx6b .btn {
  margin-left: 4px !important;
}
.cid-sGnn93bx6b .animated-element {
  color: #ffbc00;
}
.cid-sGnn93bx6b .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sV65y7dCYv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e6ecf2;
}
.cid-sV65y7dCYv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sV65y7dCYv input,
.cid-sV65y7dCYv textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sV65y7dCYv input:focus,
.cid-sV65y7dCYv textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sV65y7dCYv .form-control,
.cid-sV65y7dCYv .field-input {
  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-sV65y7dCYv .form-control:hover,
.cid-sV65y7dCYv .field-input:hover,
.cid-sV65y7dCYv .form-control:focus,
.cid-sV65y7dCYv .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV65y7dCYv input::-webkit-input-placeholder,
.cid-sV65y7dCYv textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sV65y7dCYv input:-moz-placeholder,
.cid-sV65y7dCYv textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sV65y7dCYv .jq-selectbox li,
.cid-sV65y7dCYv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV65y7dCYv .jq-selectbox li:hover,
.cid-sV65y7dCYv .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sV65y7dCYv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV65y7dCYv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sV65y7dCYv .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sV65y7dCYv .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sV65y7dCYv .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sV65y7dCYv .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sV65y7dCYv .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sV65y7dCYv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sV65y7dCYv .mbr-form {
  max-width: 550px;
}
.cid-sV65y7dCYv textarea {
  min-height: 150px;
}
.cid-sV65y7dCYv .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-sV65y7dCYv .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sV65y7dCYv .second {
  height: fit-content;
}
.cid-sV65y7dCYv .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sV65y7dCYv .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sV65y7dCYv .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-sV65y7dCYv .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-sV65y7dCYv .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sV65y7dCYv .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sV65y7dCYv .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sV65y7dCYv .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sV65y7dCYv .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sV65y7dCYv .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sV65y7dCYv .mbr-section-title {
    text-align: left;
  }
  .cid-sV65y7dCYv .second {
    margin-top: 30px;
  }
}
.cid-sV65y7dCYv .mbr-section-title,
.cid-sV65y7dCYv .mbr-section-btn {
  color: #303f61;
}
.cid-sGnlCez8QL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sGnlCez8QL .brand {
  display: flex;
  margin-left: 1rem;
  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-sGnlCez8QL .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sGnlCez8QL .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sGnlCez8QL .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sGnlCez8QL .brand .logo img {
  display: flex;
}
.cid-sGnlCez8QL .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sGnlCez8QL .form-row {
  position: relative;
}
.cid-sGnlCez8QL .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sGnlCez8QL .form-group,
.cid-sGnlCez8QL .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sGnlCez8QL .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sGnlCez8QL .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sGnlCez8QL .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sGnlCez8QL a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sGnlCez8QL a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sGnlCez8QL .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sGnlCez8QL .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sGnlCez8QL .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGnlCez8QL .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGnlCez8QL .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sGnlCez8QL .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sGnlCez8QL .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sGnlCez8QL .input-group-btn > * {
    width: 100%;
  }
  .cid-sGnlCez8QL .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sGnlCez8QL .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sGnlCez8QL .form-control {
    margin-bottom: 10px;
  }
  .cid-sGnlCez8QL .input-group-btn .btn,
  .cid-sGnlCez8QL .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGnlCez8QL .form-control {
    font-size: 1.12rem;
  }
}
.cid-sGnlCfi9Vu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sGnlCfi9Vu section {
  position: relative;
}
.cid-sGnlCfi9Vu .widget-title {
  font-weight: 600;
}
.cid-sGnlCfi9Vu .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sGnlCfi9Vu .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sGnlCfi9Vu .item .card-box .item-title {
  font-weight: 300;
}
.cid-sGnlCfi9Vu .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sGnlCfi9Vu .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sGnlCfi9Vu .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sGnlCfi9Vu img {
  height: 100px;
  padding-right: 8px;
}
.cid-sGnlCfi9Vu .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sGnlCfi9Vu .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sGnlCfi9Vu .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sGnlCfi9Vu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sGnlCfi9Vu .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sGnlCfi9Vu .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sGnlCfi9Vu .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sGnlCfi9Vu .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sGnlCfi9Vu .item,
.cid-sGnlCfi9Vu .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sGnlCfi9Vu .item h4,
.cid-sGnlCfi9Vu .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sGnlCfi9Vu .link .card-img {
  padding-bottom: 3px;
}
.cid-sGnlCfi9Vu .link .card-box .link-title {
  font-weight: 300;
}
.cid-sGnlCfi9Vu .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sGnlCfi9Vu .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sGnlCfi9Vu .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sGnlCfi9Vu h5 {
    text-align: left !important;
  }
  .cid-sGnlCfi9Vu .line-wrap {
    text-align: left !important;
  }
}
.cid-sGnlCfi9Vu .item-title {
  color: #ffffff;
}
.cid-sGnlCfi9Vu .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sGnlCfi9Vu .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sGnlCfi9Vu .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sGnlCfi9Vu .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sGnlCfi9Vu .btn[class*="-outline"]:active,
.cid-sGnlCfi9Vu .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sGnlCfi9Vu .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sGnlCfi9Vu .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sGnlCfi9Vu .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sGnlCfi9Vu .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sGnlCfi9Vu .box-list li:first-child {
  padding-top: 0;
}
.cid-sGnlCfi9Vu .box-list li:last-child {
  border-bottom: none;
}
.cid-sGnlCfi9Vu .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sGnlCfi9Vu .box-list.display-4 {
  line-height: 24px;
}
.cid-sGnlCfi9Vu .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sGnlCfi9Vu .box-list li LI {
  color: #ff4a52;
}
.cid-sGnlCgtGao {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sGnlCgtGao .links {
  text-align: center;
  color: #ffffff;
}
.cid-sGnlCgtGao p {
  margin: 0;
}
.cid-sGnlCgtGao a {
  color: #ffffff;
}
.cid-sGnlCgtGao a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-builder .cid-uqDyGgLp4Q .navbar {
  padding-top: 20px !important;
}
.cid-uqDyGgLp4Q .navbar {
  padding: 0.5rem 0;
  background: #254063;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-uqDyGgLp4Q .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uqDyGgLp4Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-uqDyGgLp4Q .navbar-dropdown.bg-color.transparent.opened {
  background: #254063;
}
.cid-uqDyGgLp4Q a {
  font-style: normal;
}
.cid-uqDyGgLp4Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uqDyGgLp4Q .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uqDyGgLp4Q .content-text {
  margin-bottom: 0;
}
.cid-uqDyGgLp4Q .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uqDyGgLp4Q .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-uqDyGgLp4Q .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;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uqDyGgLp4Q .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uqDyGgLp4Q .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-uqDyGgLp4Q .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uqDyGgLp4Q .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uqDyGgLp4Q .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-uqDyGgLp4Q .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-link {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uqDyGgLp4Q .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-uqDyGgLp4Q .nav-dropdown .link {
  font-weight: 600;
}
.cid-uqDyGgLp4Q .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-uqDyGgLp4Q .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uqDyGgLp4Q .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uqDyGgLp4Q .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-uqDyGgLp4Q .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-uqDyGgLp4Q .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-uqDyGgLp4Q .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown-item:before {
    display: none;
  }
  .cid-uqDyGgLp4Q .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uqDyGgLp4Q img {
    height: 3.8rem !important;
  }
  .cid-uqDyGgLp4Q .btn {
    display: flex;
  }
  .cid-uqDyGgLp4Q button.navbar-toggler {
    display: block;
  }
  .cid-uqDyGgLp4Q .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uqDyGgLp4Q .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uqDyGgLp4Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing,
  .cid-uqDyGgLp4Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uqDyGgLp4Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uqDyGgLp4Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uqDyGgLp4Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar .menu-content-top {
    display: block;
  }
  .cid-uqDyGgLp4Q .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .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-uqDyGgLp4Q .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-uqDyGgLp4Q .menu-bottom {
    display: flex;
  }
  .cid-uqDyGgLp4Q .navbar {
    display: block;
    padding: 0;
  }
  .cid-uqDyGgLp4Q .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar-toggler {
    display: none;
  }
}
.cid-uqDyGgLp4Q .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-uqDyGgLp4Q .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-uqDyGgLp4Q .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uqDyGgLp4Q .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu {
  background: #254063;
  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-uqDyGgLp4Q .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #130947;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uqDyGgLp4Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uqDyGgLp4Q .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-uqDyGgLp4Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uqDyGgLp4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uqDyGgLp4Q 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-uqDyGgLp4Q .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uqDyGgLp4Q .collapsed .btn {
  display: flex;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uqDyGgLp4Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uqDyGgLp4Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uqDyGgLp4Q .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqDyGgLp4Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uqDyGgLp4Q .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uqDyGgLp4Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uqDyGgLp4Q .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-uqDyGgLp4Q .collapsed .dropdown-item:before {
  display: none;
}
.cid-uqDyGgLp4Q .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-uqDyGgLp4Q .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-uqDyGgLp4Q .nav-link:focus {
  outline: none;
}
.cid-uqDyGgLp4Q .navbar-toggler {
  position: relative;
}
.cid-uqDyGgLp4Q .dropdown-item.active,
.cid-uqDyGgLp4Q .dropdown-item:active {
  background-color: #254063;
  color: #ffffff;
}
.cid-uqDyGgLp4Q .nav-link:hover,
.cid-uqDyGgLp4Q .dropdown-item:hover {
  color: #130947;
}
.cid-sGnqODt3IR {
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-sGnqODt3IR .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  background-color: #4f87fb;
  padding: 5px 14px;
  color: #ffffff;
  display: table;
}
.cid-sGnqODt3IR .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-sGnqODt3IR .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sGnqODt3IR .mbr-text {
  color: #2e69cf;
}
.cid-sGnqODt3IR .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-sGnqODt3IR .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sGnqODt3IR .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-sGnqODt3IR .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 26%;
}
.cid-sGnqODt3IR .separator .sep-holder .sep-line {
  border-color: #e18630 !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #e18630;
  position: relative;
  top: 1px;
  width: 26%;
}
.cid-sGnqODt3IR .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sGnqODt3IR .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-sGnqODt3IR .mbr-section-btn .btn.display-4 {
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
.cid-sGnqODt3IR .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-sGnqODt3IR .separator,
  .cid-sGnqODt3IR .sep-holder,
  .cid-sGnqODt3IR .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sGnqODt3IR .mbr-section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sGnqODt3IR .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-sGnqODt3IR .mbr-section-title,
.cid-sGnqODt3IR .separator,
.cid-sGnqODt3IR .sep-holder {
  color: #ffffff;
}
.cid-sGnqODt3IR .mbr-text,
.cid-sGnqODt3IR .mbr-section-btn {
  color: #ffffff;
}
.cid-sGntnOlxcS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sGntnOlxcS img,
.cid-sGntnOlxcS .item-img {
  width: 100%;
}
.cid-sGntnOlxcS .item:focus,
.cid-sGntnOlxcS span:focus {
  outline: none;
}
.cid-sGntnOlxcS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sGntnOlxcS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sGntnOlxcS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sGntnOlxcS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGntnOlxcS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sGntnOlxcS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sGntnOlxcS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sGntnOlxcS .mbr-section-title {
  color: #485806;
}
.cid-sGntnOlxcS .mbr-text,
.cid-sGntnOlxcS .mbr-section-btn {
  text-align: left;
}
.cid-sGntnOlxcS .item-title {
  text-align: center;
  color: #485806;
}
.cid-sGntnOlxcS .item-subtitle {
  text-align: center;
}
.cid-sGnw2jx7PZ {
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-sGnw31xUHl {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sGnw31xUHl .timeline-element {
  position: relative;
}
.cid-sGnw31xUHl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGnw31xUHl .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-sGnw31xUHl .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sGnw31xUHl .iconBackground {
    left: 50%;
  }
}
.cid-sGnw31xUHl .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-sGnw31xUHl .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sGnw31xUHl .row:after {
    left: 50%;
  }
}
.cid-sGnw31xUHl .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sGnw31xUHl .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-sGnw31xUHl .timeline-date-wrapper,
  .cid-sGnw31xUHl .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-sGnw31xUHl .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sGnw31xUHl .timeline-date-wrapper,
  .cid-sGnw31xUHl .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGnw31xUHl .timeline-date-wrapper,
  .cid-sGnw31xUHl .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-sGnw31xUHl .mbr-timeline-title {
  color: #2299aa;
}
.cid-sGnw31xUHl .mbr-section-title {
  color: #2299aa;
}
.cid-sGnqOFtEuB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f0c95e;
}
.cid-sGnqOFtEuB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sGnqOFtEuB input,
.cid-sGnqOFtEuB textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sGnqOFtEuB input:focus,
.cid-sGnqOFtEuB textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sGnqOFtEuB .form-control,
.cid-sGnqOFtEuB .field-input {
  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-sGnqOFtEuB .form-control:hover,
.cid-sGnqOFtEuB .field-input:hover,
.cid-sGnqOFtEuB .form-control:focus,
.cid-sGnqOFtEuB .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sGnqOFtEuB input::-webkit-input-placeholder,
.cid-sGnqOFtEuB textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sGnqOFtEuB input:-moz-placeholder,
.cid-sGnqOFtEuB textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sGnqOFtEuB .jq-selectbox li,
.cid-sGnqOFtEuB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGnqOFtEuB .jq-selectbox li:hover,
.cid-sGnqOFtEuB .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGnqOFtEuB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sGnqOFtEuB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sGnqOFtEuB .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sGnqOFtEuB .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-sGnqOFtEuB .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sGnqOFtEuB .mbr-text {
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  color: #2e69cf;
}
.cid-sGnqOFtEuB .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-sGnqOFtEuB img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sGnqOFtEuB .mbr-form {
  max-width: 550px;
}
.cid-sGnqOFtEuB textarea {
  min-height: 150px;
}
.cid-sGnqOFtEuB .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-sGnqOFtEuB .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-sGnqOFtEuB .second {
  height: fit-content;
}
.cid-sGnqOFtEuB .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sGnqOFtEuB .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #4f87fb;
}
.cid-sGnqOFtEuB .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-sGnqOFtEuB .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-sGnqOFtEuB .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sGnqOFtEuB .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sGnqOFtEuB .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sGnqOFtEuB .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
}
.cid-sGnqOFtEuB .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sGnqOFtEuB .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sGnqOFtEuB .mbr-section-title {
    text-align: left;
  }
  .cid-sGnqOFtEuB .second {
    margin-top: 30px;
  }
}
.cid-sGnqOFtEuB .mbr-section-title,
.cid-sGnqOFtEuB .mbr-section-btn {
  color: #715612;
}
.cid-sGnqOFtEuB .mbr-subtitle,
.cid-sGnqOFtEuB .mbr-section-btn {
  color: #ffffff;
}
.cid-sGnqOFWks1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #25303e;
}
.cid-sGnqOFWks1 .brand {
  display: flex;
  margin-left: 1rem;
  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-sGnqOFWks1 .brand .caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sGnqOFWks1 .brand .caption-wrap .mbr-white:hover {
  color: #ffffff;
}
.cid-sGnqOFWks1 .brand .logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sGnqOFWks1 .brand .logo img {
  display: flex;
}
.cid-sGnqOFWks1 .brand .logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-sGnqOFWks1 .form-row {
  position: relative;
}
.cid-sGnqOFWks1 .form-control {
  padding: 1.8rem 1rem 1.8rem 1.25rem;
  border-radius: 3px 0 0 3px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 0.875rem;
}
.cid-sGnqOFWks1 .form-group,
.cid-sGnqOFWks1 .input-group-btn {
  padding: 0;
  margin: 0;
}
.cid-sGnqOFWks1 .input-group-btn {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sGnqOFWks1 .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  height: 59px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.625rem 2.1875rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-sGnqOFWks1 .input-group-btn .btn-primary:hover {
  background-color: #4f87fb !important;
  color: #ffffff !important;
  border-color: #4f87fb !important;
}
.cid-sGnqOFWks1 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sGnqOFWks1 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sGnqOFWks1 .social-list {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sGnqOFWks1 .soc-item {
  width: 40px;
  height: 40px;
  background: #4f87fb;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0.25rem;
}
.cid-sGnqOFWks1 .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGnqOFWks1 .soc-item:hover {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGnqOFWks1 .soc-item:hover span {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-sGnqOFWks1 .social-list {
    margin-top: 50px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .cid-sGnqOFWks1 .brand {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sGnqOFWks1 .input-group-btn > * {
    width: 100%;
  }
  .cid-sGnqOFWks1 .btn .mbr-iconfont {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 350px) {
  .cid-sGnqOFWks1 .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sGnqOFWks1 .form-control {
    margin-bottom: 10px;
  }
  .cid-sGnqOFWks1 .input-group-btn .btn,
  .cid-sGnqOFWks1 .form-control {
    border-radius: 3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGnqOFWks1 .form-control {
    font-size: 1.12rem;
  }
}
.cid-sGnqOGzJvy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-sGnqOGzJvy section {
  position: relative;
}
.cid-sGnqOGzJvy .widget-title {
  font-weight: 600;
}
.cid-sGnqOGzJvy .widget-title.display-7 {
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.cid-sGnqOGzJvy .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-sGnqOGzJvy .item .card-box .item-title {
  font-weight: 300;
}
.cid-sGnqOGzJvy .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sGnqOGzJvy .item .card-img {
  width: auto;
  background-color: #4f87fb;
  border-radius: 100%;
}
.cid-sGnqOGzJvy .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-sGnqOGzJvy img {
  height: 100px;
  padding-right: 8px;
}
.cid-sGnqOGzJvy .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-sGnqOGzJvy .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-sGnqOGzJvy .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sGnqOGzJvy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sGnqOGzJvy .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-sGnqOGzJvy .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sGnqOGzJvy .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-sGnqOGzJvy .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 17px;
}
.cid-sGnqOGzJvy .item,
.cid-sGnqOGzJvy .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sGnqOGzJvy .item h4,
.cid-sGnqOGzJvy .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sGnqOGzJvy .link .card-img {
  padding-bottom: 3px;
}
.cid-sGnqOGzJvy .link .card-box .link-title {
  font-weight: 300;
}
.cid-sGnqOGzJvy .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-sGnqOGzJvy .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sGnqOGzJvy .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sGnqOGzJvy h5 {
    text-align: left !important;
  }
  .cid-sGnqOGzJvy .line-wrap {
    text-align: left !important;
  }
}
.cid-sGnqOGzJvy .item-title {
  color: #ffffff;
}
.cid-sGnqOGzJvy .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sGnqOGzJvy .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-sGnqOGzJvy .btn[class*="-outline"] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-sGnqOGzJvy .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-sGnqOGzJvy .btn[class*="-outline"]:active,
.cid-sGnqOGzJvy .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sGnqOGzJvy .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sGnqOGzJvy .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sGnqOGzJvy .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-sGnqOGzJvy .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-sGnqOGzJvy .box-list li:first-child {
  padding-top: 0;
}
.cid-sGnqOGzJvy .box-list li:last-child {
  border-bottom: none;
}
.cid-sGnqOGzJvy .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-sGnqOGzJvy .box-list.display-4 {
  line-height: 24px;
}
.cid-sGnqOGzJvy .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-sGnqOGzJvy .box-list li LI {
  color: #ff4a52;
}
.cid-sGnqOHnND3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-sGnqOHnND3 .links {
  text-align: center;
  color: #ffffff;
}
.cid-sGnqOHnND3 p {
  margin: 0;
}
.cid-sGnqOHnND3 a {
  color: #ffffff;
}
.cid-sGnqOHnND3 a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
