@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Niconne:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Niconne', handwriting;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'PT Serif', serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #011e3d !important;
}
.bg-success {
  background-color: #011e3d !important;
}
.bg-info {
  background-color: #645a4f !important;
}
.bg-warning {
  background-color: #870a0a !important;
}
.bg-danger {
  background-color: #9fa7b4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #011e3d !important;
  border-color: #011e3d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #645a4f !important;
  border-color: #645a4f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #39342d !important;
  border-color: #39342d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #39342d !important;
  border-color: #39342d !important;
}
.btn-success,
.btn-success:active {
  background-color: #011e3d !important;
  border-color: #011e3d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #870a0a !important;
  border-color: #870a0a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #400505 !important;
  border-color: #400505 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #400505 !important;
  border-color: #400505 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9fa7b4 !important;
  border-color: #9fa7b4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #748092 !important;
  border-color: #748092 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #748092 !important;
  border-color: #748092 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #011e3d;
  border-color: #011e3d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #011e3d !important;
  border-color: #011e3d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2b2722;
  color: #2b2722;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #645a4f;
  border-color: #645a4f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #645a4f !important;
  border-color: #645a4f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #011e3d;
  border-color: #011e3d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #011e3d !important;
  border-color: #011e3d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #280303;
  color: #280303;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #870a0a;
  border-color: #870a0a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #870a0a !important;
  border-color: #870a0a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #687385;
  color: #687385;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #9fa7b4;
  border-color: #9fa7b4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9fa7b4 !important;
  border-color: #9fa7b4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #011e3d !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #011e3d !important;
}
.text-info {
  color: #645a4f !important;
}
.text-warning {
  color: #870a0a !important;
}
.text-danger {
  color: #9fa7b4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2b2722 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #280303 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #687385 !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: #645a4f;
}
.alert-warning {
  background-color: #870a0a;
}
.alert-danger {
  background-color: #9fa7b4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #011e3d;
  border-color: #011e3d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #011e3d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #288efb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #288efb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a59a8d;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ef2222;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e7e9ec;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Serif', serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #011e3d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #011e3d;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #011e3d;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #011e3d;
  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: #011e3d;
  border-bottom-color: #011e3d;
}
.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: #011e3d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23011e3d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rVuGSPFfBt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rVuGSPFfBt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rVuGSPFfBt a {
  font-style: normal;
}
.cid-rVuGSPFfBt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rVuGSPFfBt .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rVuGSPFfBt .nav-item:focus,
.cid-rVuGSPFfBt .nav-link:focus {
  outline: none;
}
.cid-rVuGSPFfBt .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rVuGSPFfBt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rVuGSPFfBt .menu-logo {
  margin-right: auto;
}
.cid-rVuGSPFfBt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rVuGSPFfBt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rVuGSPFfBt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rVuGSPFfBt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rVuGSPFfBt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rVuGSPFfBt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rVuGSPFfBt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rVuGSPFfBt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rVuGSPFfBt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVuGSPFfBt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rVuGSPFfBt .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rVuGSPFfBt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rVuGSPFfBt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVuGSPFfBt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rVuGSPFfBt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVuGSPFfBt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rVuGSPFfBt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rVuGSPFfBt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rVuGSPFfBt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rVuGSPFfBt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rVuGSPFfBt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rVuGSPFfBt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rVuGSPFfBt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rVuGSPFfBt button.navbar-toggler:focus {
  outline: none;
}
.cid-rVuGSPFfBt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #870a0a;
}
.cid-rVuGSPFfBt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVuGSPFfBt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVuGSPFfBt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVuGSPFfBt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVuGSPFfBt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVuGSPFfBt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVuGSPFfBt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVuGSPFfBt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVuGSPFfBt .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rVuGSPFfBt .collapsed .btn {
  display: flex;
}
.cid-rVuGSPFfBt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rVuGSPFfBt .collapsed .navbar-collapse.collapsing,
.cid-rVuGSPFfBt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rVuGSPFfBt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rVuGSPFfBt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rVuGSPFfBt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rVuGSPFfBt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rVuGSPFfBt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rVuGSPFfBt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rVuGSPFfBt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rVuGSPFfBt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rVuGSPFfBt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rVuGSPFfBt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rVuGSPFfBt .collapsed button.navbar-toggler {
  display: block;
}
.cid-rVuGSPFfBt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rVuGSPFfBt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rVuGSPFfBt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rVuGSPFfBt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rVuGSPFfBt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rVuGSPFfBt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rVuGSPFfBt.navbar-expand {
    flex-direction: column;
  }
  .cid-rVuGSPFfBt img {
    height: 3.8rem !important;
  }
  .cid-rVuGSPFfBt .btn {
    display: flex;
  }
  .cid-rVuGSPFfBt button.navbar-toggler {
    display: block;
  }
  .cid-rVuGSPFfBt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rVuGSPFfBt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rVuGSPFfBt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rVuGSPFfBt .navbar-collapse.collapsing,
  .cid-rVuGSPFfBt .navbar-collapse.show {
    display: block !important;
  }
  .cid-rVuGSPFfBt .navbar-collapse.collapsing .navbar-nav,
  .cid-rVuGSPFfBt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rVuGSPFfBt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rVuGSPFfBt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rVuGSPFfBt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rVuGSPFfBt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rVuGSPFfBt .navbar-collapse.collapsing .navbar-buttons,
  .cid-rVuGSPFfBt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rVuGSPFfBt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rVuGSPFfBt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rVuGSPFfBt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rVuGSPFfBt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rVuGSPFfBt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rVuGSPFfBt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rVuGSPFfBt .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rVuGSPFfBt .navbar-collapse {
  flex-basis: auto;
}
.cid-rVuGSPFfBt .nav-link:hover,
.cid-rVuGSPFfBt .dropdown-item:hover {
  color: #011e3d !important;
}
.cid-qWnmSflSWV {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-qWnmSflSWV .image-block {
  margin: auto;
}
.cid-qWnmSflSWV figcaption {
  position: relative;
}
.cid-qWnmSflSWV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWnmSflSWV .image-block {
    width: 100% !important;
  }
}
.cid-qWntglV640 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-qWntglV640 .mbr-section-subtitle {
  color: #041034;
}
.cid-qWntglV640 .mbr-section-subtitle B {
  color: #041034;
}
.cid-qWntglV640 .mbr-section-subtitle I {
  color: #041034;
}
.cid-qWysHJ6Nby {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qWysHJ6Nby .image-block {
  margin: auto;
}
.cid-qWysHJ6Nby figcaption {
  position: relative;
}
.cid-qWysHJ6Nby figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qWysHJ6Nby .image-block {
    width: 100% !important;
  }
}
.cid-qWysHJ6Nby DIV {
  text-align: right;
  color: #836547;
}
.cid-rVuwhyFT3u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVuwhyFT3u .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rVuwhyFT3u .section-text {
  padding: 2rem 0;
}
.cid-rVuwhyFT3u .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rVuwhyFT3u .inner-container {
    width: 100% !important;
  }
}
.cid-rVuwhyFT3u .section-text DIV {
  color: #041034;
}
.cid-rVuwQrNZa0 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVuwQrNZa0 H2 {
  color: #03274e;
}
.cid-rVuwQrNZa0 .mbr-section-subtitle {
  color: #465052;
}
.cid-rVuwQrNZa0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uMfOgPFBjB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uMfOgPFBjB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uMfOgPFBjB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMfOgPFBjB .mbr-text {
    text-align: center;
  }
}
.cid-uMfOgPFBjB .mbr-text,
.cid-uMfOgPFBjB .mbr-section-btn {
  color: #232323;
}
.cid-uMfOgPFBjB H1 {
  color: #011e3d;
}
.cid-uMfOgPFBjB H3 {
  color: #5b686b;
}
.cid-uMePbytbVQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uMePbytbVQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uMePbytbVQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMePbytbVQ .mbr-text {
    text-align: center;
  }
}
.cid-uMePbytbVQ .mbr-text,
.cid-uMePbytbVQ .mbr-section-btn {
  color: #232323;
}
.cid-uMePbytbVQ H1 {
  color: #011e3d;
}
.cid-uMePbytbVQ H3 {
  color: #5b686b;
}
.cid-uMeQC23OZz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uMeQC23OZz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uMeQC23OZz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMeQC23OZz .mbr-text {
    text-align: center;
  }
}
.cid-uMeQC23OZz .mbr-text,
.cid-uMeQC23OZz .mbr-section-btn {
  color: #232323;
}
.cid-uMeQC23OZz H1 {
  color: #011e3d;
}
.cid-uMeQC23OZz H3 {
  color: #5b686b;
}
.cid-uMfC0rKsYm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uMfC0rKsYm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uMfC0rKsYm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMfC0rKsYm .mbr-text {
    text-align: center;
  }
}
.cid-uMfC0rKsYm .mbr-text,
.cid-uMfC0rKsYm .mbr-section-btn {
  color: #232323;
}
.cid-uMfC0rKsYm H1 {
  color: #011e3d;
}
.cid-uMfC0rKsYm H3 {
  color: #5b686b;
}
.cid-uMfC3GFbi2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uMfC3GFbi2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uMfC3GFbi2 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMfC3GFbi2 .mbr-text {
    text-align: center;
  }
}
.cid-uMfC3GFbi2 .mbr-text,
.cid-uMfC3GFbi2 .mbr-section-btn {
  color: #232323;
}
.cid-uMfC3GFbi2 H1 {
  color: #011e3d;
}
.cid-uMfC3GFbi2 H3 {
  color: #5b686b;
}
.cid-uMeQDJWRjy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uMeQDJWRjy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uMeQDJWRjy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMeQDJWRjy .mbr-text {
    text-align: center;
  }
}
.cid-uMeQDJWRjy .mbr-text,
.cid-uMeQDJWRjy .mbr-section-btn {
  color: #232323;
}
.cid-uMeQDJWRjy H1 {
  color: #011e3d;
}
.cid-uMeQDJWRjy H3 {
  color: #5b686b;
}
.cid-uMfC5lQ0fj {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uMfC5lQ0fj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uMfC5lQ0fj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uMfC5lQ0fj .mbr-text {
    text-align: center;
  }
}
.cid-uMfC5lQ0fj .mbr-text,
.cid-uMfC5lQ0fj .mbr-section-btn {
  color: #232323;
}
.cid-uMfC5lQ0fj H1 {
  color: #011e3d;
}
.cid-uMfC5lQ0fj H3 {
  color: #5b686b;
}
.cid-sEGxlqt32s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-sEGxlqt32s .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-sEGxlqt32s .mbr-section-subtitle B {
  color: #011e3d;
}
.cid-sEGxlqt32s H2 {
  color: #052251;
}
.cid-sEGwRunuvb {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sEGwRunuvb .card-box {
  padding: 0 2rem;
}
.cid-sEGwRunuvb .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sEGwRunuvb .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sEGwRunuvb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sEGwRunuvb p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sEGwRunuvb .mbr-text {
  color: #767676;
}
.cid-sEGwRunuvb .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sEGwRunuvb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sEGwTuQK1S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-sEGwTuQK1S .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-sEGwTuQK1S .mbr-section-subtitle B {
  color: #052251;
}
.cid-sEGwTuQK1S H2 {
  color: #052251;
}
.cid-sEGwUtJgnt {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sEGwUtJgnt .card-box {
  padding: 0 2rem;
}
.cid-sEGwUtJgnt .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sEGwUtJgnt .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sEGwUtJgnt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sEGwUtJgnt p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sEGwUtJgnt .mbr-text {
  color: #767676;
}
.cid-sEGwUtJgnt .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sEGwUtJgnt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rx05rjDpyV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #9fa7b4;
}
@media (max-width: 767px) {
  .cid-rx05rjDpyV .content {
    text-align: center;
  }
  .cid-rx05rjDpyV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rx05rjDpyV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rx05rjDpyV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rx05rjDpyV .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rx05rjDpyV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rx05rjDpyV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rx05rjDpyV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rx05rjDpyV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rx05rjDpyV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rx05rjDpyV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rx05rjDpyV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rx05rjDpyV .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rx05rjDpyV H5 {
  color: #041034;
  text-align: left;
}
.cid-rx05rjDpyV P {
  color: #041034;
  text-align: left;
}
.cid-qW62R7ltqE {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #011e3d, #011e3d);
}
.cid-qW62R7ltqE .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-qW62R7ltqE .social-list a:focus {
  text-decoration: none;
}
.cid-qW62NJigUG {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #011e3d;
}
.cid-qW62NJigUG .media-container-row .mbr-text {
  color: #9fa7b4;
}
.cid-tQTE9H8ADB .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tQTE9H8ADB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tQTE9H8ADB a {
  font-style: normal;
}
.cid-tQTE9H8ADB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tQTE9H8ADB .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tQTE9H8ADB .nav-item:focus,
.cid-tQTE9H8ADB .nav-link:focus {
  outline: none;
}
.cid-tQTE9H8ADB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tQTE9H8ADB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tQTE9H8ADB .menu-logo {
  margin-right: auto;
}
.cid-tQTE9H8ADB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tQTE9H8ADB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tQTE9H8ADB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tQTE9H8ADB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tQTE9H8ADB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tQTE9H8ADB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tQTE9H8ADB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tQTE9H8ADB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tQTE9H8ADB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQTE9H8ADB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tQTE9H8ADB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tQTE9H8ADB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tQTE9H8ADB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQTE9H8ADB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tQTE9H8ADB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQTE9H8ADB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tQTE9H8ADB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tQTE9H8ADB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tQTE9H8ADB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tQTE9H8ADB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tQTE9H8ADB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tQTE9H8ADB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tQTE9H8ADB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tQTE9H8ADB button.navbar-toggler:focus {
  outline: none;
}
.cid-tQTE9H8ADB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #870a0a;
}
.cid-tQTE9H8ADB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tQTE9H8ADB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tQTE9H8ADB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tQTE9H8ADB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tQTE9H8ADB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQTE9H8ADB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tQTE9H8ADB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tQTE9H8ADB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQTE9H8ADB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tQTE9H8ADB .collapsed .btn {
  display: flex;
}
.cid-tQTE9H8ADB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tQTE9H8ADB .collapsed .navbar-collapse.collapsing,
.cid-tQTE9H8ADB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tQTE9H8ADB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tQTE9H8ADB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tQTE9H8ADB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tQTE9H8ADB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tQTE9H8ADB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tQTE9H8ADB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tQTE9H8ADB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tQTE9H8ADB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tQTE9H8ADB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tQTE9H8ADB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tQTE9H8ADB .collapsed button.navbar-toggler {
  display: block;
}
.cid-tQTE9H8ADB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tQTE9H8ADB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tQTE9H8ADB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tQTE9H8ADB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tQTE9H8ADB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tQTE9H8ADB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tQTE9H8ADB.navbar-expand {
    flex-direction: column;
  }
  .cid-tQTE9H8ADB img {
    height: 3.8rem !important;
  }
  .cid-tQTE9H8ADB .btn {
    display: flex;
  }
  .cid-tQTE9H8ADB button.navbar-toggler {
    display: block;
  }
  .cid-tQTE9H8ADB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tQTE9H8ADB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tQTE9H8ADB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tQTE9H8ADB .navbar-collapse.collapsing,
  .cid-tQTE9H8ADB .navbar-collapse.show {
    display: block !important;
  }
  .cid-tQTE9H8ADB .navbar-collapse.collapsing .navbar-nav,
  .cid-tQTE9H8ADB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tQTE9H8ADB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tQTE9H8ADB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tQTE9H8ADB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tQTE9H8ADB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tQTE9H8ADB .navbar-collapse.collapsing .navbar-buttons,
  .cid-tQTE9H8ADB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tQTE9H8ADB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tQTE9H8ADB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tQTE9H8ADB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tQTE9H8ADB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tQTE9H8ADB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tQTE9H8ADB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tQTE9H8ADB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tQTE9H8ADB .navbar-collapse {
  flex-basis: auto;
}
.cid-tQTE9H8ADB .nav-link:hover,
.cid-tQTE9H8ADB .dropdown-item:hover {
  color: #011e3d !important;
}
.cid-tQTE9I6Slh {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tQTE9I6Slh .image-block {
  margin: auto;
}
.cid-tQTE9I6Slh figcaption {
  position: relative;
}
.cid-tQTE9I6Slh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tQTE9I6Slh .image-block {
    width: 100% !important;
  }
}
.cid-tQTE9ILbmm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-tQTE9ILbmm .mbr-section-subtitle {
  color: #041034;
}
.cid-tQTE9ILbmm .mbr-section-subtitle B {
  color: #041034;
}
.cid-tQTE9ILbmm .mbr-section-subtitle I {
  color: #041034;
}
.cid-tQTE9JImpZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-tQTE9JImpZ .image-block {
  margin: auto;
}
.cid-tQTE9JImpZ figcaption {
  position: relative;
}
.cid-tQTE9JImpZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tQTE9JImpZ .image-block {
    width: 100% !important;
  }
}
.cid-tQTE9JImpZ DIV {
  text-align: left;
  color: #5b686b;
}
.cid-uMf3ULxFk4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMf3ULxFk4 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMf3ULxFk4 .section-text {
  padding: 2rem 0;
}
.cid-uMf3ULxFk4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMf3ULxFk4 .inner-container {
    width: 100% !important;
  }
}
.cid-uMf3ULxFk4 .section-text DIV {
  color: #041034;
}
.cid-tQTE9LoIHn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQTE9LoIHn H2 {
  color: #011e3d;
}
.cid-tQTE9LoIHn .mbr-section-subtitle {
  color: #465052;
}
.cid-tQTE9LoIHn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tQTE9LPDwe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tQTE9LPDwe .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tQTE9LPDwe .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-tQTE9LPDwe .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tQTE9LPDwe .inner-container {
    width: 100% !important;
  }
}
.cid-tQTE9LPDwe .section-text DIV {
  text-align: left;
}
.cid-tQTE9M8o6k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-tQTE9M8o6k .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-tQTE9M8o6k .mbr-section-subtitle B {
  color: #011e3d;
}
.cid-tQTE9M8o6k H2 {
  color: #052251;
}
.cid-tQTE9MwVZ0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tQTE9MwVZ0 .card-box {
  padding: 0 2rem;
}
.cid-tQTE9MwVZ0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tQTE9MwVZ0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tQTE9MwVZ0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tQTE9MwVZ0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tQTE9MwVZ0 .mbr-text {
  color: #767676;
}
.cid-tQTE9MwVZ0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tQTE9MwVZ0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tQTE9Ne2ws {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-tQTE9Ne2ws .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-tQTE9Ne2ws .mbr-section-subtitle B {
  color: #052251;
}
.cid-tQTE9Ne2ws H2 {
  color: #052251;
}
.cid-tQTE9NEI3x {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tQTE9NEI3x .card-box {
  padding: 0 2rem;
}
.cid-tQTE9NEI3x .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tQTE9NEI3x .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tQTE9NEI3x h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tQTE9NEI3x p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tQTE9NEI3x .mbr-text {
  color: #767676;
}
.cid-tQTE9NEI3x .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tQTE9NEI3x .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tQTE9OttwX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #9fa7b4;
}
@media (max-width: 767px) {
  .cid-tQTE9OttwX .content {
    text-align: center;
  }
  .cid-tQTE9OttwX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQTE9OttwX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tQTE9OttwX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tQTE9OttwX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tQTE9OttwX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tQTE9OttwX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tQTE9OttwX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tQTE9OttwX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tQTE9OttwX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQTE9OttwX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tQTE9OttwX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQTE9OttwX .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tQTE9OttwX H5 {
  color: #041034;
  text-align: left;
}
.cid-tQTE9OttwX P {
  color: #041034;
  text-align: left;
}
.cid-tQTE9PfaAK {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #011e3d, #011e3d);
}
.cid-tQTE9PfaAK .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-tQTE9PfaAK .social-list a:focus {
  text-decoration: none;
}
.cid-tQTE9Q3FZV {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #011e3d;
}
.cid-tQTE9Q3FZV .media-container-row .mbr-text {
  color: #9fa7b4;
}
.cid-uMffHE4YLu .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uMffHE4YLu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uMffHE4YLu a {
  font-style: normal;
}
.cid-uMffHE4YLu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uMffHE4YLu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uMffHE4YLu .nav-item:focus,
.cid-uMffHE4YLu .nav-link:focus {
  outline: none;
}
.cid-uMffHE4YLu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uMffHE4YLu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uMffHE4YLu .menu-logo {
  margin-right: auto;
}
.cid-uMffHE4YLu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uMffHE4YLu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uMffHE4YLu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uMffHE4YLu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uMffHE4YLu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uMffHE4YLu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uMffHE4YLu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uMffHE4YLu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uMffHE4YLu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMffHE4YLu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uMffHE4YLu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uMffHE4YLu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uMffHE4YLu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMffHE4YLu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uMffHE4YLu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMffHE4YLu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uMffHE4YLu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uMffHE4YLu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uMffHE4YLu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uMffHE4YLu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uMffHE4YLu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uMffHE4YLu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uMffHE4YLu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uMffHE4YLu button.navbar-toggler:focus {
  outline: none;
}
.cid-uMffHE4YLu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #870a0a;
}
.cid-uMffHE4YLu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMffHE4YLu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMffHE4YLu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMffHE4YLu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMffHE4YLu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMffHE4YLu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMffHE4YLu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMffHE4YLu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMffHE4YLu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uMffHE4YLu .collapsed .btn {
  display: flex;
}
.cid-uMffHE4YLu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uMffHE4YLu .collapsed .navbar-collapse.collapsing,
.cid-uMffHE4YLu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uMffHE4YLu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMffHE4YLu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uMffHE4YLu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMffHE4YLu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uMffHE4YLu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMffHE4YLu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uMffHE4YLu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMffHE4YLu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uMffHE4YLu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMffHE4YLu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uMffHE4YLu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uMffHE4YLu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uMffHE4YLu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uMffHE4YLu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uMffHE4YLu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uMffHE4YLu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uMffHE4YLu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uMffHE4YLu.navbar-expand {
    flex-direction: column;
  }
  .cid-uMffHE4YLu img {
    height: 3.8rem !important;
  }
  .cid-uMffHE4YLu .btn {
    display: flex;
  }
  .cid-uMffHE4YLu button.navbar-toggler {
    display: block;
  }
  .cid-uMffHE4YLu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uMffHE4YLu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uMffHE4YLu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uMffHE4YLu .navbar-collapse.collapsing,
  .cid-uMffHE4YLu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uMffHE4YLu .navbar-collapse.collapsing .navbar-nav,
  .cid-uMffHE4YLu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uMffHE4YLu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMffHE4YLu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uMffHE4YLu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMffHE4YLu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMffHE4YLu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMffHE4YLu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uMffHE4YLu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMffHE4YLu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMffHE4YLu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uMffHE4YLu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uMffHE4YLu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uMffHE4YLu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uMffHE4YLu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uMffHE4YLu .navbar-collapse {
  flex-basis: auto;
}
.cid-uMffHE4YLu .nav-link:hover,
.cid-uMffHE4YLu .dropdown-item:hover {
  color: #011e3d !important;
}
.cid-uMffHGRX0m {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uMffHGRX0m .image-block {
  margin: auto;
}
.cid-uMffHGRX0m figcaption {
  position: relative;
}
.cid-uMffHGRX0m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMffHGRX0m .image-block {
    width: 100% !important;
  }
}
.cid-uMffHHZJiv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uMffHHZJiv .mbr-section-subtitle {
  color: #041034;
}
.cid-uMffHHZJiv .mbr-section-subtitle B {
  color: #041034;
}
.cid-uMffHHZJiv .mbr-section-subtitle I {
  color: #041034;
}
.cid-uMffHKxiAW {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uMffHKxiAW .image-block {
  margin: auto;
}
.cid-uMffHKxiAW figcaption {
  position: relative;
}
.cid-uMffHKxiAW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMffHKxiAW .image-block {
    width: 100% !important;
  }
}
.cid-uMffHKxiAW DIV {
  text-align: left;
  color: #5b686b;
}
.cid-uMffHLnKpZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMffHLnKpZ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMffHLnKpZ .section-text {
  padding: 2rem 0;
}
.cid-uMffHLnKpZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMffHLnKpZ .inner-container {
    width: 100% !important;
  }
}
.cid-uMffHLnKpZ .section-text DIV {
  color: #041034;
}
.cid-uMffHM13Jk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMffHM13Jk H2 {
  color: #011e3d;
}
.cid-uMffHM13Jk .mbr-section-subtitle {
  color: #465052;
}
.cid-uMffHM13Jk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uMffHMZSp0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uMffHMZSp0 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMffHMZSp0 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uMffHMZSp0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMffHMZSp0 .inner-container {
    width: 100% !important;
  }
}
.cid-uMffHMZSp0 .section-text DIV {
  text-align: left;
}
.cid-uMffHPtXAW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uMffHPtXAW .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-uMffHPtXAW .mbr-section-subtitle B {
  color: #011e3d;
}
.cid-uMffHPtXAW H2 {
  color: #052251;
}
.cid-uMffHQdJf6 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uMffHQdJf6 .card-box {
  padding: 0 2rem;
}
.cid-uMffHQdJf6 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uMffHQdJf6 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uMffHQdJf6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uMffHQdJf6 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uMffHQdJf6 .mbr-text {
  color: #767676;
}
.cid-uMffHQdJf6 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMffHQdJf6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uMffHS3Sin {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uMffHS3Sin .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-uMffHS3Sin .mbr-section-subtitle B {
  color: #052251;
}
.cid-uMffHS3Sin H2 {
  color: #052251;
}
.cid-uMffHSK7SB {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uMffHSK7SB .card-box {
  padding: 0 2rem;
}
.cid-uMffHSK7SB .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uMffHSK7SB .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uMffHSK7SB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uMffHSK7SB p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uMffHSK7SB .mbr-text {
  color: #767676;
}
.cid-uMffHSK7SB .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMffHSK7SB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uMffHUFOLj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #9fa7b4;
}
@media (max-width: 767px) {
  .cid-uMffHUFOLj .content {
    text-align: center;
  }
  .cid-uMffHUFOLj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMffHUFOLj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMffHUFOLj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMffHUFOLj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uMffHUFOLj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMffHUFOLj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uMffHUFOLj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uMffHUFOLj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uMffHUFOLj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMffHUFOLj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMffHUFOLj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMffHUFOLj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uMffHUFOLj H5 {
  color: #041034;
  text-align: left;
}
.cid-uMffHUFOLj P {
  color: #041034;
  text-align: left;
}
.cid-uMffHWEdIK {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #011e3d, #011e3d);
}
.cid-uMffHWEdIK .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uMffHWEdIK .social-list a:focus {
  text-decoration: none;
}
.cid-uMffHXWmSk {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #011e3d;
}
.cid-uMffHXWmSk .media-container-row .mbr-text {
  color: #9fa7b4;
}
.cid-uMfjd8ZG6s .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uMfjd8ZG6s .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uMfjd8ZG6s a {
  font-style: normal;
}
.cid-uMfjd8ZG6s .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uMfjd8ZG6s .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uMfjd8ZG6s .nav-item:focus,
.cid-uMfjd8ZG6s .nav-link:focus {
  outline: none;
}
.cid-uMfjd8ZG6s .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uMfjd8ZG6s .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uMfjd8ZG6s .menu-logo {
  margin-right: auto;
}
.cid-uMfjd8ZG6s .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uMfjd8ZG6s .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uMfjd8ZG6s .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uMfjd8ZG6s .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uMfjd8ZG6s .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uMfjd8ZG6s .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uMfjd8ZG6s .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uMfjd8ZG6s .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uMfjd8ZG6s .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMfjd8ZG6s .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uMfjd8ZG6s .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uMfjd8ZG6s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uMfjd8ZG6s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMfjd8ZG6s .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uMfjd8ZG6s .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMfjd8ZG6s .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uMfjd8ZG6s .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uMfjd8ZG6s .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uMfjd8ZG6s .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uMfjd8ZG6s .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uMfjd8ZG6s .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uMfjd8ZG6s .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uMfjd8ZG6s button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uMfjd8ZG6s button.navbar-toggler:focus {
  outline: none;
}
.cid-uMfjd8ZG6s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #870a0a;
}
.cid-uMfjd8ZG6s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMfjd8ZG6s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMfjd8ZG6s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMfjd8ZG6s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMfjd8ZG6s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMfjd8ZG6s nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMfjd8ZG6s nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMfjd8ZG6s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMfjd8ZG6s .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uMfjd8ZG6s .collapsed .btn {
  display: flex;
}
.cid-uMfjd8ZG6s .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.collapsing,
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMfjd8ZG6s .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uMfjd8ZG6s .collapsed button.navbar-toggler {
  display: block;
}
.cid-uMfjd8ZG6s .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uMfjd8ZG6s .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uMfjd8ZG6s .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uMfjd8ZG6s .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uMfjd8ZG6s .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uMfjd8ZG6s .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uMfjd8ZG6s.navbar-expand {
    flex-direction: column;
  }
  .cid-uMfjd8ZG6s img {
    height: 3.8rem !important;
  }
  .cid-uMfjd8ZG6s .btn {
    display: flex;
  }
  .cid-uMfjd8ZG6s button.navbar-toggler {
    display: block;
  }
  .cid-uMfjd8ZG6s .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uMfjd8ZG6s .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uMfjd8ZG6s .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uMfjd8ZG6s .navbar-collapse.collapsing,
  .cid-uMfjd8ZG6s .navbar-collapse.show {
    display: block !important;
  }
  .cid-uMfjd8ZG6s .navbar-collapse.collapsing .navbar-nav,
  .cid-uMfjd8ZG6s .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uMfjd8ZG6s .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMfjd8ZG6s .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uMfjd8ZG6s .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMfjd8ZG6s .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMfjd8ZG6s .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMfjd8ZG6s .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uMfjd8ZG6s .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMfjd8ZG6s .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMfjd8ZG6s .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uMfjd8ZG6s .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uMfjd8ZG6s .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uMfjd8ZG6s .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uMfjd8ZG6s .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uMfjd8ZG6s .navbar-collapse {
  flex-basis: auto;
}
.cid-uMfjd8ZG6s .nav-link:hover,
.cid-uMfjd8ZG6s .dropdown-item:hover {
  color: #011e3d !important;
}
.cid-uMfjdbtmzQ {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uMfjdbtmzQ .image-block {
  margin: auto;
}
.cid-uMfjdbtmzQ figcaption {
  position: relative;
}
.cid-uMfjdbtmzQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMfjdbtmzQ .image-block {
    width: 100% !important;
  }
}
.cid-uMfjdcPFYI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uMfjdcPFYI .mbr-section-subtitle {
  color: #041034;
}
.cid-uMfjdcPFYI .mbr-section-subtitle B {
  color: #041034;
}
.cid-uMfjdcPFYI .mbr-section-subtitle I {
  color: #041034;
}
.cid-uMfjddQOuQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uMfjddQOuQ .image-block {
  margin: auto;
}
.cid-uMfjddQOuQ figcaption {
  position: relative;
}
.cid-uMfjddQOuQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMfjddQOuQ .image-block {
    width: 100% !important;
  }
}
.cid-uMfjddQOuQ DIV {
  text-align: left;
  color: #5b686b;
}
.cid-uMfjdeHy0r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMfjdeHy0r .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMfjdeHy0r .section-text {
  padding: 2rem 0;
}
.cid-uMfjdeHy0r .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMfjdeHy0r .inner-container {
    width: 100% !important;
  }
}
.cid-uMfjdeHy0r .section-text DIV {
  color: #041034;
}
.cid-uMfjdfpVcy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMfjdfpVcy H2 {
  color: #011e3d;
}
.cid-uMfjdfpVcy .mbr-section-subtitle {
  color: #465052;
}
.cid-uMfjdfpVcy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uMfjdgu5Xd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uMfjdgu5Xd .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMfjdgu5Xd .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uMfjdgu5Xd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMfjdgu5Xd .inner-container {
    width: 100% !important;
  }
}
.cid-uMfjdgu5Xd .section-text DIV {
  text-align: left;
}
.cid-uMfjdhqUkf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uMfjdhqUkf .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-uMfjdhqUkf .mbr-section-subtitle B {
  color: #011e3d;
}
.cid-uMfjdhqUkf H2 {
  color: #052251;
}
.cid-uMfjdifpV1 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uMfjdifpV1 .card-box {
  padding: 0 2rem;
}
.cid-uMfjdifpV1 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uMfjdifpV1 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uMfjdifpV1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uMfjdifpV1 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uMfjdifpV1 .mbr-text {
  color: #767676;
}
.cid-uMfjdifpV1 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMfjdifpV1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uMfjdkBKBU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uMfjdkBKBU .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-uMfjdkBKBU .mbr-section-subtitle B {
  color: #052251;
}
.cid-uMfjdkBKBU H2 {
  color: #052251;
}
.cid-uMfjdlqdNk {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uMfjdlqdNk .card-box {
  padding: 0 2rem;
}
.cid-uMfjdlqdNk .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uMfjdlqdNk .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uMfjdlqdNk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uMfjdlqdNk p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uMfjdlqdNk .mbr-text {
  color: #767676;
}
.cid-uMfjdlqdNk .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMfjdlqdNk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uMfjdnJBj6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #9fa7b4;
}
@media (max-width: 767px) {
  .cid-uMfjdnJBj6 .content {
    text-align: center;
  }
  .cid-uMfjdnJBj6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMfjdnJBj6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMfjdnJBj6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMfjdnJBj6 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uMfjdnJBj6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMfjdnJBj6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uMfjdnJBj6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uMfjdnJBj6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uMfjdnJBj6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMfjdnJBj6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMfjdnJBj6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMfjdnJBj6 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uMfjdnJBj6 H5 {
  color: #041034;
  text-align: left;
}
.cid-uMfjdnJBj6 P {
  color: #041034;
  text-align: left;
}
.cid-uMfjdplKKD {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #011e3d, #011e3d);
}
.cid-uMfjdplKKD .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uMfjdplKKD .social-list a:focus {
  text-decoration: none;
}
.cid-uMfjdqEHkc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #011e3d;
}
.cid-uMfjdqEHkc .media-container-row .mbr-text {
  color: #9fa7b4;
}
.cid-uMfsBr7Y2J .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uMfsBr7Y2J .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uMfsBr7Y2J a {
  font-style: normal;
}
.cid-uMfsBr7Y2J .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uMfsBr7Y2J .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uMfsBr7Y2J .nav-item:focus,
.cid-uMfsBr7Y2J .nav-link:focus {
  outline: none;
}
.cid-uMfsBr7Y2J .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uMfsBr7Y2J .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uMfsBr7Y2J .menu-logo {
  margin-right: auto;
}
.cid-uMfsBr7Y2J .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uMfsBr7Y2J .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uMfsBr7Y2J .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uMfsBr7Y2J .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uMfsBr7Y2J .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uMfsBr7Y2J .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uMfsBr7Y2J .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uMfsBr7Y2J .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uMfsBr7Y2J .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMfsBr7Y2J .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uMfsBr7Y2J .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uMfsBr7Y2J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uMfsBr7Y2J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMfsBr7Y2J .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uMfsBr7Y2J .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMfsBr7Y2J .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uMfsBr7Y2J .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uMfsBr7Y2J .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uMfsBr7Y2J .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uMfsBr7Y2J .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uMfsBr7Y2J .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uMfsBr7Y2J .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uMfsBr7Y2J button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uMfsBr7Y2J button.navbar-toggler:focus {
  outline: none;
}
.cid-uMfsBr7Y2J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #870a0a;
}
.cid-uMfsBr7Y2J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMfsBr7Y2J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMfsBr7Y2J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMfsBr7Y2J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMfsBr7Y2J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMfsBr7Y2J nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMfsBr7Y2J nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMfsBr7Y2J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMfsBr7Y2J .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uMfsBr7Y2J .collapsed .btn {
  display: flex;
}
.cid-uMfsBr7Y2J .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.collapsing,
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMfsBr7Y2J .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uMfsBr7Y2J .collapsed button.navbar-toggler {
  display: block;
}
.cid-uMfsBr7Y2J .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uMfsBr7Y2J .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uMfsBr7Y2J .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uMfsBr7Y2J .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uMfsBr7Y2J .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uMfsBr7Y2J .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uMfsBr7Y2J.navbar-expand {
    flex-direction: column;
  }
  .cid-uMfsBr7Y2J img {
    height: 3.8rem !important;
  }
  .cid-uMfsBr7Y2J .btn {
    display: flex;
  }
  .cid-uMfsBr7Y2J button.navbar-toggler {
    display: block;
  }
  .cid-uMfsBr7Y2J .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uMfsBr7Y2J .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uMfsBr7Y2J .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uMfsBr7Y2J .navbar-collapse.collapsing,
  .cid-uMfsBr7Y2J .navbar-collapse.show {
    display: block !important;
  }
  .cid-uMfsBr7Y2J .navbar-collapse.collapsing .navbar-nav,
  .cid-uMfsBr7Y2J .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uMfsBr7Y2J .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMfsBr7Y2J .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uMfsBr7Y2J .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMfsBr7Y2J .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMfsBr7Y2J .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMfsBr7Y2J .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uMfsBr7Y2J .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMfsBr7Y2J .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMfsBr7Y2J .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uMfsBr7Y2J .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uMfsBr7Y2J .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uMfsBr7Y2J .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uMfsBr7Y2J .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uMfsBr7Y2J .navbar-collapse {
  flex-basis: auto;
}
.cid-uMfsBr7Y2J .nav-link:hover,
.cid-uMfsBr7Y2J .dropdown-item:hover {
  color: #011e3d !important;
}
.cid-uMfsBtZATk {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uMfsBtZATk .image-block {
  margin: auto;
}
.cid-uMfsBtZATk figcaption {
  position: relative;
}
.cid-uMfsBtZATk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMfsBtZATk .image-block {
    width: 100% !important;
  }
}
.cid-uMfsBvmK7f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uMfsBvmK7f .mbr-section-subtitle {
  color: #041034;
}
.cid-uMfsBvmK7f .mbr-section-subtitle B {
  color: #041034;
}
.cid-uMfsBvmK7f .mbr-section-subtitle I {
  color: #041034;
}
.cid-uMfsBweSHt {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uMfsBweSHt .image-block {
  margin: auto;
}
.cid-uMfsBweSHt figcaption {
  position: relative;
}
.cid-uMfsBweSHt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMfsBweSHt .image-block {
    width: 100% !important;
  }
}
.cid-uMfsBweSHt DIV {
  text-align: left;
  color: #5b686b;
}
.cid-uMfsBwZoUE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMfsBwZoUE .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMfsBwZoUE .section-text {
  padding: 2rem 0;
}
.cid-uMfsBwZoUE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMfsBwZoUE .inner-container {
    width: 100% !important;
  }
}
.cid-uMfsBwZoUE .section-text DIV {
  color: #041034;
}
.cid-uMfsBxDegB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMfsBxDegB H2 {
  color: #011e3d;
}
.cid-uMfsBxDegB .mbr-section-subtitle {
  color: #465052;
}
.cid-uMfsBxDegB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uMfsBzfWk1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uMfsBzfWk1 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMfsBzfWk1 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uMfsBzfWk1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMfsBzfWk1 .inner-container {
    width: 100% !important;
  }
}
.cid-uMfsBzfWk1 .section-text DIV {
  text-align: left;
}
.cid-uMfsBCasvk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uMfsBCasvk .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-uMfsBCasvk .mbr-section-subtitle B {
  color: #011e3d;
}
.cid-uMfsBCasvk H2 {
  color: #052251;
}
.cid-uMfsBD4MPv {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uMfsBD4MPv .card-box {
  padding: 0 2rem;
}
.cid-uMfsBD4MPv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uMfsBD4MPv .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uMfsBD4MPv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uMfsBD4MPv p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uMfsBD4MPv .mbr-text {
  color: #767676;
}
.cid-uMfsBD4MPv .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMfsBD4MPv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uMfsBFfdmp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uMfsBFfdmp .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-uMfsBFfdmp .mbr-section-subtitle B {
  color: #052251;
}
.cid-uMfsBFfdmp H2 {
  color: #052251;
}
.cid-uMfsBG7RMR {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uMfsBG7RMR .card-box {
  padding: 0 2rem;
}
.cid-uMfsBG7RMR .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uMfsBG7RMR .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uMfsBG7RMR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uMfsBG7RMR p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uMfsBG7RMR .mbr-text {
  color: #767676;
}
.cid-uMfsBG7RMR .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMfsBG7RMR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uMfsBIExex {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #9fa7b4;
}
@media (max-width: 767px) {
  .cid-uMfsBIExex .content {
    text-align: center;
  }
  .cid-uMfsBIExex .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMfsBIExex .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMfsBIExex .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMfsBIExex .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uMfsBIExex .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMfsBIExex .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uMfsBIExex .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uMfsBIExex .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uMfsBIExex .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMfsBIExex .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMfsBIExex .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMfsBIExex .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uMfsBIExex H5 {
  color: #041034;
  text-align: left;
}
.cid-uMfsBIExex P {
  color: #041034;
  text-align: left;
}
.cid-uMfsBNq1XP {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #011e3d, #011e3d);
}
.cid-uMfsBNq1XP .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uMfsBNq1XP .social-list a:focus {
  text-decoration: none;
}
.cid-uMfsBS8RNs {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #011e3d;
}
.cid-uMfsBS8RNs .media-container-row .mbr-text {
  color: #9fa7b4;
}
.cid-uMfx1AaQdG .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uMfx1AaQdG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uMfx1AaQdG a {
  font-style: normal;
}
.cid-uMfx1AaQdG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uMfx1AaQdG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uMfx1AaQdG .nav-item:focus,
.cid-uMfx1AaQdG .nav-link:focus {
  outline: none;
}
.cid-uMfx1AaQdG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uMfx1AaQdG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uMfx1AaQdG .menu-logo {
  margin-right: auto;
}
.cid-uMfx1AaQdG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uMfx1AaQdG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uMfx1AaQdG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uMfx1AaQdG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uMfx1AaQdG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uMfx1AaQdG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uMfx1AaQdG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uMfx1AaQdG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uMfx1AaQdG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMfx1AaQdG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uMfx1AaQdG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uMfx1AaQdG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uMfx1AaQdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMfx1AaQdG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uMfx1AaQdG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMfx1AaQdG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uMfx1AaQdG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uMfx1AaQdG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uMfx1AaQdG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uMfx1AaQdG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uMfx1AaQdG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uMfx1AaQdG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uMfx1AaQdG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uMfx1AaQdG button.navbar-toggler:focus {
  outline: none;
}
.cid-uMfx1AaQdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #870a0a;
}
.cid-uMfx1AaQdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMfx1AaQdG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMfx1AaQdG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMfx1AaQdG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMfx1AaQdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMfx1AaQdG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMfx1AaQdG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMfx1AaQdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMfx1AaQdG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uMfx1AaQdG .collapsed .btn {
  display: flex;
}
.cid-uMfx1AaQdG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uMfx1AaQdG .collapsed .navbar-collapse.collapsing,
.cid-uMfx1AaQdG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uMfx1AaQdG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMfx1AaQdG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uMfx1AaQdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMfx1AaQdG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uMfx1AaQdG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMfx1AaQdG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uMfx1AaQdG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMfx1AaQdG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uMfx1AaQdG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMfx1AaQdG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uMfx1AaQdG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uMfx1AaQdG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uMfx1AaQdG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uMfx1AaQdG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uMfx1AaQdG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uMfx1AaQdG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uMfx1AaQdG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uMfx1AaQdG.navbar-expand {
    flex-direction: column;
  }
  .cid-uMfx1AaQdG img {
    height: 3.8rem !important;
  }
  .cid-uMfx1AaQdG .btn {
    display: flex;
  }
  .cid-uMfx1AaQdG button.navbar-toggler {
    display: block;
  }
  .cid-uMfx1AaQdG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uMfx1AaQdG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uMfx1AaQdG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uMfx1AaQdG .navbar-collapse.collapsing,
  .cid-uMfx1AaQdG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uMfx1AaQdG .navbar-collapse.collapsing .navbar-nav,
  .cid-uMfx1AaQdG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uMfx1AaQdG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMfx1AaQdG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uMfx1AaQdG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMfx1AaQdG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMfx1AaQdG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMfx1AaQdG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uMfx1AaQdG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMfx1AaQdG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMfx1AaQdG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uMfx1AaQdG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uMfx1AaQdG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uMfx1AaQdG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uMfx1AaQdG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uMfx1AaQdG .navbar-collapse {
  flex-basis: auto;
}
.cid-uMfx1AaQdG .nav-link:hover,
.cid-uMfx1AaQdG .dropdown-item:hover {
  color: #011e3d !important;
}
.cid-uMfx1CQIsP {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uMfx1CQIsP .image-block {
  margin: auto;
}
.cid-uMfx1CQIsP figcaption {
  position: relative;
}
.cid-uMfx1CQIsP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMfx1CQIsP .image-block {
    width: 100% !important;
  }
}
.cid-uMfx1DA8iq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uMfx1DA8iq .mbr-section-subtitle {
  color: #041034;
}
.cid-uMfx1DA8iq .mbr-section-subtitle B {
  color: #041034;
}
.cid-uMfx1DA8iq .mbr-section-subtitle I {
  color: #041034;
}
.cid-uMfx1Ele3i {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uMfx1Ele3i .image-block {
  margin: auto;
}
.cid-uMfx1Ele3i figcaption {
  position: relative;
}
.cid-uMfx1Ele3i figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMfx1Ele3i .image-block {
    width: 100% !important;
  }
}
.cid-uMfx1Ele3i DIV {
  text-align: left;
  color: #5b686b;
}
.cid-uMfx1Fdn99 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMfx1Fdn99 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMfx1Fdn99 .section-text {
  padding: 2rem 0;
}
.cid-uMfx1Fdn99 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMfx1Fdn99 .inner-container {
    width: 100% !important;
  }
}
.cid-uMfx1Fdn99 .section-text DIV {
  color: #041034;
}
.cid-uMfx1FWLdD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMfx1FWLdD H2 {
  color: #011e3d;
}
.cid-uMfx1FWLdD .mbr-section-subtitle {
  color: #465052;
}
.cid-uMfx1FWLdD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uMfx1GS6G3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uMfx1GS6G3 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMfx1GS6G3 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uMfx1GS6G3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMfx1GS6G3 .inner-container {
    width: 100% !important;
  }
}
.cid-uMfx1GS6G3 .section-text DIV {
  text-align: left;
}
.cid-uMfx1HMrgN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uMfx1HMrgN .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-uMfx1HMrgN .mbr-section-subtitle B {
  color: #011e3d;
}
.cid-uMfx1HMrgN H2 {
  color: #052251;
}
.cid-uMfx1IZi4e {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uMfx1IZi4e .card-box {
  padding: 0 2rem;
}
.cid-uMfx1IZi4e .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uMfx1IZi4e .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uMfx1IZi4e h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uMfx1IZi4e p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uMfx1IZi4e .mbr-text {
  color: #767676;
}
.cid-uMfx1IZi4e .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMfx1IZi4e .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uMfx1KS9Pu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uMfx1KS9Pu .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-uMfx1KS9Pu .mbr-section-subtitle B {
  color: #052251;
}
.cid-uMfx1KS9Pu H2 {
  color: #052251;
}
.cid-uMfx1LEyX5 {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uMfx1LEyX5 .card-box {
  padding: 0 2rem;
}
.cid-uMfx1LEyX5 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uMfx1LEyX5 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uMfx1LEyX5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uMfx1LEyX5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uMfx1LEyX5 .mbr-text {
  color: #767676;
}
.cid-uMfx1LEyX5 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMfx1LEyX5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uMfx1Ns03W {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #9fa7b4;
}
@media (max-width: 767px) {
  .cid-uMfx1Ns03W .content {
    text-align: center;
  }
  .cid-uMfx1Ns03W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMfx1Ns03W .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMfx1Ns03W .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMfx1Ns03W .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uMfx1Ns03W .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMfx1Ns03W .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uMfx1Ns03W .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uMfx1Ns03W .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uMfx1Ns03W .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMfx1Ns03W .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMfx1Ns03W .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMfx1Ns03W .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uMfx1Ns03W H5 {
  color: #041034;
  text-align: left;
}
.cid-uMfx1Ns03W P {
  color: #041034;
  text-align: left;
}
.cid-uMfx1P9oD7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #011e3d, #011e3d);
}
.cid-uMfx1P9oD7 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uMfx1P9oD7 .social-list a:focus {
  text-decoration: none;
}
.cid-uMfx1QjF18 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #011e3d;
}
.cid-uMfx1QjF18 .media-container-row .mbr-text {
  color: #9fa7b4;
}
.cid-uMfv7Q5Kxy .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uMfv7Q5Kxy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uMfv7Q5Kxy a {
  font-style: normal;
}
.cid-uMfv7Q5Kxy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uMfv7Q5Kxy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uMfv7Q5Kxy .nav-item:focus,
.cid-uMfv7Q5Kxy .nav-link:focus {
  outline: none;
}
.cid-uMfv7Q5Kxy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uMfv7Q5Kxy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uMfv7Q5Kxy .menu-logo {
  margin-right: auto;
}
.cid-uMfv7Q5Kxy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uMfv7Q5Kxy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uMfv7Q5Kxy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uMfv7Q5Kxy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uMfv7Q5Kxy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uMfv7Q5Kxy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uMfv7Q5Kxy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uMfv7Q5Kxy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uMfv7Q5Kxy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMfv7Q5Kxy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uMfv7Q5Kxy .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uMfv7Q5Kxy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uMfv7Q5Kxy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMfv7Q5Kxy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uMfv7Q5Kxy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMfv7Q5Kxy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uMfv7Q5Kxy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uMfv7Q5Kxy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uMfv7Q5Kxy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uMfv7Q5Kxy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uMfv7Q5Kxy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uMfv7Q5Kxy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uMfv7Q5Kxy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uMfv7Q5Kxy button.navbar-toggler:focus {
  outline: none;
}
.cid-uMfv7Q5Kxy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #870a0a;
}
.cid-uMfv7Q5Kxy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMfv7Q5Kxy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMfv7Q5Kxy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMfv7Q5Kxy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMfv7Q5Kxy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMfv7Q5Kxy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMfv7Q5Kxy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMfv7Q5Kxy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMfv7Q5Kxy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uMfv7Q5Kxy .collapsed .btn {
  display: flex;
}
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.collapsing,
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMfv7Q5Kxy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uMfv7Q5Kxy .collapsed button.navbar-toggler {
  display: block;
}
.cid-uMfv7Q5Kxy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uMfv7Q5Kxy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uMfv7Q5Kxy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uMfv7Q5Kxy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uMfv7Q5Kxy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uMfv7Q5Kxy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uMfv7Q5Kxy.navbar-expand {
    flex-direction: column;
  }
  .cid-uMfv7Q5Kxy img {
    height: 3.8rem !important;
  }
  .cid-uMfv7Q5Kxy .btn {
    display: flex;
  }
  .cid-uMfv7Q5Kxy button.navbar-toggler {
    display: block;
  }
  .cid-uMfv7Q5Kxy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uMfv7Q5Kxy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uMfv7Q5Kxy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uMfv7Q5Kxy .navbar-collapse.collapsing,
  .cid-uMfv7Q5Kxy .navbar-collapse.show {
    display: block !important;
  }
  .cid-uMfv7Q5Kxy .navbar-collapse.collapsing .navbar-nav,
  .cid-uMfv7Q5Kxy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uMfv7Q5Kxy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMfv7Q5Kxy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uMfv7Q5Kxy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMfv7Q5Kxy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMfv7Q5Kxy .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMfv7Q5Kxy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uMfv7Q5Kxy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMfv7Q5Kxy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMfv7Q5Kxy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uMfv7Q5Kxy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uMfv7Q5Kxy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uMfv7Q5Kxy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uMfv7Q5Kxy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uMfv7Q5Kxy .navbar-collapse {
  flex-basis: auto;
}
.cid-uMfv7Q5Kxy .nav-link:hover,
.cid-uMfv7Q5Kxy .dropdown-item:hover {
  color: #011e3d !important;
}
.cid-uMfv7SC8nc {
  padding-top: 105px;
  padding-bottom: 45px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uMfv7SC8nc .image-block {
  margin: auto;
}
.cid-uMfv7SC8nc figcaption {
  position: relative;
}
.cid-uMfv7SC8nc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMfv7SC8nc .image-block {
    width: 100% !important;
  }
}
.cid-uMfv7TtoFm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uMfv7TtoFm .mbr-section-subtitle {
  color: #041034;
}
.cid-uMfv7TtoFm .mbr-section-subtitle B {
  color: #041034;
}
.cid-uMfv7TtoFm .mbr-section-subtitle I {
  color: #041034;
}
.cid-uMfv7UnghY {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uMfv7UnghY .image-block {
  margin: auto;
}
.cid-uMfv7UnghY figcaption {
  position: relative;
}
.cid-uMfv7UnghY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMfv7UnghY .image-block {
    width: 100% !important;
  }
}
.cid-uMfv7UnghY DIV {
  text-align: left;
  color: #5b686b;
}
.cid-uMfv7V4Jpn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMfv7V4Jpn .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMfv7V4Jpn .section-text {
  padding: 2rem 0;
}
.cid-uMfv7V4Jpn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMfv7V4Jpn .inner-container {
    width: 100% !important;
  }
}
.cid-uMfv7V4Jpn .section-text DIV {
  color: #041034;
}
.cid-uMfv7VL3Ri {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMfv7VL3Ri H2 {
  color: #011e3d;
}
.cid-uMfv7VL3Ri .mbr-section-subtitle {
  color: #465052;
}
.cid-uMfv7VL3Ri .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-uMfv7WHOOw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uMfv7WHOOw .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uMfv7WHOOw .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uMfv7WHOOw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMfv7WHOOw .inner-container {
    width: 100% !important;
  }
}
.cid-uMfv7WHOOw .section-text DIV {
  text-align: left;
}
.cid-uMfv7XNG40 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uMfv7XNG40 .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-uMfv7XNG40 .mbr-section-subtitle B {
  color: #011e3d;
}
.cid-uMfv7XNG40 H2 {
  color: #052251;
}
.cid-uMfv7YvTbL {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uMfv7YvTbL .card-box {
  padding: 0 2rem;
}
.cid-uMfv7YvTbL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uMfv7YvTbL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uMfv7YvTbL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uMfv7YvTbL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uMfv7YvTbL .mbr-text {
  color: #767676;
}
.cid-uMfv7YvTbL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMfv7YvTbL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uMfv80btUf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uMfv80btUf .mbr-section-subtitle {
  color: #041034;
  text-align: center;
}
.cid-uMfv80btUf .mbr-section-subtitle B {
  color: #052251;
}
.cid-uMfv80btUf H2 {
  color: #052251;
}
.cid-uMfv81e3eh {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uMfv81e3eh .card-box {
  padding: 0 2rem;
}
.cid-uMfv81e3eh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uMfv81e3eh .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uMfv81e3eh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uMfv81e3eh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uMfv81e3eh .mbr-text {
  color: #767676;
}
.cid-uMfv81e3eh .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f4f4f4;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uMfv81e3eh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uMfv83e39x {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #9fa7b4;
}
@media (max-width: 767px) {
  .cid-uMfv83e39x .content {
    text-align: center;
  }
  .cid-uMfv83e39x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMfv83e39x .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMfv83e39x .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMfv83e39x .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uMfv83e39x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMfv83e39x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uMfv83e39x .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uMfv83e39x .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uMfv83e39x .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMfv83e39x .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMfv83e39x .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMfv83e39x .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uMfv83e39x H5 {
  color: #041034;
  text-align: left;
}
.cid-uMfv83e39x P {
  color: #041034;
  text-align: left;
}
.cid-uMfv84LVOZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #011e3d, #011e3d);
}
.cid-uMfv84LVOZ .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uMfv84LVOZ .social-list a:focus {
  text-decoration: none;
}
.cid-uMfv863O3L {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #011e3d;
}
.cid-uMfv863O3L .media-container-row .mbr-text {
  color: #9fa7b4;
}
