@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #f0d152 !important;
}
.bg-success {
  background-color: #f0d152 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f0d152 !important;
  border-color: #f0d152 !important;
  color: #3e3305 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #3e3305 !important;
  background-color: #e2b914 !important;
  border-color: #e2b914 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #3e3305 !important;
  background-color: #e2b914 !important;
  border-color: #e2b914 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #07164c !important;
  border-color: #07164c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #010206 !important;
  border-color: #010206 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010206 !important;
  border-color: #010206 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f0d152 !important;
  border-color: #f0d152 !important;
  color: #3e3305 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3e3305 !important;
  background-color: #e2b914 !important;
  border-color: #e2b914 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3e3305 !important;
  background-color: #e2b914 !important;
  border-color: #e2b914 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #caa612;
  color: #caa612;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3e3305;
  background-color: #f0d152;
  border-color: #f0d152;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #3e3305 !important;
  background-color: #f0d152 !important;
  border-color: #f0d152 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #07164c;
  border-color: #07164c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #07164c !important;
  border-color: #07164c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #caa612;
  color: #caa612;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3e3305;
  background-color: #f0d152;
  border-color: #f0d152;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3e3305 !important;
  background-color: #f0d152 !important;
  border-color: #f0d152 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #f0d152 !important;
}
.text-secondary {
  color: #07164c !important;
}
.text-success {
  color: #f0d152 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #caa612 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #caa612 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f0d152;
  border-color: #f0d152;
  color: #554607;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f0d152;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f0d152;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f0d152;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f0d152;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f0d152;
  color: #000000;
}
.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: #f0d152;
  border-bottom-color: #f0d152;
}
.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: #000000 !important;
  background-color: #f0d152 !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: #07164c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  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='%23f0d152' %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-sLbGTqSJdL .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLbGTqSJdL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLbGTqSJdL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLbGTqSJdL .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLbGTqSJdL .dropdown-item {
  padding: 0;
}
.cid-sLbGTqSJdL .dropdown-item,
.cid-sLbGTqSJdL .nav-link,
.cid-sLbGTqSJdL .brand-name {
  font-style: normal;
}
.cid-sLbGTqSJdL .dropdown-item:hover,
.cid-sLbGTqSJdL .nav-link:hover,
.cid-sLbGTqSJdL .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLbGTqSJdL .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLbGTqSJdL .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLbGTqSJdL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLbGTqSJdL .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLbGTqSJdL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLbGTqSJdL .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLbGTqSJdL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbGTqSJdL .content-text {
  margin-bottom: 0;
}
.cid-sLbGTqSJdL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLbGTqSJdL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLbGTqSJdL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLbGTqSJdL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLbGTqSJdL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLbGTqSJdL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLbGTqSJdL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLbGTqSJdL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLbGTqSJdL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLbGTqSJdL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLbGTqSJdL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLbGTqSJdL .content-right-side {
  text-align: center;
}
.cid-sLbGTqSJdL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLbGTqSJdL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLbGTqSJdL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLbGTqSJdL .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbGTqSJdL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbGTqSJdL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLbGTqSJdL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLbGTqSJdL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLbGTqSJdL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLbGTqSJdL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLbGTqSJdL .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLbGTqSJdL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLbGTqSJdL .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLbGTqSJdL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLbGTqSJdL .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLbGTqSJdL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLbGTqSJdL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLbGTqSJdL .navbar-toggler {
    display: none;
  }
  .cid-sLbGTqSJdL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLbGTqSJdL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLbGTqSJdL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLbGTqSJdL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLbGTqSJdL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLbGTqSJdL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLbGTqSJdL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLbGTqSJdL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLbGTqSJdL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLbGTqSJdL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLbGTqSJdL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLbGTqSJdL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLbGTqSJdL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLbGTqSJdL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLbGTqSJdL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLbGTqSJdL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLbGTqSJdL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLbGTqSJdL button.navbar-toggler:focus {
  outline: none;
}
.cid-sLbGTqSJdL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLbGTqSJdL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLbGTqSJdL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLbGTqSJdL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLbGTqSJdL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLbGTqSJdL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLbGTqSJdL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLbGTqSJdL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLbGTqSJdL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLbGTqSJdL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLbGTqSJdL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLbGTqSJdL .collapsed .btn {
  display: flex;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse.collapsing,
.cid-sLbGTqSJdL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLbGTqSJdL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLbGTqSJdL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLbGTqSJdL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLbGTqSJdL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLbGTqSJdL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLbGTqSJdL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLbGTqSJdL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLbGTqSJdL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLbGTqSJdL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLbGTqSJdL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLbGTqSJdL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLbGTqSJdL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLbGTqSJdL .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLbGTqSJdL .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLbGTqSJdL .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLbGTqSJdL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLbGTqSJdL .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLbGTqSJdL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLbGTqSJdL .navbar-collapse.collapsing,
  .cid-sLbGTqSJdL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLbGTqSJdL .navbar-collapse.collapsing .navbar-nav,
  .cid-sLbGTqSJdL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLbGTqSJdL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLbGTqSJdL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLbGTqSJdL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLbGTqSJdL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLbGTqSJdL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLbGTqSJdL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLbGTqSJdL img {
    height: 3.8rem !important;
  }
  .cid-sLbGTqSJdL .btn {
    display: flex;
  }
  .cid-sLbGTqSJdL button.navbar-toggler {
    display: block;
  }
  .cid-sLbGTqSJdL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLbGTqSJdL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLbGTqSJdL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLbGTqSJdL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLbGTqSJdL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLbGTqSJdL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLbGTqSJdL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLbGTqSJdL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLbGTqSJdL .nav-link:focus {
  outline: none;
}
.cid-sLbGTqSJdL .navbar-toggler {
  position: relative;
}
.cid-sLbGTqSJdL .dropdown-item.active,
.cid-sLbGTqSJdL .dropdown-item:active {
  color: initial;
}
.cid-sLbGTqSJdL .widget-title,
.cid-sLbGTqSJdL .widget-icon {
  color: #e9e9e9;
}
.cid-sLbGTqSJdL .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLbGTqSJdL .menu-logo {
    display: none;
  }
  .cid-sLbGTqSJdL .navbar {
    padding: 0;
  }
  .cid-sLbGTqSJdL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLbGTqSJdL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sL9JOiRC8X .modal-body .close {
  background: #1b1b1b;
}
.cid-sL9JOiRC8X .modal-body .close span {
  font-style: normal;
}
.cid-sL9JOiRC8X .carousel-inner > .active,
.cid-sL9JOiRC8X .carousel-inner > .next,
.cid-sL9JOiRC8X .carousel-inner > .prev {
  display: table;
}
.cid-sL9JOiRC8X .carousel-control .icon-next,
.cid-sL9JOiRC8X .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sL9JOiRC8X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sL9JOiRC8X .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sL9JOiRC8X .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sL9JOiRC8X .boxed-slider > div {
  position: relative;
}
.cid-sL9JOiRC8X .container img {
  width: 100%;
}
.cid-sL9JOiRC8X .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sL9JOiRC8X .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sL9JOiRC8X .mbr-table-cell {
  padding: 0;
}
.cid-sL9JOiRC8X .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sL9JOiRC8X .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sL9JOiRC8X .mbr-overlay {
  z-index: 1;
}
.cid-sL9JOiRC8X .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sL9JOiRC8X .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sL9JOiRC8X .carousel-item .container {
    width: 100%;
  }
}
.cid-sL9JOiRC8X .carousel-item-next.carousel-item-left,
.cid-sL9JOiRC8X .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sL9JOiRC8X .active.carousel-item-right,
.cid-sL9JOiRC8X .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sL9JOiRC8X .active.carousel-item-left,
.cid-sL9JOiRC8X .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sL9JOiRC8X .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sL9JOiRC8X .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sL9JOiRC8X .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sL9JOiRC8X .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sL9JOiRC8X .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sL9JOiRC8X .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sL9JOiRC8X .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sL9JOiRC8X .mbr-slider .carousel-indicators li.active,
.cid-sL9JOiRC8X .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sL9JOiRC8X .mbr-slider .carousel-indicators li::after,
.cid-sL9JOiRC8X .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sL9JOiRC8X .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sL9JOiRC8X .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sL9JOiRC8X .mbr-slider > .container img {
  width: 100%;
}
.cid-sL9JOiRC8X .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sL9JOiRC8X .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sL9JOiRC8X .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sL9JOiRC8X .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sL9JOiRC8X .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sL9JOiRC8X .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sL9JOiRC8X .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sL9JOiRC8X .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sL9JOiRC8X .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sL9JOiRC8X .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sL9JOiRC8X .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sL9JOiRC8X .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sL9JOiRC8X .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sL9JOiRC8X H2 {
  color: #ffffff;
}
.cid-sLa1unxONO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #07164c;
}
.cid-sLa1unxONO .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sLa1unxONO .mbr-iconfont:hover {
  color: #777777;
}
.cid-sLa1unxONO .card-img {
  width: 100%;
  top: -100px;
  position: relative;
  overflow: hidden;
}
.cid-sLa1unxONO a {
  font-weight: 600;
}
.cid-sLa1unxONO .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sLa1unxONO .card-box {
  padding: 2rem 1rem;
  background-color: #f0d152;
  width: 100%;
  margin: auto;
  margin-top: -45%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sLa1unxONO .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sLa1unxONO .card-wrapper {
  height: 100%;
}
.cid-sLa1unxONO .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sLa1unxONO .text {
  color: #767676;
}
.cid-sLa1unxONO .card-subtitle {
  color: #ff3366;
}
.cid-sLa1unxONO .card-title {
  color: #07164c;
}
.cid-sOgG3xYSpw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sOgG3xYSpw .card {
  width: 15%;
}
.cid-sOgG3xYSpw .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOgG3xYSpw .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOgG3xYSpw .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOgG3xYSpw a {
  font-weight: 600;
}
.cid-sOgG3xYSpw .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOgG3xYSpw .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOgG3xYSpw .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOgG3xYSpw .card-wrapper {
  height: 100%;
}
.cid-sOgG3xYSpw .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOgG3xYSpw .text {
  color: #767676;
}
.cid-sOgG3xYSpw .card-subtitle {
  color: #ff3366;
}
.cid-sOgG3xYSpw .card-title {
  color: #07164c;
}
.cid-sLa1RkJdMz {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #f0d152;
}
.cid-sLa1RkJdMz .mbr-text {
  position: relative;
}
.cid-sLa1RkJdMz .mbr-text:before {
  color: #07164c;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sLa1RkJdMz .mbr-text:after {
  color: #07164c;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sLa1RkJdMz .mbr-text:after,
  .cid-sLa1RkJdMz .mbr-text:before {
    display: none;
  }
}
.cid-sLa1RkJdMz .mbr-section-title,
.cid-sLa1RkJdMz .logo {
  color: #07164c;
}
.cid-sLa8XemJv9 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x950.jpg");
}
.cid-sLa8XemJv9 H2 {
  color: #f0d152;
}
.cid-sL9QYS2tBS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f0d152;
}
.cid-sL9QYS2tBS .mbr-section-subtitle {
  color: #232323;
}
.cid-sL9QYS2tBS H2 {
  color: #07164c;
}
.cid-sL9Rp2UMRn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-2-1920x1279.jpg");
}
.cid-sL9Rp2UMRn .main,
.cid-sL9Rp2UMRn .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-sL9Rp2UMRn .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sL9Rp2UMRn .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sL9Rp2UMRn .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sL9Rp2UMRn .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sL9Rp2UMRn .text-element {
  padding: 3rem 2rem;
}
.cid-sL9Rp2UMRn .mbr-iconfont {
  font-size: 3rem;
  color: #82786e;
}
.cid-sL9Rp2UMRn .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sL9Rp2UMRn .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sL9Rp2UMRn .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sL9Rp2UMRn .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sL9Rp2UMRn .image-element,
  .cid-sL9Rp2UMRn .text-element {
    margin-bottom: 0;
  }
  .cid-sL9Rp2UMRn .main:first-child {
    padding-top: 0;
  }
}
.cid-sL9Rp2UMRn .mbr-section-subtitle,
.cid-sL9Rp2UMRn .card-text,
.cid-sL9Rp2UMRn .mbr-section-btn {
  color: #8d97ad;
}
.cid-sL9Rp2UMRn .card-text,
.cid-sL9Rp2UMRn .mbr-section-btn {
  color: #767676;
}
.cid-sL9Rp2UMRn .mbr-section-subtitle {
  color: #767676;
}
.cid-sL9Rp2UMRn .mbr-title,
.cid-sL9Rp2UMRn .card-img {
  color: #07164c;
}
.cid-sPIGRYwZvZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sPIGRYwZvZ .content {
    text-align: center;
  }
  .cid-sPIGRYwZvZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sPIGRYwZvZ .img-logo img {
  height: 6rem;
}
.cid-sPIGRYwZvZ .form-group,
.cid-sPIGRYwZvZ .input-group-btn {
  padding: 0;
}
.cid-sPIGRYwZvZ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sPIGRYwZvZ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sPIGRYwZvZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPIGRYwZvZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sPIGRYwZvZ .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sPIGRYwZvZ .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sPIGRYwZvZ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sPIGRYwZvZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sPIGRYwZvZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sPIGRYwZvZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sPIGRYwZvZ .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sPIGRYwZvZ .foot-logo {
    text-align: center !important;
  }
  .cid-sPIGRYwZvZ .foot-title {
    text-align: center !important;
  }
  .cid-sPIGRYwZvZ .mbr-text {
    text-align: center !important;
  }
  .cid-sPIGRYwZvZ .form-group {
    margin: 0;
  }
}
.cid-sPIGRYwZvZ .foot-title {
  color: #f0d152;
}
.cid-sLbGTqSJdL .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLbGTqSJdL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLbGTqSJdL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLbGTqSJdL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLbGTqSJdL .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLbGTqSJdL .dropdown-item {
  padding: 0;
}
.cid-sLbGTqSJdL .dropdown-item,
.cid-sLbGTqSJdL .nav-link,
.cid-sLbGTqSJdL .brand-name {
  font-style: normal;
}
.cid-sLbGTqSJdL .dropdown-item:hover,
.cid-sLbGTqSJdL .nav-link:hover,
.cid-sLbGTqSJdL .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLbGTqSJdL .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLbGTqSJdL .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLbGTqSJdL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLbGTqSJdL .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLbGTqSJdL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLbGTqSJdL .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLbGTqSJdL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbGTqSJdL .content-text {
  margin-bottom: 0;
}
.cid-sLbGTqSJdL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLbGTqSJdL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLbGTqSJdL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLbGTqSJdL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLbGTqSJdL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLbGTqSJdL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLbGTqSJdL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLbGTqSJdL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLbGTqSJdL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLbGTqSJdL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLbGTqSJdL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLbGTqSJdL .content-right-side {
  text-align: center;
}
.cid-sLbGTqSJdL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLbGTqSJdL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLbGTqSJdL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLbGTqSJdL .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbGTqSJdL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbGTqSJdL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLbGTqSJdL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLbGTqSJdL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLbGTqSJdL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLbGTqSJdL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLbGTqSJdL .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLbGTqSJdL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLbGTqSJdL .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLbGTqSJdL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLbGTqSJdL .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLbGTqSJdL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLbGTqSJdL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLbGTqSJdL .navbar-toggler {
    display: none;
  }
  .cid-sLbGTqSJdL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLbGTqSJdL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLbGTqSJdL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLbGTqSJdL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLbGTqSJdL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLbGTqSJdL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLbGTqSJdL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLbGTqSJdL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLbGTqSJdL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLbGTqSJdL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLbGTqSJdL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLbGTqSJdL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLbGTqSJdL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLbGTqSJdL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLbGTqSJdL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLbGTqSJdL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLbGTqSJdL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLbGTqSJdL button.navbar-toggler:focus {
  outline: none;
}
.cid-sLbGTqSJdL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLbGTqSJdL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLbGTqSJdL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLbGTqSJdL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLbGTqSJdL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLbGTqSJdL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLbGTqSJdL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLbGTqSJdL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLbGTqSJdL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLbGTqSJdL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLbGTqSJdL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLbGTqSJdL .collapsed .btn {
  display: flex;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse.collapsing,
.cid-sLbGTqSJdL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLbGTqSJdL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLbGTqSJdL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLbGTqSJdL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLbGTqSJdL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLbGTqSJdL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLbGTqSJdL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLbGTqSJdL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLbGTqSJdL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLbGTqSJdL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLbGTqSJdL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLbGTqSJdL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLbGTqSJdL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLbGTqSJdL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLbGTqSJdL .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLbGTqSJdL .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLbGTqSJdL .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLbGTqSJdL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLbGTqSJdL .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLbGTqSJdL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLbGTqSJdL .navbar-collapse.collapsing,
  .cid-sLbGTqSJdL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLbGTqSJdL .navbar-collapse.collapsing .navbar-nav,
  .cid-sLbGTqSJdL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLbGTqSJdL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLbGTqSJdL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLbGTqSJdL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLbGTqSJdL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLbGTqSJdL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLbGTqSJdL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLbGTqSJdL img {
    height: 3.8rem !important;
  }
  .cid-sLbGTqSJdL .btn {
    display: flex;
  }
  .cid-sLbGTqSJdL button.navbar-toggler {
    display: block;
  }
  .cid-sLbGTqSJdL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLbGTqSJdL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLbGTqSJdL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLbGTqSJdL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLbGTqSJdL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLbGTqSJdL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLbGTqSJdL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLbGTqSJdL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLbGTqSJdL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLbGTqSJdL .nav-link:focus {
  outline: none;
}
.cid-sLbGTqSJdL .navbar-toggler {
  position: relative;
}
.cid-sLbGTqSJdL .dropdown-item.active,
.cid-sLbGTqSJdL .dropdown-item:active {
  color: initial;
}
.cid-sLbGTqSJdL .widget-title,
.cid-sLbGTqSJdL .widget-icon {
  color: #e9e9e9;
}
.cid-sLbGTqSJdL .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLbGTqSJdL .menu-logo {
    display: none;
  }
  .cid-sLbGTqSJdL .navbar {
    padding: 0;
  }
  .cid-sLbGTqSJdL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLbGTqSJdL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLbSDyWfw3 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background81.jpg");
}
.cid-sLbSDyWfw3 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLbSDyWfw3 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLbSDyWfw3 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLbSDyWfw3 .card-title,
.cid-sLbSDyWfw3 .card-img {
  text-align: left;
}
.cid-sLbSDyWfw3 .mbr-text,
.cid-sLbSDyWfw3 .mbr-section-btn {
  text-align: left;
}
.cid-sLbTNz1L7v {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLbTNz1L7v h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLbTNz1L7v h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLbTNz1L7v .mbr-text,
.cid-sLbTNz1L7v .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLbTNz1L7v H1 {
  color: #07164c;
}
.cid-sLbTNz1L7v H3 {
  color: #f0d152;
}
.cid-sPIJysQuMd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sPIJysQuMd .content {
    text-align: center;
  }
  .cid-sPIJysQuMd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sPIJysQuMd .img-logo img {
  height: 6rem;
}
.cid-sPIJysQuMd .form-group,
.cid-sPIJysQuMd .input-group-btn {
  padding: 0;
}
.cid-sPIJysQuMd .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sPIJysQuMd .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sPIJysQuMd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPIJysQuMd .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sPIJysQuMd .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sPIJysQuMd .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sPIJysQuMd .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sPIJysQuMd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sPIJysQuMd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sPIJysQuMd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sPIJysQuMd .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sPIJysQuMd .foot-logo {
    text-align: center !important;
  }
  .cid-sPIJysQuMd .foot-title {
    text-align: center !important;
  }
  .cid-sPIJysQuMd .mbr-text {
    text-align: center !important;
  }
  .cid-sPIJysQuMd .form-group {
    margin: 0;
  }
}
.cid-sPIJysQuMd .foot-title {
  color: #f0d152;
}
.cid-sLbUNnkciw .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLbUNnkciw .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLbUNnkciw .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLbUNnkciw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbUNnkciw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLbUNnkciw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLbUNnkciw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLbUNnkciw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLbUNnkciw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLbUNnkciw .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLbUNnkciw .dropdown-item {
  padding: 0;
}
.cid-sLbUNnkciw .dropdown-item,
.cid-sLbUNnkciw .nav-link,
.cid-sLbUNnkciw .brand-name {
  font-style: normal;
}
.cid-sLbUNnkciw .dropdown-item:hover,
.cid-sLbUNnkciw .nav-link:hover,
.cid-sLbUNnkciw .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLbUNnkciw .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLbUNnkciw .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLbUNnkciw .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLbUNnkciw .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLbUNnkciw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLbUNnkciw .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLbUNnkciw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbUNnkciw .content-text {
  margin-bottom: 0;
}
.cid-sLbUNnkciw .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLbUNnkciw .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLbUNnkciw .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLbUNnkciw .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLbUNnkciw .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLbUNnkciw .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLbUNnkciw .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLbUNnkciw .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLbUNnkciw .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLbUNnkciw .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLbUNnkciw .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLbUNnkciw .content-right-side {
  text-align: center;
}
.cid-sLbUNnkciw .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLbUNnkciw .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLbUNnkciw .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLbUNnkciw .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbUNnkciw .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbUNnkciw .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLbUNnkciw .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLbUNnkciw .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLbUNnkciw .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLbUNnkciw .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLbUNnkciw .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLbUNnkciw .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLbUNnkciw .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLbUNnkciw .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLbUNnkciw .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLbUNnkciw .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLbUNnkciw .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLbUNnkciw .navbar-toggler {
    display: none;
  }
  .cid-sLbUNnkciw .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLbUNnkciw .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLbUNnkciw .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLbUNnkciw .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLbUNnkciw .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLbUNnkciw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLbUNnkciw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLbUNnkciw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLbUNnkciw .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLbUNnkciw .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLbUNnkciw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbUNnkciw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLbUNnkciw .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLbUNnkciw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLbUNnkciw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbUNnkciw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLbUNnkciw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLbUNnkciw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLbUNnkciw .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLbUNnkciw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLbUNnkciw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLbUNnkciw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLbUNnkciw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLbUNnkciw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLbUNnkciw button.navbar-toggler:focus {
  outline: none;
}
.cid-sLbUNnkciw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLbUNnkciw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLbUNnkciw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLbUNnkciw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLbUNnkciw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLbUNnkciw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLbUNnkciw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLbUNnkciw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLbUNnkciw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLbUNnkciw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLbUNnkciw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLbUNnkciw .collapsed .btn {
  display: flex;
}
.cid-sLbUNnkciw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLbUNnkciw .collapsed .navbar-collapse.collapsing,
.cid-sLbUNnkciw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLbUNnkciw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLbUNnkciw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLbUNnkciw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLbUNnkciw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLbUNnkciw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLbUNnkciw .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLbUNnkciw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLbUNnkciw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLbUNnkciw .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLbUNnkciw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLbUNnkciw .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLbUNnkciw .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLbUNnkciw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLbUNnkciw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLbUNnkciw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLbUNnkciw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLbUNnkciw .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLbUNnkciw .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLbUNnkciw .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLbUNnkciw .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLbUNnkciw .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLbUNnkciw .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLbUNnkciw .navbar-collapse.collapsing,
  .cid-sLbUNnkciw .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLbUNnkciw .navbar-collapse.collapsing .navbar-nav,
  .cid-sLbUNnkciw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLbUNnkciw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLbUNnkciw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLbUNnkciw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLbUNnkciw .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLbUNnkciw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLbUNnkciw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLbUNnkciw img {
    height: 3.8rem !important;
  }
  .cid-sLbUNnkciw .btn {
    display: flex;
  }
  .cid-sLbUNnkciw button.navbar-toggler {
    display: block;
  }
  .cid-sLbUNnkciw .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLbUNnkciw .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLbUNnkciw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLbUNnkciw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLbUNnkciw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLbUNnkciw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLbUNnkciw .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLbUNnkciw .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLbUNnkciw .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLbUNnkciw .nav-link:focus {
  outline: none;
}
.cid-sLbUNnkciw .navbar-toggler {
  position: relative;
}
.cid-sLbUNnkciw .dropdown-item.active,
.cid-sLbUNnkciw .dropdown-item:active {
  color: initial;
}
.cid-sLbUNnkciw .widget-title,
.cid-sLbUNnkciw .widget-icon {
  color: #e9e9e9;
}
.cid-sLbUNnkciw .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLbUNnkciw .menu-logo {
    display: none;
  }
  .cid-sLbUNnkciw .navbar {
    padding: 0;
  }
  .cid-sLbUNnkciw .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLbUNnkciw button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLbUNoGEum {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x800.jpg");
}
.cid-sLbUNoGEum .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLbUNoGEum .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLbUNoGEum .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLbUNoGEum .card-title,
.cid-sLbUNoGEum .card-img {
  text-align: left;
}
.cid-sLbUNoGEum .mbr-text,
.cid-sLbUNoGEum .mbr-section-btn {
  text-align: left;
}
.cid-sLbUNpibyy {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLbUNpibyy h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLbUNpibyy h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLbUNpibyy .mbr-text,
.cid-sLbUNpibyy .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLbUNpibyy H1 {
  color: #07164c;
}
.cid-sLbUNpibyy H3 {
  color: #f0d152;
}
.cid-sLbVQikLTA {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLbVQikLTA h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sLbVQikLTA .mbr-section-subtitle {
  color: #767676;
}
.cid-sLbVQikLTA .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sLbVQikLTA .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sPIJEYDd49 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sPIJEYDd49 .content {
    text-align: center;
  }
  .cid-sPIJEYDd49 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sPIJEYDd49 .img-logo img {
  height: 6rem;
}
.cid-sPIJEYDd49 .form-group,
.cid-sPIJEYDd49 .input-group-btn {
  padding: 0;
}
.cid-sPIJEYDd49 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sPIJEYDd49 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sPIJEYDd49 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPIJEYDd49 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sPIJEYDd49 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sPIJEYDd49 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sPIJEYDd49 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sPIJEYDd49 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sPIJEYDd49 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sPIJEYDd49 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sPIJEYDd49 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sPIJEYDd49 .foot-logo {
    text-align: center !important;
  }
  .cid-sPIJEYDd49 .foot-title {
    text-align: center !important;
  }
  .cid-sPIJEYDd49 .mbr-text {
    text-align: center !important;
  }
  .cid-sPIJEYDd49 .form-group {
    margin: 0;
  }
}
.cid-sPIJEYDd49 .foot-title {
  color: #f0d152;
}
.cid-sLbXkyrZ7U .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLbXkyrZ7U .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLbXkyrZ7U .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLbXkyrZ7U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbXkyrZ7U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLbXkyrZ7U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLbXkyrZ7U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLbXkyrZ7U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLbXkyrZ7U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLbXkyrZ7U .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLbXkyrZ7U .dropdown-item {
  padding: 0;
}
.cid-sLbXkyrZ7U .dropdown-item,
.cid-sLbXkyrZ7U .nav-link,
.cid-sLbXkyrZ7U .brand-name {
  font-style: normal;
}
.cid-sLbXkyrZ7U .dropdown-item:hover,
.cid-sLbXkyrZ7U .nav-link:hover,
.cid-sLbXkyrZ7U .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLbXkyrZ7U .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLbXkyrZ7U .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLbXkyrZ7U .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLbXkyrZ7U .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLbXkyrZ7U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLbXkyrZ7U .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLbXkyrZ7U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbXkyrZ7U .content-text {
  margin-bottom: 0;
}
.cid-sLbXkyrZ7U .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLbXkyrZ7U .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLbXkyrZ7U .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLbXkyrZ7U .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLbXkyrZ7U .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLbXkyrZ7U .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLbXkyrZ7U .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLbXkyrZ7U .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLbXkyrZ7U .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLbXkyrZ7U .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLbXkyrZ7U .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLbXkyrZ7U .content-right-side {
  text-align: center;
}
.cid-sLbXkyrZ7U .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLbXkyrZ7U .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLbXkyrZ7U .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLbXkyrZ7U .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbXkyrZ7U .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbXkyrZ7U .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLbXkyrZ7U .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLbXkyrZ7U .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLbXkyrZ7U .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLbXkyrZ7U .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLbXkyrZ7U .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLbXkyrZ7U .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLbXkyrZ7U .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLbXkyrZ7U .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLbXkyrZ7U .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLbXkyrZ7U .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLbXkyrZ7U .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLbXkyrZ7U .navbar-toggler {
    display: none;
  }
  .cid-sLbXkyrZ7U .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLbXkyrZ7U .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLbXkyrZ7U .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLbXkyrZ7U .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLbXkyrZ7U .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLbXkyrZ7U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLbXkyrZ7U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLbXkyrZ7U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLbXkyrZ7U .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLbXkyrZ7U .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLbXkyrZ7U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbXkyrZ7U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLbXkyrZ7U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLbXkyrZ7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLbXkyrZ7U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLbXkyrZ7U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLbXkyrZ7U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLbXkyrZ7U .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLbXkyrZ7U .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLbXkyrZ7U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLbXkyrZ7U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLbXkyrZ7U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLbXkyrZ7U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLbXkyrZ7U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLbXkyrZ7U button.navbar-toggler:focus {
  outline: none;
}
.cid-sLbXkyrZ7U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLbXkyrZ7U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLbXkyrZ7U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLbXkyrZ7U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLbXkyrZ7U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLbXkyrZ7U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLbXkyrZ7U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLbXkyrZ7U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLbXkyrZ7U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLbXkyrZ7U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLbXkyrZ7U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLbXkyrZ7U .collapsed .btn {
  display: flex;
}
.cid-sLbXkyrZ7U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLbXkyrZ7U .collapsed .navbar-collapse.collapsing,
.cid-sLbXkyrZ7U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLbXkyrZ7U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLbXkyrZ7U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLbXkyrZ7U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLbXkyrZ7U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLbXkyrZ7U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLbXkyrZ7U .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLbXkyrZ7U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLbXkyrZ7U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLbXkyrZ7U .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLbXkyrZ7U .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLbXkyrZ7U .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLbXkyrZ7U .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLbXkyrZ7U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLbXkyrZ7U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLbXkyrZ7U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLbXkyrZ7U .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLbXkyrZ7U .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLbXkyrZ7U .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLbXkyrZ7U .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLbXkyrZ7U .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLbXkyrZ7U .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLbXkyrZ7U .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLbXkyrZ7U .navbar-collapse.collapsing,
  .cid-sLbXkyrZ7U .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLbXkyrZ7U .navbar-collapse.collapsing .navbar-nav,
  .cid-sLbXkyrZ7U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLbXkyrZ7U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLbXkyrZ7U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLbXkyrZ7U .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLbXkyrZ7U .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLbXkyrZ7U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLbXkyrZ7U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLbXkyrZ7U img {
    height: 3.8rem !important;
  }
  .cid-sLbXkyrZ7U .btn {
    display: flex;
  }
  .cid-sLbXkyrZ7U button.navbar-toggler {
    display: block;
  }
  .cid-sLbXkyrZ7U .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLbXkyrZ7U .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLbXkyrZ7U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLbXkyrZ7U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLbXkyrZ7U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLbXkyrZ7U .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLbXkyrZ7U .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLbXkyrZ7U .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLbXkyrZ7U .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLbXkyrZ7U .nav-link:focus {
  outline: none;
}
.cid-sLbXkyrZ7U .navbar-toggler {
  position: relative;
}
.cid-sLbXkyrZ7U .dropdown-item.active,
.cid-sLbXkyrZ7U .dropdown-item:active {
  color: initial;
}
.cid-sLbXkyrZ7U .widget-title,
.cid-sLbXkyrZ7U .widget-icon {
  color: #e9e9e9;
}
.cid-sLbXkyrZ7U .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLbXkyrZ7U .menu-logo {
    display: none;
  }
  .cid-sLbXkyrZ7U .navbar {
    padding: 0;
  }
  .cid-sLbXkyrZ7U .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLbXkyrZ7U button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLbXkzK67V {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpeg");
}
.cid-sLbXkzK67V .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLbXkzK67V .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLbXkzK67V .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLbXkzK67V .card-title,
.cid-sLbXkzK67V .card-img {
  text-align: left;
}
.cid-sLbXkzK67V .mbr-text,
.cid-sLbXkzK67V .mbr-section-btn {
  text-align: left;
}
.cid-sLbXkABT3a {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLbXkABT3a h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLbXkABT3a h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLbXkABT3a .mbr-text,
.cid-sLbXkABT3a .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLbXkABT3a H1 {
  color: #07164c;
}
.cid-sLbXkABT3a H3 {
  color: #f0d152;
}
.cid-sLbZ4tSwDM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLbZ4tSwDM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLbZ4tSwDM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLbZ4tSwDM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLbZ4tSwDM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLbZ4tSwDM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLbZ4tSwDM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLbZ4tSwDM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sLbZ4tSwDM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLbZ4tSwDM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sNId4IlTRm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sNId4IlTRm .content {
    text-align: center;
  }
  .cid-sNId4IlTRm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sNId4IlTRm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sNId4IlTRm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sNId4IlTRm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sNId4IlTRm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sNId4IlTRm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sNId4IlTRm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sNId4IlTRm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sNId4IlTRm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sNId4IlTRm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sNId4IlTRm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNId4IlTRm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNId4IlTRm H5 {
  color: #f0d152;
}
.cid-sLc8bVaEkt .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLc8bVaEkt .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLc8bVaEkt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLc8bVaEkt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLc8bVaEkt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLc8bVaEkt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLc8bVaEkt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLc8bVaEkt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLc8bVaEkt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLc8bVaEkt .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLc8bVaEkt .dropdown-item {
  padding: 0;
}
.cid-sLc8bVaEkt .dropdown-item,
.cid-sLc8bVaEkt .nav-link,
.cid-sLc8bVaEkt .brand-name {
  font-style: normal;
}
.cid-sLc8bVaEkt .dropdown-item:hover,
.cid-sLc8bVaEkt .nav-link:hover,
.cid-sLc8bVaEkt .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLc8bVaEkt .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLc8bVaEkt .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLc8bVaEkt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLc8bVaEkt .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLc8bVaEkt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLc8bVaEkt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLc8bVaEkt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLc8bVaEkt .content-text {
  margin-bottom: 0;
}
.cid-sLc8bVaEkt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLc8bVaEkt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLc8bVaEkt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLc8bVaEkt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLc8bVaEkt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLc8bVaEkt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLc8bVaEkt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLc8bVaEkt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLc8bVaEkt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLc8bVaEkt .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLc8bVaEkt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLc8bVaEkt .content-right-side {
  text-align: center;
}
.cid-sLc8bVaEkt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLc8bVaEkt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLc8bVaEkt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLc8bVaEkt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLc8bVaEkt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLc8bVaEkt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLc8bVaEkt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLc8bVaEkt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLc8bVaEkt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLc8bVaEkt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLc8bVaEkt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLc8bVaEkt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLc8bVaEkt .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLc8bVaEkt .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLc8bVaEkt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLc8bVaEkt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLc8bVaEkt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLc8bVaEkt .navbar-toggler {
    display: none;
  }
  .cid-sLc8bVaEkt .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLc8bVaEkt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLc8bVaEkt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLc8bVaEkt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLc8bVaEkt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLc8bVaEkt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLc8bVaEkt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLc8bVaEkt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLc8bVaEkt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLc8bVaEkt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLc8bVaEkt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLc8bVaEkt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLc8bVaEkt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLc8bVaEkt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLc8bVaEkt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLc8bVaEkt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLc8bVaEkt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLc8bVaEkt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLc8bVaEkt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLc8bVaEkt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLc8bVaEkt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLc8bVaEkt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLc8bVaEkt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLc8bVaEkt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLc8bVaEkt button.navbar-toggler:focus {
  outline: none;
}
.cid-sLc8bVaEkt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLc8bVaEkt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLc8bVaEkt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLc8bVaEkt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLc8bVaEkt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLc8bVaEkt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLc8bVaEkt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLc8bVaEkt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLc8bVaEkt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLc8bVaEkt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLc8bVaEkt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLc8bVaEkt .collapsed .btn {
  display: flex;
}
.cid-sLc8bVaEkt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLc8bVaEkt .collapsed .navbar-collapse.collapsing,
.cid-sLc8bVaEkt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLc8bVaEkt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLc8bVaEkt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLc8bVaEkt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLc8bVaEkt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLc8bVaEkt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLc8bVaEkt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLc8bVaEkt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLc8bVaEkt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLc8bVaEkt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLc8bVaEkt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLc8bVaEkt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLc8bVaEkt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLc8bVaEkt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLc8bVaEkt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLc8bVaEkt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLc8bVaEkt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLc8bVaEkt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLc8bVaEkt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLc8bVaEkt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLc8bVaEkt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLc8bVaEkt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLc8bVaEkt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLc8bVaEkt .navbar-collapse.collapsing,
  .cid-sLc8bVaEkt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLc8bVaEkt .navbar-collapse.collapsing .navbar-nav,
  .cid-sLc8bVaEkt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLc8bVaEkt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLc8bVaEkt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLc8bVaEkt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLc8bVaEkt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLc8bVaEkt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLc8bVaEkt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLc8bVaEkt img {
    height: 3.8rem !important;
  }
  .cid-sLc8bVaEkt .btn {
    display: flex;
  }
  .cid-sLc8bVaEkt button.navbar-toggler {
    display: block;
  }
  .cid-sLc8bVaEkt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLc8bVaEkt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLc8bVaEkt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLc8bVaEkt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLc8bVaEkt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLc8bVaEkt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLc8bVaEkt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLc8bVaEkt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLc8bVaEkt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLc8bVaEkt .nav-link:focus {
  outline: none;
}
.cid-sLc8bVaEkt .navbar-toggler {
  position: relative;
}
.cid-sLc8bVaEkt .dropdown-item.active,
.cid-sLc8bVaEkt .dropdown-item:active {
  color: initial;
}
.cid-sLc8bVaEkt .widget-title,
.cid-sLc8bVaEkt .widget-icon {
  color: #e9e9e9;
}
.cid-sLc8bVaEkt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLc8bVaEkt .menu-logo {
    display: none;
  }
  .cid-sLc8bVaEkt .navbar {
    padding: 0;
  }
  .cid-sLc8bVaEkt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLc8bVaEkt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLc8bWyvoL {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sLc8bWyvoL .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLc8bWyvoL .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLc8bWyvoL .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLc8bWyvoL .card-title,
.cid-sLc8bWyvoL .card-img {
  text-align: left;
}
.cid-sLc8bWyvoL .mbr-text,
.cid-sLc8bWyvoL .mbr-section-btn {
  text-align: left;
}
.cid-sLc8bXgN3t {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLc8bXgN3t h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLc8bXgN3t h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLc8bXgN3t .mbr-text,
.cid-sLc8bXgN3t .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLc8bXgN3t H1 {
  color: #07164c;
}
.cid-sLc8bXgN3t H3 {
  color: #f0d152;
}
.cid-sLc8bY1XOb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLc8bY1XOb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLc8bY1XOb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLc8bY1XOb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLc8bY1XOb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLc8bY1XOb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLc8bY1XOb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLc8bY1XOb .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sLc8bY1XOb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLc8bY1XOb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLc8bZ7qKO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLc8bZ7qKO .content {
    text-align: center;
  }
  .cid-sLc8bZ7qKO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLc8bZ7qKO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLc8bZ7qKO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLc8bZ7qKO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLc8bZ7qKO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLc8bZ7qKO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLc8bZ7qKO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLc8bZ7qKO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLc8bZ7qKO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLc8bZ7qKO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLc8bZ7qKO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLc8bZ7qKO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLc8bZ7qKO H5 {
  color: #f0d152;
}
.cid-sLccRq3mha .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLccRq3mha .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLccRq3mha .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLccRq3mha .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLccRq3mha .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLccRq3mha .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLccRq3mha .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLccRq3mha .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLccRq3mha .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLccRq3mha .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLccRq3mha .dropdown-item {
  padding: 0;
}
.cid-sLccRq3mha .dropdown-item,
.cid-sLccRq3mha .nav-link,
.cid-sLccRq3mha .brand-name {
  font-style: normal;
}
.cid-sLccRq3mha .dropdown-item:hover,
.cid-sLccRq3mha .nav-link:hover,
.cid-sLccRq3mha .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLccRq3mha .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLccRq3mha .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLccRq3mha .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLccRq3mha .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLccRq3mha .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLccRq3mha .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLccRq3mha .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLccRq3mha .content-text {
  margin-bottom: 0;
}
.cid-sLccRq3mha .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLccRq3mha .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLccRq3mha .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLccRq3mha .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLccRq3mha .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLccRq3mha .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLccRq3mha .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLccRq3mha .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLccRq3mha .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLccRq3mha .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLccRq3mha .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLccRq3mha .content-right-side {
  text-align: center;
}
.cid-sLccRq3mha .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLccRq3mha .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLccRq3mha .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLccRq3mha .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLccRq3mha .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLccRq3mha .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLccRq3mha .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLccRq3mha .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLccRq3mha .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLccRq3mha .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLccRq3mha .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLccRq3mha .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLccRq3mha .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLccRq3mha .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLccRq3mha .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLccRq3mha .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLccRq3mha .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLccRq3mha .navbar-toggler {
    display: none;
  }
  .cid-sLccRq3mha .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLccRq3mha .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLccRq3mha .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLccRq3mha .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLccRq3mha .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLccRq3mha .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLccRq3mha .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLccRq3mha .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLccRq3mha .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLccRq3mha .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLccRq3mha .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLccRq3mha .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLccRq3mha .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLccRq3mha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLccRq3mha .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLccRq3mha .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLccRq3mha .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLccRq3mha .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLccRq3mha .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLccRq3mha .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLccRq3mha .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLccRq3mha .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLccRq3mha .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLccRq3mha button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLccRq3mha button.navbar-toggler:focus {
  outline: none;
}
.cid-sLccRq3mha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLccRq3mha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLccRq3mha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLccRq3mha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLccRq3mha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLccRq3mha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLccRq3mha nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLccRq3mha nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLccRq3mha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLccRq3mha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLccRq3mha .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLccRq3mha .collapsed .btn {
  display: flex;
}
.cid-sLccRq3mha .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLccRq3mha .collapsed .navbar-collapse.collapsing,
.cid-sLccRq3mha .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLccRq3mha .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLccRq3mha .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLccRq3mha .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLccRq3mha .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLccRq3mha .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLccRq3mha .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLccRq3mha .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLccRq3mha .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLccRq3mha .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLccRq3mha .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLccRq3mha .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLccRq3mha .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLccRq3mha .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLccRq3mha .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLccRq3mha .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLccRq3mha .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLccRq3mha .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLccRq3mha .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLccRq3mha .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLccRq3mha .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLccRq3mha .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLccRq3mha .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLccRq3mha .navbar-collapse.collapsing,
  .cid-sLccRq3mha .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLccRq3mha .navbar-collapse.collapsing .navbar-nav,
  .cid-sLccRq3mha .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLccRq3mha .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLccRq3mha .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLccRq3mha .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLccRq3mha .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLccRq3mha .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLccRq3mha .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLccRq3mha img {
    height: 3.8rem !important;
  }
  .cid-sLccRq3mha .btn {
    display: flex;
  }
  .cid-sLccRq3mha button.navbar-toggler {
    display: block;
  }
  .cid-sLccRq3mha .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLccRq3mha .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLccRq3mha .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLccRq3mha .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLccRq3mha .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLccRq3mha .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLccRq3mha .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLccRq3mha .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLccRq3mha .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLccRq3mha .nav-link:focus {
  outline: none;
}
.cid-sLccRq3mha .navbar-toggler {
  position: relative;
}
.cid-sLccRq3mha .dropdown-item.active,
.cid-sLccRq3mha .dropdown-item:active {
  color: initial;
}
.cid-sLccRq3mha .widget-title,
.cid-sLccRq3mha .widget-icon {
  color: #e9e9e9;
}
.cid-sLccRq3mha .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLccRq3mha .menu-logo {
    display: none;
  }
  .cid-sLccRq3mha .navbar {
    padding: 0;
  }
  .cid-sLccRq3mha .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLccRq3mha button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLccRrpYGO {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sLccRrpYGO .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLccRrpYGO .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLccRrpYGO .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLccRrpYGO .card-title,
.cid-sLccRrpYGO .card-img {
  text-align: left;
}
.cid-sLccRrpYGO .mbr-text,
.cid-sLccRrpYGO .mbr-section-btn {
  text-align: left;
}
.cid-sLccRs6YmU {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLccRs6YmU h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLccRs6YmU h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLccRs6YmU .mbr-text,
.cid-sLccRs6YmU .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLccRs6YmU H1 {
  color: #07164c;
}
.cid-sLccRs6YmU H3 {
  color: #f0d152;
}
.cid-sLccRsPp9Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLccRsPp9Y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLccRsPp9Y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLccRsPp9Y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLccRsPp9Y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLccRsPp9Y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLccRsPp9Y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLccRsPp9Y .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sLccRsPp9Y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLccRsPp9Y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLccRtKD5Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLccRtKD5Y .content {
    text-align: center;
  }
  .cid-sLccRtKD5Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLccRtKD5Y .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLccRtKD5Y .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLccRtKD5Y .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLccRtKD5Y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLccRtKD5Y .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLccRtKD5Y .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLccRtKD5Y .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLccRtKD5Y .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLccRtKD5Y .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLccRtKD5Y .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLccRtKD5Y .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLccRtKD5Y H5 {
  color: #f0d152;
}
.cid-sLceNI0s83 .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLceNI0s83 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLceNI0s83 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLceNI0s83 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLceNI0s83 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLceNI0s83 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLceNI0s83 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLceNI0s83 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLceNI0s83 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLceNI0s83 .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLceNI0s83 .dropdown-item {
  padding: 0;
}
.cid-sLceNI0s83 .dropdown-item,
.cid-sLceNI0s83 .nav-link,
.cid-sLceNI0s83 .brand-name {
  font-style: normal;
}
.cid-sLceNI0s83 .dropdown-item:hover,
.cid-sLceNI0s83 .nav-link:hover,
.cid-sLceNI0s83 .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLceNI0s83 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLceNI0s83 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLceNI0s83 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLceNI0s83 .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLceNI0s83 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLceNI0s83 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLceNI0s83 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLceNI0s83 .content-text {
  margin-bottom: 0;
}
.cid-sLceNI0s83 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLceNI0s83 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLceNI0s83 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLceNI0s83 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLceNI0s83 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLceNI0s83 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLceNI0s83 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLceNI0s83 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLceNI0s83 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLceNI0s83 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLceNI0s83 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLceNI0s83 .content-right-side {
  text-align: center;
}
.cid-sLceNI0s83 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLceNI0s83 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLceNI0s83 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLceNI0s83 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLceNI0s83 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLceNI0s83 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLceNI0s83 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLceNI0s83 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLceNI0s83 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLceNI0s83 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLceNI0s83 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLceNI0s83 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLceNI0s83 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLceNI0s83 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLceNI0s83 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLceNI0s83 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLceNI0s83 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLceNI0s83 .navbar-toggler {
    display: none;
  }
  .cid-sLceNI0s83 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLceNI0s83 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLceNI0s83 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLceNI0s83 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLceNI0s83 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLceNI0s83 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLceNI0s83 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLceNI0s83 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLceNI0s83 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLceNI0s83 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLceNI0s83 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLceNI0s83 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLceNI0s83 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLceNI0s83 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLceNI0s83 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLceNI0s83 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLceNI0s83 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLceNI0s83 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLceNI0s83 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLceNI0s83 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLceNI0s83 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLceNI0s83 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLceNI0s83 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLceNI0s83 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLceNI0s83 button.navbar-toggler:focus {
  outline: none;
}
.cid-sLceNI0s83 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLceNI0s83 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLceNI0s83 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLceNI0s83 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLceNI0s83 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLceNI0s83 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLceNI0s83 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLceNI0s83 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLceNI0s83 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLceNI0s83 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLceNI0s83 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLceNI0s83 .collapsed .btn {
  display: flex;
}
.cid-sLceNI0s83 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLceNI0s83 .collapsed .navbar-collapse.collapsing,
.cid-sLceNI0s83 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLceNI0s83 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLceNI0s83 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLceNI0s83 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLceNI0s83 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLceNI0s83 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLceNI0s83 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLceNI0s83 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLceNI0s83 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLceNI0s83 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLceNI0s83 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLceNI0s83 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLceNI0s83 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLceNI0s83 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLceNI0s83 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLceNI0s83 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLceNI0s83 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLceNI0s83 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLceNI0s83 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLceNI0s83 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLceNI0s83 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLceNI0s83 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLceNI0s83 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLceNI0s83 .navbar-collapse.collapsing,
  .cid-sLceNI0s83 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLceNI0s83 .navbar-collapse.collapsing .navbar-nav,
  .cid-sLceNI0s83 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLceNI0s83 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLceNI0s83 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLceNI0s83 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLceNI0s83 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLceNI0s83 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLceNI0s83 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLceNI0s83 img {
    height: 3.8rem !important;
  }
  .cid-sLceNI0s83 .btn {
    display: flex;
  }
  .cid-sLceNI0s83 button.navbar-toggler {
    display: block;
  }
  .cid-sLceNI0s83 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLceNI0s83 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLceNI0s83 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLceNI0s83 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLceNI0s83 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLceNI0s83 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLceNI0s83 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLceNI0s83 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLceNI0s83 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLceNI0s83 .nav-link:focus {
  outline: none;
}
.cid-sLceNI0s83 .navbar-toggler {
  position: relative;
}
.cid-sLceNI0s83 .dropdown-item.active,
.cid-sLceNI0s83 .dropdown-item:active {
  color: initial;
}
.cid-sLceNI0s83 .widget-title,
.cid-sLceNI0s83 .widget-icon {
  color: #e9e9e9;
}
.cid-sLceNI0s83 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLceNI0s83 .menu-logo {
    display: none;
  }
  .cid-sLceNI0s83 .navbar {
    padding: 0;
  }
  .cid-sLceNI0s83 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLceNI0s83 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLceNJTGli {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sLceNJTGli .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLceNJTGli .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLceNJTGli .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLceNJTGli .card-title,
.cid-sLceNJTGli .card-img {
  text-align: left;
}
.cid-sLceNJTGli .mbr-text,
.cid-sLceNJTGli .mbr-section-btn {
  text-align: left;
}
.cid-sLceNL3lfs {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLceNL3lfs h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLceNL3lfs h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLceNL3lfs .mbr-text,
.cid-sLceNL3lfs .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLceNL3lfs H1 {
  color: #07164c;
}
.cid-sLceNL3lfs H3 {
  color: #f0d152;
}
.cid-sLceNLX5KE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLceNLX5KE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLceNLX5KE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLceNLX5KE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLceNLX5KE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLceNLX5KE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLceNLX5KE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLceNLX5KE .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sLceNLX5KE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLceNLX5KE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLceNMUefL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLceNMUefL .content {
    text-align: center;
  }
  .cid-sLceNMUefL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLceNMUefL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLceNMUefL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLceNMUefL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLceNMUefL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLceNMUefL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLceNMUefL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLceNMUefL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLceNMUefL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLceNMUefL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLceNMUefL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLceNMUefL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLceNMUefL H5 {
  color: #f0d152;
}
.cid-sLcgx8ZXfi .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLcgx8ZXfi .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLcgx8ZXfi .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLcgx8ZXfi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcgx8ZXfi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLcgx8ZXfi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLcgx8ZXfi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLcgx8ZXfi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLcgx8ZXfi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLcgx8ZXfi .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLcgx8ZXfi .dropdown-item {
  padding: 0;
}
.cid-sLcgx8ZXfi .dropdown-item,
.cid-sLcgx8ZXfi .nav-link,
.cid-sLcgx8ZXfi .brand-name {
  font-style: normal;
}
.cid-sLcgx8ZXfi .dropdown-item:hover,
.cid-sLcgx8ZXfi .nav-link:hover,
.cid-sLcgx8ZXfi .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLcgx8ZXfi .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLcgx8ZXfi .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLcgx8ZXfi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcgx8ZXfi .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLcgx8ZXfi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLcgx8ZXfi .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLcgx8ZXfi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcgx8ZXfi .content-text {
  margin-bottom: 0;
}
.cid-sLcgx8ZXfi .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLcgx8ZXfi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLcgx8ZXfi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLcgx8ZXfi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLcgx8ZXfi .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLcgx8ZXfi .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcgx8ZXfi .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcgx8ZXfi .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLcgx8ZXfi .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLcgx8ZXfi .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLcgx8ZXfi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLcgx8ZXfi .content-right-side {
  text-align: center;
}
.cid-sLcgx8ZXfi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLcgx8ZXfi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLcgx8ZXfi .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLcgx8ZXfi .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcgx8ZXfi .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcgx8ZXfi .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLcgx8ZXfi .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLcgx8ZXfi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLcgx8ZXfi .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLcgx8ZXfi .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLcgx8ZXfi .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLcgx8ZXfi .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcgx8ZXfi .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLcgx8ZXfi .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLcgx8ZXfi .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcgx8ZXfi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLcgx8ZXfi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLcgx8ZXfi .navbar-toggler {
    display: none;
  }
  .cid-sLcgx8ZXfi .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLcgx8ZXfi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLcgx8ZXfi .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLcgx8ZXfi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLcgx8ZXfi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLcgx8ZXfi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLcgx8ZXfi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLcgx8ZXfi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLcgx8ZXfi .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLcgx8ZXfi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcgx8ZXfi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcgx8ZXfi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLcgx8ZXfi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLcgx8ZXfi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLcgx8ZXfi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcgx8ZXfi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLcgx8ZXfi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLcgx8ZXfi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLcgx8ZXfi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLcgx8ZXfi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLcgx8ZXfi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLcgx8ZXfi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLcgx8ZXfi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLcgx8ZXfi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLcgx8ZXfi button.navbar-toggler:focus {
  outline: none;
}
.cid-sLcgx8ZXfi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLcgx8ZXfi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLcgx8ZXfi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcgx8ZXfi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcgx8ZXfi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLcgx8ZXfi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcgx8ZXfi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLcgx8ZXfi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLcgx8ZXfi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcgx8ZXfi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLcgx8ZXfi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLcgx8ZXfi .collapsed .btn {
  display: flex;
}
.cid-sLcgx8ZXfi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLcgx8ZXfi .collapsed .navbar-collapse.collapsing,
.cid-sLcgx8ZXfi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLcgx8ZXfi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLcgx8ZXfi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLcgx8ZXfi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLcgx8ZXfi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLcgx8ZXfi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLcgx8ZXfi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLcgx8ZXfi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLcgx8ZXfi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLcgx8ZXfi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcgx8ZXfi .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLcgx8ZXfi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLcgx8ZXfi .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLcgx8ZXfi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLcgx8ZXfi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLcgx8ZXfi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLcgx8ZXfi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLcgx8ZXfi .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLcgx8ZXfi .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLcgx8ZXfi .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLcgx8ZXfi .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLcgx8ZXfi .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLcgx8ZXfi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLcgx8ZXfi .navbar-collapse.collapsing,
  .cid-sLcgx8ZXfi .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLcgx8ZXfi .navbar-collapse.collapsing .navbar-nav,
  .cid-sLcgx8ZXfi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLcgx8ZXfi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLcgx8ZXfi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLcgx8ZXfi .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLcgx8ZXfi .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLcgx8ZXfi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLcgx8ZXfi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLcgx8ZXfi img {
    height: 3.8rem !important;
  }
  .cid-sLcgx8ZXfi .btn {
    display: flex;
  }
  .cid-sLcgx8ZXfi button.navbar-toggler {
    display: block;
  }
  .cid-sLcgx8ZXfi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLcgx8ZXfi .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcgx8ZXfi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLcgx8ZXfi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLcgx8ZXfi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLcgx8ZXfi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLcgx8ZXfi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLcgx8ZXfi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLcgx8ZXfi .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLcgx8ZXfi .nav-link:focus {
  outline: none;
}
.cid-sLcgx8ZXfi .navbar-toggler {
  position: relative;
}
.cid-sLcgx8ZXfi .dropdown-item.active,
.cid-sLcgx8ZXfi .dropdown-item:active {
  color: initial;
}
.cid-sLcgx8ZXfi .widget-title,
.cid-sLcgx8ZXfi .widget-icon {
  color: #e9e9e9;
}
.cid-sLcgx8ZXfi .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLcgx8ZXfi .menu-logo {
    display: none;
  }
  .cid-sLcgx8ZXfi .navbar {
    padding: 0;
  }
  .cid-sLcgx8ZXfi .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcgx8ZXfi button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLcgxbgSWb {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sLcgxbgSWb .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLcgxbgSWb .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLcgxbgSWb .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLcgxbgSWb .card-title,
.cid-sLcgxbgSWb .card-img {
  text-align: left;
}
.cid-sLcgxbgSWb .mbr-text,
.cid-sLcgxbgSWb .mbr-section-btn {
  text-align: left;
}
.cid-sLcgxccFig {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLcgxccFig h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLcgxccFig h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLcgxccFig .mbr-text,
.cid-sLcgxccFig .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLcgxccFig H1 {
  color: #07164c;
}
.cid-sLcgxccFig H3 {
  color: #f0d152;
}
.cid-sLcgxcVQHe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLcgxcVQHe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLcgxcVQHe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLcgxcVQHe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLcgxcVQHe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLcgxcVQHe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcgxcVQHe .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLcgxcVQHe .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sLcgxcVQHe .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLcgxcVQHe .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcgxdXCIx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLcgxdXCIx .content {
    text-align: center;
  }
  .cid-sLcgxdXCIx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLcgxdXCIx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLcgxdXCIx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLcgxdXCIx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLcgxdXCIx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLcgxdXCIx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLcgxdXCIx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcgxdXCIx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLcgxdXCIx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLcgxdXCIx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLcgxdXCIx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLcgxdXCIx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLcgxdXCIx H5 {
  color: #f0d152;
}
.cid-sLchGKibA2 .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLchGKibA2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLchGKibA2 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLchGKibA2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLchGKibA2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLchGKibA2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLchGKibA2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLchGKibA2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLchGKibA2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLchGKibA2 .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLchGKibA2 .dropdown-item {
  padding: 0;
}
.cid-sLchGKibA2 .dropdown-item,
.cid-sLchGKibA2 .nav-link,
.cid-sLchGKibA2 .brand-name {
  font-style: normal;
}
.cid-sLchGKibA2 .dropdown-item:hover,
.cid-sLchGKibA2 .nav-link:hover,
.cid-sLchGKibA2 .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLchGKibA2 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLchGKibA2 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLchGKibA2 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLchGKibA2 .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLchGKibA2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLchGKibA2 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLchGKibA2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLchGKibA2 .content-text {
  margin-bottom: 0;
}
.cid-sLchGKibA2 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLchGKibA2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLchGKibA2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLchGKibA2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLchGKibA2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLchGKibA2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLchGKibA2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLchGKibA2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLchGKibA2 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLchGKibA2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLchGKibA2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLchGKibA2 .content-right-side {
  text-align: center;
}
.cid-sLchGKibA2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLchGKibA2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLchGKibA2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLchGKibA2 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLchGKibA2 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLchGKibA2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLchGKibA2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLchGKibA2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLchGKibA2 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLchGKibA2 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLchGKibA2 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLchGKibA2 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLchGKibA2 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLchGKibA2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLchGKibA2 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLchGKibA2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLchGKibA2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLchGKibA2 .navbar-toggler {
    display: none;
  }
  .cid-sLchGKibA2 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLchGKibA2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLchGKibA2 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLchGKibA2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLchGKibA2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLchGKibA2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLchGKibA2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLchGKibA2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLchGKibA2 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLchGKibA2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLchGKibA2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLchGKibA2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLchGKibA2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLchGKibA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLchGKibA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLchGKibA2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLchGKibA2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLchGKibA2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLchGKibA2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLchGKibA2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLchGKibA2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLchGKibA2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLchGKibA2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLchGKibA2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLchGKibA2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sLchGKibA2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLchGKibA2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLchGKibA2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLchGKibA2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLchGKibA2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLchGKibA2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLchGKibA2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLchGKibA2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLchGKibA2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLchGKibA2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLchGKibA2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLchGKibA2 .collapsed .btn {
  display: flex;
}
.cid-sLchGKibA2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLchGKibA2 .collapsed .navbar-collapse.collapsing,
.cid-sLchGKibA2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLchGKibA2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLchGKibA2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLchGKibA2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLchGKibA2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLchGKibA2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLchGKibA2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLchGKibA2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLchGKibA2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLchGKibA2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLchGKibA2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLchGKibA2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLchGKibA2 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLchGKibA2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLchGKibA2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLchGKibA2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLchGKibA2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLchGKibA2 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLchGKibA2 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLchGKibA2 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLchGKibA2 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLchGKibA2 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLchGKibA2 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLchGKibA2 .navbar-collapse.collapsing,
  .cid-sLchGKibA2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLchGKibA2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sLchGKibA2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLchGKibA2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLchGKibA2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLchGKibA2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLchGKibA2 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLchGKibA2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLchGKibA2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLchGKibA2 img {
    height: 3.8rem !important;
  }
  .cid-sLchGKibA2 .btn {
    display: flex;
  }
  .cid-sLchGKibA2 button.navbar-toggler {
    display: block;
  }
  .cid-sLchGKibA2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLchGKibA2 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLchGKibA2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLchGKibA2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLchGKibA2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLchGKibA2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLchGKibA2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLchGKibA2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLchGKibA2 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLchGKibA2 .nav-link:focus {
  outline: none;
}
.cid-sLchGKibA2 .navbar-toggler {
  position: relative;
}
.cid-sLchGKibA2 .dropdown-item.active,
.cid-sLchGKibA2 .dropdown-item:active {
  color: initial;
}
.cid-sLchGKibA2 .widget-title,
.cid-sLchGKibA2 .widget-icon {
  color: #e9e9e9;
}
.cid-sLchGKibA2 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLchGKibA2 .menu-logo {
    display: none;
  }
  .cid-sLchGKibA2 .navbar {
    padding: 0;
  }
  .cid-sLchGKibA2 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLchGKibA2 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLchGLsxxo {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1090.jpeg");
}
.cid-sLchGLsxxo .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLchGLsxxo .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLchGLsxxo .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLchGLsxxo .card-title,
.cid-sLchGLsxxo .card-img {
  text-align: left;
}
.cid-sLchGLsxxo .mbr-text,
.cid-sLchGLsxxo .mbr-section-btn {
  text-align: left;
}
.cid-sLchGM7cw2 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLchGM7cw2 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLchGM7cw2 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLchGM7cw2 .mbr-text,
.cid-sLchGM7cw2 .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLchGM7cw2 H1 {
  color: #07164c;
}
.cid-sLchGM7cw2 H3 {
  color: #f0d152;
}
.cid-sQcfieM1rI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQcfieM1rI .card {
  width: 15%;
}
.cid-sQcfieM1rI .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sQcfieM1rI .mbr-iconfont:hover {
  color: #777777;
}
.cid-sQcfieM1rI .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sQcfieM1rI a {
  font-weight: 600;
}
.cid-sQcfieM1rI .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sQcfieM1rI .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sQcfieM1rI .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sQcfieM1rI .card-wrapper {
  height: 100%;
}
.cid-sQcfieM1rI .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sQcfieM1rI .text {
  color: #767676;
}
.cid-sQcfieM1rI .card-subtitle {
  color: #ff3366;
}
.cid-sQcfieM1rI .card-title {
  color: #07164c;
}
.cid-sLchGMVpqj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLchGMVpqj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLchGMVpqj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLchGMVpqj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLchGMVpqj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLchGMVpqj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLchGMVpqj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLchGMVpqj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sLchGMVpqj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLchGMVpqj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sQcgwTAgjR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sQcgwTAgjR .content {
    text-align: center;
  }
  .cid-sQcgwTAgjR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sQcgwTAgjR .img-logo img {
  height: 6rem;
}
.cid-sQcgwTAgjR .form-group,
.cid-sQcgwTAgjR .input-group-btn {
  padding: 0;
}
.cid-sQcgwTAgjR .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sQcgwTAgjR .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sQcgwTAgjR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQcgwTAgjR .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sQcgwTAgjR .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQcgwTAgjR .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQcgwTAgjR .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQcgwTAgjR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sQcgwTAgjR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sQcgwTAgjR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sQcgwTAgjR .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sQcgwTAgjR .foot-logo {
    text-align: center !important;
  }
  .cid-sQcgwTAgjR .foot-title {
    text-align: center !important;
  }
  .cid-sQcgwTAgjR .mbr-text {
    text-align: center !important;
  }
  .cid-sQcgwTAgjR .form-group {
    margin: 0;
  }
}
.cid-sQcgwTAgjR .foot-title {
  color: #f0d152;
}
.cid-sLclXUtnAB .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLclXUtnAB .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLclXUtnAB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLclXUtnAB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLclXUtnAB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLclXUtnAB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLclXUtnAB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLclXUtnAB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLclXUtnAB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLclXUtnAB .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLclXUtnAB .dropdown-item {
  padding: 0;
}
.cid-sLclXUtnAB .dropdown-item,
.cid-sLclXUtnAB .nav-link,
.cid-sLclXUtnAB .brand-name {
  font-style: normal;
}
.cid-sLclXUtnAB .dropdown-item:hover,
.cid-sLclXUtnAB .nav-link:hover,
.cid-sLclXUtnAB .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLclXUtnAB .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLclXUtnAB .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLclXUtnAB .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLclXUtnAB .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLclXUtnAB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLclXUtnAB .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLclXUtnAB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLclXUtnAB .content-text {
  margin-bottom: 0;
}
.cid-sLclXUtnAB .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLclXUtnAB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLclXUtnAB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLclXUtnAB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLclXUtnAB .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLclXUtnAB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLclXUtnAB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLclXUtnAB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLclXUtnAB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLclXUtnAB .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLclXUtnAB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLclXUtnAB .content-right-side {
  text-align: center;
}
.cid-sLclXUtnAB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLclXUtnAB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLclXUtnAB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLclXUtnAB .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLclXUtnAB .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLclXUtnAB .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLclXUtnAB .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLclXUtnAB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLclXUtnAB .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLclXUtnAB .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLclXUtnAB .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLclXUtnAB .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLclXUtnAB .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLclXUtnAB .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLclXUtnAB .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLclXUtnAB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLclXUtnAB .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLclXUtnAB .navbar-toggler {
    display: none;
  }
  .cid-sLclXUtnAB .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLclXUtnAB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLclXUtnAB .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLclXUtnAB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLclXUtnAB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLclXUtnAB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLclXUtnAB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLclXUtnAB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLclXUtnAB .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLclXUtnAB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLclXUtnAB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLclXUtnAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLclXUtnAB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLclXUtnAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLclXUtnAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLclXUtnAB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLclXUtnAB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLclXUtnAB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLclXUtnAB .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLclXUtnAB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLclXUtnAB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLclXUtnAB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLclXUtnAB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLclXUtnAB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLclXUtnAB button.navbar-toggler:focus {
  outline: none;
}
.cid-sLclXUtnAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLclXUtnAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLclXUtnAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLclXUtnAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLclXUtnAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLclXUtnAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLclXUtnAB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLclXUtnAB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLclXUtnAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLclXUtnAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLclXUtnAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLclXUtnAB .collapsed .btn {
  display: flex;
}
.cid-sLclXUtnAB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLclXUtnAB .collapsed .navbar-collapse.collapsing,
.cid-sLclXUtnAB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLclXUtnAB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLclXUtnAB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLclXUtnAB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLclXUtnAB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLclXUtnAB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLclXUtnAB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLclXUtnAB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLclXUtnAB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLclXUtnAB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLclXUtnAB .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLclXUtnAB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLclXUtnAB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLclXUtnAB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLclXUtnAB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLclXUtnAB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLclXUtnAB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLclXUtnAB .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLclXUtnAB .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLclXUtnAB .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLclXUtnAB .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLclXUtnAB .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLclXUtnAB .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLclXUtnAB .navbar-collapse.collapsing,
  .cid-sLclXUtnAB .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLclXUtnAB .navbar-collapse.collapsing .navbar-nav,
  .cid-sLclXUtnAB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLclXUtnAB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLclXUtnAB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLclXUtnAB .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLclXUtnAB .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLclXUtnAB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLclXUtnAB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLclXUtnAB img {
    height: 3.8rem !important;
  }
  .cid-sLclXUtnAB .btn {
    display: flex;
  }
  .cid-sLclXUtnAB button.navbar-toggler {
    display: block;
  }
  .cid-sLclXUtnAB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLclXUtnAB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLclXUtnAB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLclXUtnAB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLclXUtnAB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLclXUtnAB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLclXUtnAB .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLclXUtnAB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLclXUtnAB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLclXUtnAB .nav-link:focus {
  outline: none;
}
.cid-sLclXUtnAB .navbar-toggler {
  position: relative;
}
.cid-sLclXUtnAB .dropdown-item.active,
.cid-sLclXUtnAB .dropdown-item:active {
  color: initial;
}
.cid-sLclXUtnAB .widget-title,
.cid-sLclXUtnAB .widget-icon {
  color: #e9e9e9;
}
.cid-sLclXUtnAB .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLclXUtnAB .menu-logo {
    display: none;
  }
  .cid-sLclXUtnAB .navbar {
    padding: 0;
  }
  .cid-sLclXUtnAB .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLclXUtnAB button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLclXVXNvM {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpeg");
}
.cid-sLclXVXNvM .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLclXVXNvM .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLclXVXNvM .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLclXVXNvM .card-title,
.cid-sLclXVXNvM .card-img {
  text-align: left;
}
.cid-sLclXVXNvM .mbr-text,
.cid-sLclXVXNvM .mbr-section-btn {
  text-align: left;
}
.cid-sLclXWDkvG {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLclXWDkvG h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLclXWDkvG h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLclXWDkvG .mbr-text,
.cid-sLclXWDkvG .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLclXWDkvG H1 {
  color: #07164c;
}
.cid-sLclXWDkvG H3 {
  color: #f0d152;
}
.cid-sLclXXm2O3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLclXXm2O3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLclXXm2O3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLclXXm2O3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLclXXm2O3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLclXXm2O3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLclXXm2O3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLclXXm2O3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sLclXXm2O3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLclXXm2O3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLclXYr6qw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLclXYr6qw .content {
    text-align: center;
  }
  .cid-sLclXYr6qw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLclXYr6qw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLclXYr6qw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLclXYr6qw .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLclXYr6qw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLclXYr6qw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLclXYr6qw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLclXYr6qw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLclXYr6qw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLclXYr6qw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLclXYr6qw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLclXYr6qw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLclXYr6qw H5 {
  color: #f0d152;
}
.cid-sLcpcgOviE .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLcpcgOviE .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLcpcgOviE .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLcpcgOviE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcpcgOviE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLcpcgOviE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLcpcgOviE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLcpcgOviE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLcpcgOviE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLcpcgOviE .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLcpcgOviE .dropdown-item {
  padding: 0;
}
.cid-sLcpcgOviE .dropdown-item,
.cid-sLcpcgOviE .nav-link,
.cid-sLcpcgOviE .brand-name {
  font-style: normal;
}
.cid-sLcpcgOviE .dropdown-item:hover,
.cid-sLcpcgOviE .nav-link:hover,
.cid-sLcpcgOviE .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLcpcgOviE .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLcpcgOviE .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLcpcgOviE .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcpcgOviE .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLcpcgOviE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLcpcgOviE .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLcpcgOviE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcpcgOviE .content-text {
  margin-bottom: 0;
}
.cid-sLcpcgOviE .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLcpcgOviE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLcpcgOviE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLcpcgOviE .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLcpcgOviE .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLcpcgOviE .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcpcgOviE .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcpcgOviE .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLcpcgOviE .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLcpcgOviE .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLcpcgOviE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLcpcgOviE .content-right-side {
  text-align: center;
}
.cid-sLcpcgOviE .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLcpcgOviE .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLcpcgOviE .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLcpcgOviE .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcpcgOviE .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcpcgOviE .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLcpcgOviE .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLcpcgOviE .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLcpcgOviE .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLcpcgOviE .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLcpcgOviE .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLcpcgOviE .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcpcgOviE .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLcpcgOviE .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLcpcgOviE .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcpcgOviE .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLcpcgOviE .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLcpcgOviE .navbar-toggler {
    display: none;
  }
  .cid-sLcpcgOviE .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLcpcgOviE .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLcpcgOviE .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLcpcgOviE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLcpcgOviE .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLcpcgOviE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLcpcgOviE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLcpcgOviE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLcpcgOviE .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLcpcgOviE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcpcgOviE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcpcgOviE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLcpcgOviE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLcpcgOviE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLcpcgOviE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcpcgOviE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLcpcgOviE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLcpcgOviE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLcpcgOviE .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLcpcgOviE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLcpcgOviE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLcpcgOviE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLcpcgOviE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLcpcgOviE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLcpcgOviE button.navbar-toggler:focus {
  outline: none;
}
.cid-sLcpcgOviE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLcpcgOviE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLcpcgOviE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcpcgOviE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcpcgOviE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLcpcgOviE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcpcgOviE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLcpcgOviE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLcpcgOviE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcpcgOviE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLcpcgOviE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLcpcgOviE .collapsed .btn {
  display: flex;
}
.cid-sLcpcgOviE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLcpcgOviE .collapsed .navbar-collapse.collapsing,
.cid-sLcpcgOviE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLcpcgOviE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLcpcgOviE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLcpcgOviE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLcpcgOviE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLcpcgOviE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLcpcgOviE .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLcpcgOviE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLcpcgOviE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLcpcgOviE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcpcgOviE .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLcpcgOviE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLcpcgOviE .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLcpcgOviE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLcpcgOviE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLcpcgOviE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLcpcgOviE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLcpcgOviE .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLcpcgOviE .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLcpcgOviE .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLcpcgOviE .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLcpcgOviE .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLcpcgOviE .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLcpcgOviE .navbar-collapse.collapsing,
  .cid-sLcpcgOviE .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLcpcgOviE .navbar-collapse.collapsing .navbar-nav,
  .cid-sLcpcgOviE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLcpcgOviE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLcpcgOviE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLcpcgOviE .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLcpcgOviE .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLcpcgOviE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLcpcgOviE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLcpcgOviE img {
    height: 3.8rem !important;
  }
  .cid-sLcpcgOviE .btn {
    display: flex;
  }
  .cid-sLcpcgOviE button.navbar-toggler {
    display: block;
  }
  .cid-sLcpcgOviE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLcpcgOviE .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcpcgOviE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLcpcgOviE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLcpcgOviE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLcpcgOviE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLcpcgOviE .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLcpcgOviE .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLcpcgOviE .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLcpcgOviE .nav-link:focus {
  outline: none;
}
.cid-sLcpcgOviE .navbar-toggler {
  position: relative;
}
.cid-sLcpcgOviE .dropdown-item.active,
.cid-sLcpcgOviE .dropdown-item:active {
  color: initial;
}
.cid-sLcpcgOviE .widget-title,
.cid-sLcpcgOviE .widget-icon {
  color: #e9e9e9;
}
.cid-sLcpcgOviE .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLcpcgOviE .menu-logo {
    display: none;
  }
  .cid-sLcpcgOviE .navbar {
    padding: 0;
  }
  .cid-sLcpcgOviE .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcpcgOviE button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLcpcihWRL {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-13-1920x1280.jpeg");
}
.cid-sLcpcihWRL .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLcpcihWRL .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLcpcihWRL .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLcpcihWRL .card-title,
.cid-sLcpcihWRL .card-img {
  text-align: left;
}
.cid-sLcpcihWRL .mbr-text,
.cid-sLcpcihWRL .mbr-section-btn {
  text-align: left;
}
.cid-sLcpciYPiV {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLcpciYPiV h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLcpciYPiV h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLcpciYPiV .mbr-text,
.cid-sLcpciYPiV .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLcpciYPiV H1 {
  color: #07164c;
}
.cid-sLcpciYPiV H3 {
  color: #f0d152;
}
.cid-sLcpcjIhjj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLcpcjIhjj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLcpcjIhjj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLcpcjIhjj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLcpcjIhjj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLcpcjIhjj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcpcjIhjj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLcpcjIhjj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sLcpcjIhjj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLcpcjIhjj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcpckEfY3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLcpckEfY3 .content {
    text-align: center;
  }
  .cid-sLcpckEfY3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLcpckEfY3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLcpckEfY3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLcpckEfY3 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLcpckEfY3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLcpckEfY3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLcpckEfY3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcpckEfY3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLcpckEfY3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLcpckEfY3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLcpckEfY3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLcpckEfY3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLcpckEfY3 H5 {
  color: #f0d152;
}
.cid-sLcsYg7Tgj .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLcsYg7Tgj .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLcsYg7Tgj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLcsYg7Tgj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcsYg7Tgj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLcsYg7Tgj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLcsYg7Tgj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLcsYg7Tgj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLcsYg7Tgj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLcsYg7Tgj .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLcsYg7Tgj .dropdown-item {
  padding: 0;
}
.cid-sLcsYg7Tgj .dropdown-item,
.cid-sLcsYg7Tgj .nav-link,
.cid-sLcsYg7Tgj .brand-name {
  font-style: normal;
}
.cid-sLcsYg7Tgj .dropdown-item:hover,
.cid-sLcsYg7Tgj .nav-link:hover,
.cid-sLcsYg7Tgj .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLcsYg7Tgj .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLcsYg7Tgj .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLcsYg7Tgj .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcsYg7Tgj .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLcsYg7Tgj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLcsYg7Tgj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLcsYg7Tgj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcsYg7Tgj .content-text {
  margin-bottom: 0;
}
.cid-sLcsYg7Tgj .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLcsYg7Tgj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLcsYg7Tgj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLcsYg7Tgj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLcsYg7Tgj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLcsYg7Tgj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcsYg7Tgj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcsYg7Tgj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLcsYg7Tgj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLcsYg7Tgj .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLcsYg7Tgj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLcsYg7Tgj .content-right-side {
  text-align: center;
}
.cid-sLcsYg7Tgj .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLcsYg7Tgj .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLcsYg7Tgj .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLcsYg7Tgj .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcsYg7Tgj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcsYg7Tgj .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLcsYg7Tgj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLcsYg7Tgj .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLcsYg7Tgj .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLcsYg7Tgj .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLcsYg7Tgj .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLcsYg7Tgj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcsYg7Tgj .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLcsYg7Tgj .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLcsYg7Tgj .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcsYg7Tgj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLcsYg7Tgj .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLcsYg7Tgj .navbar-toggler {
    display: none;
  }
  .cid-sLcsYg7Tgj .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLcsYg7Tgj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLcsYg7Tgj .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLcsYg7Tgj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLcsYg7Tgj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLcsYg7Tgj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLcsYg7Tgj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLcsYg7Tgj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLcsYg7Tgj .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLcsYg7Tgj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcsYg7Tgj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcsYg7Tgj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLcsYg7Tgj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLcsYg7Tgj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLcsYg7Tgj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcsYg7Tgj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLcsYg7Tgj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLcsYg7Tgj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLcsYg7Tgj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLcsYg7Tgj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLcsYg7Tgj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLcsYg7Tgj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLcsYg7Tgj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLcsYg7Tgj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLcsYg7Tgj button.navbar-toggler:focus {
  outline: none;
}
.cid-sLcsYg7Tgj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLcsYg7Tgj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLcsYg7Tgj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcsYg7Tgj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcsYg7Tgj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLcsYg7Tgj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcsYg7Tgj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLcsYg7Tgj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLcsYg7Tgj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcsYg7Tgj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLcsYg7Tgj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLcsYg7Tgj .collapsed .btn {
  display: flex;
}
.cid-sLcsYg7Tgj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLcsYg7Tgj .collapsed .navbar-collapse.collapsing,
.cid-sLcsYg7Tgj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLcsYg7Tgj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLcsYg7Tgj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLcsYg7Tgj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLcsYg7Tgj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLcsYg7Tgj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLcsYg7Tgj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLcsYg7Tgj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLcsYg7Tgj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLcsYg7Tgj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcsYg7Tgj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLcsYg7Tgj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLcsYg7Tgj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLcsYg7Tgj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLcsYg7Tgj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLcsYg7Tgj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLcsYg7Tgj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLcsYg7Tgj .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLcsYg7Tgj .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLcsYg7Tgj .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLcsYg7Tgj .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLcsYg7Tgj .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLcsYg7Tgj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLcsYg7Tgj .navbar-collapse.collapsing,
  .cid-sLcsYg7Tgj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLcsYg7Tgj .navbar-collapse.collapsing .navbar-nav,
  .cid-sLcsYg7Tgj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLcsYg7Tgj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLcsYg7Tgj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLcsYg7Tgj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLcsYg7Tgj .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLcsYg7Tgj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLcsYg7Tgj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLcsYg7Tgj img {
    height: 3.8rem !important;
  }
  .cid-sLcsYg7Tgj .btn {
    display: flex;
  }
  .cid-sLcsYg7Tgj button.navbar-toggler {
    display: block;
  }
  .cid-sLcsYg7Tgj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLcsYg7Tgj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcsYg7Tgj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLcsYg7Tgj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLcsYg7Tgj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLcsYg7Tgj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLcsYg7Tgj .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLcsYg7Tgj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLcsYg7Tgj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLcsYg7Tgj .nav-link:focus {
  outline: none;
}
.cid-sLcsYg7Tgj .navbar-toggler {
  position: relative;
}
.cid-sLcsYg7Tgj .dropdown-item.active,
.cid-sLcsYg7Tgj .dropdown-item:active {
  color: initial;
}
.cid-sLcsYg7Tgj .widget-title,
.cid-sLcsYg7Tgj .widget-icon {
  color: #e9e9e9;
}
.cid-sLcsYg7Tgj .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLcsYg7Tgj .menu-logo {
    display: none;
  }
  .cid-sLcsYg7Tgj .navbar {
    padding: 0;
  }
  .cid-sLcsYg7Tgj .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcsYg7Tgj button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLcsYhy9Ah {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpeg");
}
.cid-sLcsYhy9Ah .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLcsYhy9Ah .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLcsYhy9Ah .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLcsYhy9Ah .card-title,
.cid-sLcsYhy9Ah .card-img {
  text-align: left;
}
.cid-sLcsYhy9Ah .mbr-text,
.cid-sLcsYhy9Ah .mbr-section-btn {
  text-align: left;
}
.cid-sLcsYiazf9 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLcsYiazf9 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLcsYiazf9 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLcsYiazf9 .mbr-text,
.cid-sLcsYiazf9 .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLcsYiazf9 H1 {
  color: #07164c;
}
.cid-sLcsYiazf9 H3 {
  color: #f0d152;
}
.cid-sLcsYiQLCq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLcsYiQLCq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLcsYiQLCq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLcsYiQLCq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLcsYiQLCq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLcsYiQLCq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcsYiQLCq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLcsYiQLCq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sLcsYiQLCq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLcsYiQLCq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcsYjLFnr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLcsYjLFnr .content {
    text-align: center;
  }
  .cid-sLcsYjLFnr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLcsYjLFnr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLcsYjLFnr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLcsYjLFnr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLcsYjLFnr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLcsYjLFnr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLcsYjLFnr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcsYjLFnr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLcsYjLFnr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLcsYjLFnr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLcsYjLFnr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLcsYjLFnr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLcsYjLFnr H5 {
  color: #f0d152;
}
.cid-sLcuXKmzQN .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLcuXKmzQN .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLcuXKmzQN .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLcuXKmzQN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcuXKmzQN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLcuXKmzQN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLcuXKmzQN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLcuXKmzQN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLcuXKmzQN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLcuXKmzQN .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLcuXKmzQN .dropdown-item {
  padding: 0;
}
.cid-sLcuXKmzQN .dropdown-item,
.cid-sLcuXKmzQN .nav-link,
.cid-sLcuXKmzQN .brand-name {
  font-style: normal;
}
.cid-sLcuXKmzQN .dropdown-item:hover,
.cid-sLcuXKmzQN .nav-link:hover,
.cid-sLcuXKmzQN .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLcuXKmzQN .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLcuXKmzQN .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLcuXKmzQN .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcuXKmzQN .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLcuXKmzQN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLcuXKmzQN .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLcuXKmzQN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcuXKmzQN .content-text {
  margin-bottom: 0;
}
.cid-sLcuXKmzQN .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLcuXKmzQN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLcuXKmzQN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLcuXKmzQN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLcuXKmzQN .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLcuXKmzQN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcuXKmzQN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcuXKmzQN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLcuXKmzQN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLcuXKmzQN .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLcuXKmzQN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLcuXKmzQN .content-right-side {
  text-align: center;
}
.cid-sLcuXKmzQN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLcuXKmzQN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLcuXKmzQN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLcuXKmzQN .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcuXKmzQN .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcuXKmzQN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLcuXKmzQN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLcuXKmzQN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLcuXKmzQN .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLcuXKmzQN .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLcuXKmzQN .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLcuXKmzQN .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcuXKmzQN .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLcuXKmzQN .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLcuXKmzQN .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcuXKmzQN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLcuXKmzQN .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLcuXKmzQN .navbar-toggler {
    display: none;
  }
  .cid-sLcuXKmzQN .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLcuXKmzQN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLcuXKmzQN .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLcuXKmzQN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLcuXKmzQN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLcuXKmzQN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLcuXKmzQN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLcuXKmzQN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLcuXKmzQN .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLcuXKmzQN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcuXKmzQN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcuXKmzQN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLcuXKmzQN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLcuXKmzQN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLcuXKmzQN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcuXKmzQN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLcuXKmzQN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLcuXKmzQN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLcuXKmzQN .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLcuXKmzQN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLcuXKmzQN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLcuXKmzQN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLcuXKmzQN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLcuXKmzQN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLcuXKmzQN button.navbar-toggler:focus {
  outline: none;
}
.cid-sLcuXKmzQN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLcuXKmzQN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLcuXKmzQN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcuXKmzQN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcuXKmzQN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLcuXKmzQN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcuXKmzQN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLcuXKmzQN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLcuXKmzQN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcuXKmzQN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLcuXKmzQN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLcuXKmzQN .collapsed .btn {
  display: flex;
}
.cid-sLcuXKmzQN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLcuXKmzQN .collapsed .navbar-collapse.collapsing,
.cid-sLcuXKmzQN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLcuXKmzQN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLcuXKmzQN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLcuXKmzQN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLcuXKmzQN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLcuXKmzQN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLcuXKmzQN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLcuXKmzQN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLcuXKmzQN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLcuXKmzQN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcuXKmzQN .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLcuXKmzQN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLcuXKmzQN .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLcuXKmzQN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLcuXKmzQN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLcuXKmzQN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLcuXKmzQN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLcuXKmzQN .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLcuXKmzQN .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLcuXKmzQN .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLcuXKmzQN .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLcuXKmzQN .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLcuXKmzQN .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLcuXKmzQN .navbar-collapse.collapsing,
  .cid-sLcuXKmzQN .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLcuXKmzQN .navbar-collapse.collapsing .navbar-nav,
  .cid-sLcuXKmzQN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLcuXKmzQN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLcuXKmzQN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLcuXKmzQN .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLcuXKmzQN .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLcuXKmzQN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLcuXKmzQN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLcuXKmzQN img {
    height: 3.8rem !important;
  }
  .cid-sLcuXKmzQN .btn {
    display: flex;
  }
  .cid-sLcuXKmzQN button.navbar-toggler {
    display: block;
  }
  .cid-sLcuXKmzQN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLcuXKmzQN .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcuXKmzQN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLcuXKmzQN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLcuXKmzQN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLcuXKmzQN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLcuXKmzQN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLcuXKmzQN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLcuXKmzQN .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLcuXKmzQN .nav-link:focus {
  outline: none;
}
.cid-sLcuXKmzQN .navbar-toggler {
  position: relative;
}
.cid-sLcuXKmzQN .dropdown-item.active,
.cid-sLcuXKmzQN .dropdown-item:active {
  color: initial;
}
.cid-sLcuXKmzQN .widget-title,
.cid-sLcuXKmzQN .widget-icon {
  color: #e9e9e9;
}
.cid-sLcuXKmzQN .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLcuXKmzQN .menu-logo {
    display: none;
  }
  .cid-sLcuXKmzQN .navbar {
    padding: 0;
  }
  .cid-sLcuXKmzQN .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcuXKmzQN button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLcuXLyjQA {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-sLcuXLyjQA .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLcuXLyjQA .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLcuXLyjQA .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLcuXLyjQA .card-title,
.cid-sLcuXLyjQA .card-img {
  text-align: left;
}
.cid-sLcuXLyjQA .mbr-text,
.cid-sLcuXLyjQA .mbr-section-btn {
  text-align: left;
}
.cid-sLcuXMg9sM {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLcuXMg9sM h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLcuXMg9sM h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLcuXMg9sM .mbr-text,
.cid-sLcuXMg9sM .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLcuXMg9sM H1 {
  color: #07164c;
}
.cid-sLcuXMg9sM H3 {
  color: #f0d152;
}
.cid-sOj1WkrfJt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOj1WkrfJt .card {
  width: 15%;
}
.cid-sOj1WkrfJt .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOj1WkrfJt .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOj1WkrfJt .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOj1WkrfJt a {
  font-weight: 600;
}
.cid-sOj1WkrfJt .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOj1WkrfJt .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOj1WkrfJt .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOj1WkrfJt .card-wrapper {
  height: 100%;
}
.cid-sOj1WkrfJt .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOj1WkrfJt .text {
  color: #767676;
}
.cid-sOj1WkrfJt .card-subtitle {
  color: #ff3366;
}
.cid-sOj1WkrfJt .card-title {
  color: #07164c;
}
.cid-sOj1XnkNQW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOj1XnkNQW .card {
  width: 15%;
}
.cid-sOj1XnkNQW .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOj1XnkNQW .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOj1XnkNQW .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOj1XnkNQW a {
  font-weight: 600;
}
.cid-sOj1XnkNQW .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOj1XnkNQW .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOj1XnkNQW .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOj1XnkNQW .card-wrapper {
  height: 100%;
}
.cid-sOj1XnkNQW .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOj1XnkNQW .text {
  color: #767676;
}
.cid-sOj1XnkNQW .card-subtitle {
  color: #ff3366;
}
.cid-sOj1XnkNQW .card-title {
  color: #07164c;
}
.cid-sOj1YhMiz9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sOj1YhMiz9 .card {
  width: 15%;
}
.cid-sOj1YhMiz9 .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOj1YhMiz9 .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOj1YhMiz9 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOj1YhMiz9 a {
  font-weight: 600;
}
.cid-sOj1YhMiz9 .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOj1YhMiz9 .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOj1YhMiz9 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOj1YhMiz9 .card-wrapper {
  height: 100%;
}
.cid-sOj1YhMiz9 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOj1YhMiz9 .text {
  color: #767676;
}
.cid-sOj1YhMiz9 .card-subtitle {
  color: #ff3366;
}
.cid-sOj1YhMiz9 .card-title {
  color: #07164c;
}
.cid-sLcuXNdKwC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLcuXNdKwC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLcuXNdKwC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLcuXNdKwC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLcuXNdKwC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLcuXNdKwC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcuXNdKwC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLcuXNdKwC .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sLcuXNdKwC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLcuXNdKwC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcuXO0uDc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLcuXO0uDc .content {
    text-align: center;
  }
  .cid-sLcuXO0uDc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLcuXO0uDc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLcuXO0uDc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLcuXO0uDc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLcuXO0uDc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLcuXO0uDc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLcuXO0uDc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcuXO0uDc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLcuXO0uDc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLcuXO0uDc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLcuXO0uDc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLcuXO0uDc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLcuXO0uDc H5 {
  color: #f0d152;
}
.cid-sLcxfXjLZC .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLcxfXjLZC .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLcxfXjLZC .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLcxfXjLZC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcxfXjLZC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLcxfXjLZC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLcxfXjLZC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLcxfXjLZC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLcxfXjLZC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLcxfXjLZC .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLcxfXjLZC .dropdown-item {
  padding: 0;
}
.cid-sLcxfXjLZC .dropdown-item,
.cid-sLcxfXjLZC .nav-link,
.cid-sLcxfXjLZC .brand-name {
  font-style: normal;
}
.cid-sLcxfXjLZC .dropdown-item:hover,
.cid-sLcxfXjLZC .nav-link:hover,
.cid-sLcxfXjLZC .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLcxfXjLZC .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLcxfXjLZC .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLcxfXjLZC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcxfXjLZC .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLcxfXjLZC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLcxfXjLZC .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLcxfXjLZC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcxfXjLZC .content-text {
  margin-bottom: 0;
}
.cid-sLcxfXjLZC .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLcxfXjLZC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLcxfXjLZC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLcxfXjLZC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLcxfXjLZC .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLcxfXjLZC .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcxfXjLZC .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcxfXjLZC .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLcxfXjLZC .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLcxfXjLZC .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLcxfXjLZC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLcxfXjLZC .content-right-side {
  text-align: center;
}
.cid-sLcxfXjLZC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLcxfXjLZC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLcxfXjLZC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLcxfXjLZC .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcxfXjLZC .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcxfXjLZC .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLcxfXjLZC .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLcxfXjLZC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLcxfXjLZC .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLcxfXjLZC .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLcxfXjLZC .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLcxfXjLZC .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcxfXjLZC .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLcxfXjLZC .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLcxfXjLZC .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcxfXjLZC .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLcxfXjLZC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLcxfXjLZC .navbar-toggler {
    display: none;
  }
  .cid-sLcxfXjLZC .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLcxfXjLZC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLcxfXjLZC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLcxfXjLZC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLcxfXjLZC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLcxfXjLZC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLcxfXjLZC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLcxfXjLZC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLcxfXjLZC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLcxfXjLZC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcxfXjLZC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcxfXjLZC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLcxfXjLZC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLcxfXjLZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLcxfXjLZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcxfXjLZC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLcxfXjLZC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLcxfXjLZC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLcxfXjLZC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLcxfXjLZC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLcxfXjLZC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLcxfXjLZC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLcxfXjLZC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLcxfXjLZC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLcxfXjLZC button.navbar-toggler:focus {
  outline: none;
}
.cid-sLcxfXjLZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLcxfXjLZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLcxfXjLZC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcxfXjLZC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcxfXjLZC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLcxfXjLZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcxfXjLZC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLcxfXjLZC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLcxfXjLZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcxfXjLZC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLcxfXjLZC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLcxfXjLZC .collapsed .btn {
  display: flex;
}
.cid-sLcxfXjLZC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLcxfXjLZC .collapsed .navbar-collapse.collapsing,
.cid-sLcxfXjLZC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLcxfXjLZC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLcxfXjLZC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLcxfXjLZC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLcxfXjLZC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLcxfXjLZC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLcxfXjLZC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLcxfXjLZC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLcxfXjLZC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLcxfXjLZC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcxfXjLZC .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLcxfXjLZC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLcxfXjLZC .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLcxfXjLZC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLcxfXjLZC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLcxfXjLZC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLcxfXjLZC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLcxfXjLZC .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLcxfXjLZC .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLcxfXjLZC .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLcxfXjLZC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLcxfXjLZC .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLcxfXjLZC .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLcxfXjLZC .navbar-collapse.collapsing,
  .cid-sLcxfXjLZC .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLcxfXjLZC .navbar-collapse.collapsing .navbar-nav,
  .cid-sLcxfXjLZC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLcxfXjLZC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLcxfXjLZC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLcxfXjLZC .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLcxfXjLZC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLcxfXjLZC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLcxfXjLZC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLcxfXjLZC img {
    height: 3.8rem !important;
  }
  .cid-sLcxfXjLZC .btn {
    display: flex;
  }
  .cid-sLcxfXjLZC button.navbar-toggler {
    display: block;
  }
  .cid-sLcxfXjLZC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLcxfXjLZC .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcxfXjLZC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLcxfXjLZC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLcxfXjLZC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLcxfXjLZC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLcxfXjLZC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLcxfXjLZC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLcxfXjLZC .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLcxfXjLZC .nav-link:focus {
  outline: none;
}
.cid-sLcxfXjLZC .navbar-toggler {
  position: relative;
}
.cid-sLcxfXjLZC .dropdown-item.active,
.cid-sLcxfXjLZC .dropdown-item:active {
  color: initial;
}
.cid-sLcxfXjLZC .widget-title,
.cid-sLcxfXjLZC .widget-icon {
  color: #e9e9e9;
}
.cid-sLcxfXjLZC .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLcxfXjLZC .menu-logo {
    display: none;
  }
  .cid-sLcxfXjLZC .navbar {
    padding: 0;
  }
  .cid-sLcxfXjLZC .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcxfXjLZC button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLcxfYFdUq {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1104.jpg");
}
.cid-sLcxfYFdUq .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLcxfYFdUq .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLcxfYFdUq .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLcxfYFdUq .card-title,
.cid-sLcxfYFdUq .card-img {
  text-align: left;
}
.cid-sLcxfYFdUq .mbr-text,
.cid-sLcxfYFdUq .mbr-section-btn {
  text-align: left;
}
.cid-sLcxfZlRXH {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLcxfZlRXH h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLcxfZlRXH h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLcxfZlRXH .mbr-text,
.cid-sLcxfZlRXH .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLcxfZlRXH H1 {
  color: #07164c;
}
.cid-sLcxfZlRXH H3 {
  color: #f0d152;
}
.cid-sOjfHZBvos {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOjfHZBvos .card {
  width: 15%;
}
.cid-sOjfHZBvos .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOjfHZBvos .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOjfHZBvos .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOjfHZBvos a {
  font-weight: 600;
}
.cid-sOjfHZBvos .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOjfHZBvos .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOjfHZBvos .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOjfHZBvos .card-wrapper {
  height: 100%;
}
.cid-sOjfHZBvos .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOjfHZBvos .text {
  color: #767676;
}
.cid-sOjfHZBvos .card-subtitle {
  color: #ff3366;
}
.cid-sOjfHZBvos .card-title {
  color: #07164c;
}
.cid-sLcxg06UHb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLcxg06UHb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLcxg06UHb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLcxg06UHb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLcxg06UHb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLcxg06UHb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcxg06UHb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLcxg06UHb .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sLcxg06UHb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLcxg06UHb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcxg1j3KY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLcxg1j3KY .content {
    text-align: center;
  }
  .cid-sLcxg1j3KY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLcxg1j3KY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLcxg1j3KY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLcxg1j3KY .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLcxg1j3KY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLcxg1j3KY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLcxg1j3KY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcxg1j3KY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLcxg1j3KY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLcxg1j3KY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLcxg1j3KY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLcxg1j3KY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLcxg1j3KY H5 {
  color: #f0d152;
}
.cid-sLczr3cTSY .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLczr3cTSY .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLczr3cTSY .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLczr3cTSY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLczr3cTSY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLczr3cTSY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLczr3cTSY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLczr3cTSY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLczr3cTSY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLczr3cTSY .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLczr3cTSY .dropdown-item {
  padding: 0;
}
.cid-sLczr3cTSY .dropdown-item,
.cid-sLczr3cTSY .nav-link,
.cid-sLczr3cTSY .brand-name {
  font-style: normal;
}
.cid-sLczr3cTSY .dropdown-item:hover,
.cid-sLczr3cTSY .nav-link:hover,
.cid-sLczr3cTSY .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLczr3cTSY .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLczr3cTSY .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLczr3cTSY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLczr3cTSY .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLczr3cTSY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLczr3cTSY .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLczr3cTSY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLczr3cTSY .content-text {
  margin-bottom: 0;
}
.cid-sLczr3cTSY .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLczr3cTSY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLczr3cTSY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLczr3cTSY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLczr3cTSY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLczr3cTSY .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLczr3cTSY .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLczr3cTSY .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLczr3cTSY .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLczr3cTSY .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLczr3cTSY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLczr3cTSY .content-right-side {
  text-align: center;
}
.cid-sLczr3cTSY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLczr3cTSY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLczr3cTSY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLczr3cTSY .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLczr3cTSY .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLczr3cTSY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLczr3cTSY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLczr3cTSY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLczr3cTSY .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLczr3cTSY .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLczr3cTSY .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLczr3cTSY .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLczr3cTSY .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLczr3cTSY .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLczr3cTSY .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLczr3cTSY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLczr3cTSY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLczr3cTSY .navbar-toggler {
    display: none;
  }
  .cid-sLczr3cTSY .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLczr3cTSY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLczr3cTSY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLczr3cTSY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLczr3cTSY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLczr3cTSY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLczr3cTSY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLczr3cTSY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLczr3cTSY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLczr3cTSY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLczr3cTSY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLczr3cTSY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLczr3cTSY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLczr3cTSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLczr3cTSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLczr3cTSY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLczr3cTSY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLczr3cTSY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLczr3cTSY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLczr3cTSY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLczr3cTSY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLczr3cTSY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLczr3cTSY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLczr3cTSY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLczr3cTSY button.navbar-toggler:focus {
  outline: none;
}
.cid-sLczr3cTSY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLczr3cTSY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLczr3cTSY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLczr3cTSY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLczr3cTSY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLczr3cTSY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLczr3cTSY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLczr3cTSY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLczr3cTSY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLczr3cTSY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLczr3cTSY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLczr3cTSY .collapsed .btn {
  display: flex;
}
.cid-sLczr3cTSY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLczr3cTSY .collapsed .navbar-collapse.collapsing,
.cid-sLczr3cTSY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLczr3cTSY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLczr3cTSY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLczr3cTSY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLczr3cTSY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLczr3cTSY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLczr3cTSY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLczr3cTSY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLczr3cTSY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLczr3cTSY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLczr3cTSY .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLczr3cTSY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLczr3cTSY .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLczr3cTSY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLczr3cTSY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLczr3cTSY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLczr3cTSY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLczr3cTSY .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLczr3cTSY .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLczr3cTSY .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLczr3cTSY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLczr3cTSY .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLczr3cTSY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLczr3cTSY .navbar-collapse.collapsing,
  .cid-sLczr3cTSY .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLczr3cTSY .navbar-collapse.collapsing .navbar-nav,
  .cid-sLczr3cTSY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLczr3cTSY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLczr3cTSY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLczr3cTSY .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLczr3cTSY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLczr3cTSY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLczr3cTSY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLczr3cTSY img {
    height: 3.8rem !important;
  }
  .cid-sLczr3cTSY .btn {
    display: flex;
  }
  .cid-sLczr3cTSY button.navbar-toggler {
    display: block;
  }
  .cid-sLczr3cTSY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLczr3cTSY .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLczr3cTSY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLczr3cTSY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLczr3cTSY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLczr3cTSY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLczr3cTSY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLczr3cTSY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLczr3cTSY .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLczr3cTSY .nav-link:focus {
  outline: none;
}
.cid-sLczr3cTSY .navbar-toggler {
  position: relative;
}
.cid-sLczr3cTSY .dropdown-item.active,
.cid-sLczr3cTSY .dropdown-item:active {
  color: initial;
}
.cid-sLczr3cTSY .widget-title,
.cid-sLczr3cTSY .widget-icon {
  color: #e9e9e9;
}
.cid-sLczr3cTSY .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLczr3cTSY .menu-logo {
    display: none;
  }
  .cid-sLczr3cTSY .navbar {
    padding: 0;
  }
  .cid-sLczr3cTSY .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLczr3cTSY button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLczr4yLat {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1275.jpeg");
}
.cid-sLczr4yLat .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLczr4yLat .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLczr4yLat .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLczr4yLat .card-title,
.cid-sLczr4yLat .card-img {
  text-align: left;
}
.cid-sLczr4yLat .mbr-text,
.cid-sLczr4yLat .mbr-section-btn {
  text-align: left;
}
.cid-sLczr5cscQ {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLczr5cscQ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLczr5cscQ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLczr5cscQ .mbr-text,
.cid-sLczr5cscQ .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLczr5cscQ H1 {
  color: #07164c;
}
.cid-sLczr5cscQ H3 {
  color: #f0d152;
}
.cid-sLczr5Ucaq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLczr5Ucaq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLczr5Ucaq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLczr5Ucaq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLczr5Ucaq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLczr5Ucaq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLczr5Ucaq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLczr5Ucaq .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sLczr5Ucaq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLczr5Ucaq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLczr6OfIY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLczr6OfIY .content {
    text-align: center;
  }
  .cid-sLczr6OfIY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLczr6OfIY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLczr6OfIY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLczr6OfIY .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLczr6OfIY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLczr6OfIY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLczr6OfIY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLczr6OfIY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLczr6OfIY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLczr6OfIY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLczr6OfIY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLczr6OfIY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLczr6OfIY H5 {
  color: #f0d152;
}
.cid-sLcBUGRCqq .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLcBUGRCqq .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLcBUGRCqq .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLcBUGRCqq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcBUGRCqq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLcBUGRCqq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLcBUGRCqq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLcBUGRCqq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLcBUGRCqq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLcBUGRCqq .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLcBUGRCqq .dropdown-item {
  padding: 0;
}
.cid-sLcBUGRCqq .dropdown-item,
.cid-sLcBUGRCqq .nav-link,
.cid-sLcBUGRCqq .brand-name {
  font-style: normal;
}
.cid-sLcBUGRCqq .dropdown-item:hover,
.cid-sLcBUGRCqq .nav-link:hover,
.cid-sLcBUGRCqq .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLcBUGRCqq .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLcBUGRCqq .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLcBUGRCqq .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcBUGRCqq .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLcBUGRCqq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLcBUGRCqq .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLcBUGRCqq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcBUGRCqq .content-text {
  margin-bottom: 0;
}
.cid-sLcBUGRCqq .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLcBUGRCqq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLcBUGRCqq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLcBUGRCqq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLcBUGRCqq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLcBUGRCqq .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcBUGRCqq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcBUGRCqq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLcBUGRCqq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLcBUGRCqq .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLcBUGRCqq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLcBUGRCqq .content-right-side {
  text-align: center;
}
.cid-sLcBUGRCqq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLcBUGRCqq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLcBUGRCqq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLcBUGRCqq .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcBUGRCqq .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcBUGRCqq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLcBUGRCqq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLcBUGRCqq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLcBUGRCqq .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLcBUGRCqq .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLcBUGRCqq .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLcBUGRCqq .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcBUGRCqq .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLcBUGRCqq .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLcBUGRCqq .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcBUGRCqq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLcBUGRCqq .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLcBUGRCqq .navbar-toggler {
    display: none;
  }
  .cid-sLcBUGRCqq .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLcBUGRCqq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLcBUGRCqq .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLcBUGRCqq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLcBUGRCqq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLcBUGRCqq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLcBUGRCqq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLcBUGRCqq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLcBUGRCqq .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLcBUGRCqq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcBUGRCqq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcBUGRCqq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLcBUGRCqq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLcBUGRCqq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLcBUGRCqq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcBUGRCqq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLcBUGRCqq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLcBUGRCqq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLcBUGRCqq .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLcBUGRCqq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLcBUGRCqq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLcBUGRCqq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLcBUGRCqq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLcBUGRCqq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLcBUGRCqq button.navbar-toggler:focus {
  outline: none;
}
.cid-sLcBUGRCqq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLcBUGRCqq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLcBUGRCqq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcBUGRCqq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcBUGRCqq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLcBUGRCqq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcBUGRCqq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLcBUGRCqq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLcBUGRCqq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcBUGRCqq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLcBUGRCqq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLcBUGRCqq .collapsed .btn {
  display: flex;
}
.cid-sLcBUGRCqq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLcBUGRCqq .collapsed .navbar-collapse.collapsing,
.cid-sLcBUGRCqq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLcBUGRCqq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLcBUGRCqq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLcBUGRCqq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLcBUGRCqq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLcBUGRCqq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLcBUGRCqq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLcBUGRCqq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLcBUGRCqq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLcBUGRCqq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcBUGRCqq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLcBUGRCqq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLcBUGRCqq .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLcBUGRCqq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLcBUGRCqq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLcBUGRCqq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLcBUGRCqq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLcBUGRCqq .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLcBUGRCqq .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLcBUGRCqq .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLcBUGRCqq .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLcBUGRCqq .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLcBUGRCqq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLcBUGRCqq .navbar-collapse.collapsing,
  .cid-sLcBUGRCqq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLcBUGRCqq .navbar-collapse.collapsing .navbar-nav,
  .cid-sLcBUGRCqq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLcBUGRCqq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLcBUGRCqq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLcBUGRCqq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLcBUGRCqq .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLcBUGRCqq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLcBUGRCqq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLcBUGRCqq img {
    height: 3.8rem !important;
  }
  .cid-sLcBUGRCqq .btn {
    display: flex;
  }
  .cid-sLcBUGRCqq button.navbar-toggler {
    display: block;
  }
  .cid-sLcBUGRCqq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLcBUGRCqq .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcBUGRCqq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLcBUGRCqq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLcBUGRCqq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLcBUGRCqq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLcBUGRCqq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLcBUGRCqq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLcBUGRCqq .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLcBUGRCqq .nav-link:focus {
  outline: none;
}
.cid-sLcBUGRCqq .navbar-toggler {
  position: relative;
}
.cid-sLcBUGRCqq .dropdown-item.active,
.cid-sLcBUGRCqq .dropdown-item:active {
  color: initial;
}
.cid-sLcBUGRCqq .widget-title,
.cid-sLcBUGRCqq .widget-icon {
  color: #e9e9e9;
}
.cid-sLcBUGRCqq .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLcBUGRCqq .menu-logo {
    display: none;
  }
  .cid-sLcBUGRCqq .navbar {
    padding: 0;
  }
  .cid-sLcBUGRCqq .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcBUGRCqq button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLcBUIjYSW {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1313.jpg");
}
.cid-sLcBUIjYSW .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLcBUIjYSW .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLcBUIjYSW .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLcBUIjYSW .card-title,
.cid-sLcBUIjYSW .card-img {
  text-align: left;
}
.cid-sLcBUIjYSW .mbr-text,
.cid-sLcBUIjYSW .mbr-section-btn {
  text-align: left;
}
.cid-sLcBUJ4myf {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLcBUJ4myf h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLcBUJ4myf h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLcBUJ4myf .mbr-text,
.cid-sLcBUJ4myf .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLcBUJ4myf H1 {
  color: #07164c;
}
.cid-sLcBUJ4myf H3 {
  color: #f0d152;
}
.cid-sLcBUJJYqh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLcBUJJYqh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLcBUJJYqh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLcBUJJYqh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLcBUJJYqh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLcBUJJYqh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcBUJJYqh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLcBUJJYqh .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sLcBUJJYqh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLcBUJJYqh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcBUKvh93 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLcBUKvh93 .content {
    text-align: center;
  }
  .cid-sLcBUKvh93 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLcBUKvh93 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLcBUKvh93 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLcBUKvh93 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLcBUKvh93 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLcBUKvh93 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLcBUKvh93 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcBUKvh93 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLcBUKvh93 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLcBUKvh93 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLcBUKvh93 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLcBUKvh93 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLcBUKvh93 H5 {
  color: #f0d152;
}
.cid-sLcEwzpfHL .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sLcEwzpfHL .navbar-fixed-top {
  padding-top: 0;
}
.cid-sLcEwzpfHL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLcEwzpfHL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcEwzpfHL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sLcEwzpfHL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLcEwzpfHL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLcEwzpfHL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLcEwzpfHL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLcEwzpfHL .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sLcEwzpfHL .dropdown-item {
  padding: 0;
}
.cid-sLcEwzpfHL .dropdown-item,
.cid-sLcEwzpfHL .nav-link,
.cid-sLcEwzpfHL .brand-name {
  font-style: normal;
}
.cid-sLcEwzpfHL .dropdown-item:hover,
.cid-sLcEwzpfHL .nav-link:hover,
.cid-sLcEwzpfHL .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sLcEwzpfHL .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sLcEwzpfHL .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sLcEwzpfHL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcEwzpfHL .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sLcEwzpfHL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sLcEwzpfHL .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sLcEwzpfHL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcEwzpfHL .content-text {
  margin-bottom: 0;
}
.cid-sLcEwzpfHL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLcEwzpfHL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLcEwzpfHL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sLcEwzpfHL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sLcEwzpfHL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sLcEwzpfHL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcEwzpfHL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLcEwzpfHL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLcEwzpfHL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLcEwzpfHL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLcEwzpfHL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLcEwzpfHL .content-right-side {
  text-align: center;
}
.cid-sLcEwzpfHL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sLcEwzpfHL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sLcEwzpfHL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sLcEwzpfHL .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcEwzpfHL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLcEwzpfHL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sLcEwzpfHL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sLcEwzpfHL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sLcEwzpfHL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sLcEwzpfHL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sLcEwzpfHL .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sLcEwzpfHL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcEwzpfHL .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sLcEwzpfHL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLcEwzpfHL .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLcEwzpfHL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sLcEwzpfHL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sLcEwzpfHL .navbar-toggler {
    display: none;
  }
  .cid-sLcEwzpfHL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sLcEwzpfHL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sLcEwzpfHL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLcEwzpfHL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLcEwzpfHL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sLcEwzpfHL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLcEwzpfHL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLcEwzpfHL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLcEwzpfHL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLcEwzpfHL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcEwzpfHL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcEwzpfHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLcEwzpfHL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLcEwzpfHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLcEwzpfHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLcEwzpfHL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLcEwzpfHL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLcEwzpfHL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLcEwzpfHL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sLcEwzpfHL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLcEwzpfHL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLcEwzpfHL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLcEwzpfHL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLcEwzpfHL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sLcEwzpfHL button.navbar-toggler:focus {
  outline: none;
}
.cid-sLcEwzpfHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sLcEwzpfHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLcEwzpfHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcEwzpfHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLcEwzpfHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLcEwzpfHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcEwzpfHL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLcEwzpfHL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLcEwzpfHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLcEwzpfHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLcEwzpfHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLcEwzpfHL .collapsed .btn {
  display: flex;
}
.cid-sLcEwzpfHL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLcEwzpfHL .collapsed .navbar-collapse.collapsing,
.cid-sLcEwzpfHL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLcEwzpfHL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLcEwzpfHL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLcEwzpfHL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLcEwzpfHL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLcEwzpfHL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLcEwzpfHL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sLcEwzpfHL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLcEwzpfHL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLcEwzpfHL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLcEwzpfHL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sLcEwzpfHL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sLcEwzpfHL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLcEwzpfHL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sLcEwzpfHL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLcEwzpfHL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLcEwzpfHL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sLcEwzpfHL .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sLcEwzpfHL .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sLcEwzpfHL .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sLcEwzpfHL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sLcEwzpfHL .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sLcEwzpfHL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLcEwzpfHL .navbar-collapse.collapsing,
  .cid-sLcEwzpfHL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLcEwzpfHL .navbar-collapse.collapsing .navbar-nav,
  .cid-sLcEwzpfHL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLcEwzpfHL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLcEwzpfHL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sLcEwzpfHL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLcEwzpfHL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sLcEwzpfHL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLcEwzpfHL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLcEwzpfHL img {
    height: 3.8rem !important;
  }
  .cid-sLcEwzpfHL .btn {
    display: flex;
  }
  .cid-sLcEwzpfHL button.navbar-toggler {
    display: block;
  }
  .cid-sLcEwzpfHL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sLcEwzpfHL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcEwzpfHL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLcEwzpfHL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLcEwzpfHL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLcEwzpfHL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sLcEwzpfHL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sLcEwzpfHL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sLcEwzpfHL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLcEwzpfHL .nav-link:focus {
  outline: none;
}
.cid-sLcEwzpfHL .navbar-toggler {
  position: relative;
}
.cid-sLcEwzpfHL .dropdown-item.active,
.cid-sLcEwzpfHL .dropdown-item:active {
  color: initial;
}
.cid-sLcEwzpfHL .widget-title,
.cid-sLcEwzpfHL .widget-icon {
  color: #e9e9e9;
}
.cid-sLcEwzpfHL .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sLcEwzpfHL .menu-logo {
    display: none;
  }
  .cid-sLcEwzpfHL .navbar {
    padding: 0;
  }
  .cid-sLcEwzpfHL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLcEwzpfHL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sLcEwBda6m {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpeg");
}
.cid-sLcEwBda6m .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sLcEwBda6m .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sLcEwBda6m .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sLcEwBda6m .card-title,
.cid-sLcEwBda6m .card-img {
  text-align: left;
}
.cid-sLcEwBda6m .mbr-text,
.cid-sLcEwBda6m .mbr-section-btn {
  text-align: left;
}
.cid-sLcEwCe8rg {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLcEwCe8rg h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sLcEwCe8rg h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sLcEwCe8rg .mbr-text,
.cid-sLcEwCe8rg .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sLcEwCe8rg H1 {
  color: #07164c;
}
.cid-sLcEwCe8rg H3 {
  color: #f0d152;
}
.cid-sOjqbIUvf9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOjqbIUvf9 .card {
  width: 15%;
}
.cid-sOjqbIUvf9 .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOjqbIUvf9 .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOjqbIUvf9 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOjqbIUvf9 a {
  font-weight: 600;
}
.cid-sOjqbIUvf9 .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOjqbIUvf9 .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOjqbIUvf9 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOjqbIUvf9 .card-wrapper {
  height: 100%;
}
.cid-sOjqbIUvf9 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOjqbIUvf9 .text {
  color: #767676;
}
.cid-sOjqbIUvf9 .card-subtitle {
  color: #ff3366;
}
.cid-sOjqbIUvf9 .card-title {
  color: #07164c;
}
.cid-sLcEwDuNi6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLcEwDuNi6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sLcEwDuNi6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLcEwDuNi6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLcEwDuNi6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sLcEwDuNi6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcEwDuNi6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sLcEwDuNi6 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sLcEwDuNi6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sLcEwDuNi6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sLcEwEDhGk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sLcEwEDhGk .content {
    text-align: center;
  }
  .cid-sLcEwEDhGk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLcEwEDhGk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLcEwEDhGk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLcEwEDhGk .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLcEwEDhGk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLcEwEDhGk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLcEwEDhGk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLcEwEDhGk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLcEwEDhGk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLcEwEDhGk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLcEwEDhGk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLcEwEDhGk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sLcEwEDhGk H5 {
  color: #f0d152;
}
.cid-sMjIk3lpjN .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sMjIk3lpjN .navbar-fixed-top {
  padding-top: 0;
}
.cid-sMjIk3lpjN .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sMjIk3lpjN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjIk3lpjN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sMjIk3lpjN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sMjIk3lpjN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sMjIk3lpjN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sMjIk3lpjN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sMjIk3lpjN .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sMjIk3lpjN .dropdown-item {
  padding: 0;
}
.cid-sMjIk3lpjN .dropdown-item,
.cid-sMjIk3lpjN .nav-link,
.cid-sMjIk3lpjN .brand-name {
  font-style: normal;
}
.cid-sMjIk3lpjN .dropdown-item:hover,
.cid-sMjIk3lpjN .nav-link:hover,
.cid-sMjIk3lpjN .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sMjIk3lpjN .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sMjIk3lpjN .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sMjIk3lpjN .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjIk3lpjN .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sMjIk3lpjN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sMjIk3lpjN .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sMjIk3lpjN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjIk3lpjN .content-text {
  margin-bottom: 0;
}
.cid-sMjIk3lpjN .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sMjIk3lpjN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sMjIk3lpjN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sMjIk3lpjN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sMjIk3lpjN .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sMjIk3lpjN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjIk3lpjN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjIk3lpjN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sMjIk3lpjN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMjIk3lpjN .nav-dropdown .link {
  font-weight: 400;
}
.cid-sMjIk3lpjN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sMjIk3lpjN .content-right-side {
  text-align: center;
}
.cid-sMjIk3lpjN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sMjIk3lpjN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sMjIk3lpjN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sMjIk3lpjN .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjIk3lpjN .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjIk3lpjN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sMjIk3lpjN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sMjIk3lpjN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sMjIk3lpjN .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sMjIk3lpjN .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sMjIk3lpjN .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sMjIk3lpjN .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjIk3lpjN .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sMjIk3lpjN .navbar {
    display: block;
    padding: 0;
  }
  .cid-sMjIk3lpjN .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjIk3lpjN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sMjIk3lpjN .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sMjIk3lpjN .navbar-toggler {
    display: none;
  }
  .cid-sMjIk3lpjN .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sMjIk3lpjN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sMjIk3lpjN .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMjIk3lpjN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sMjIk3lpjN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sMjIk3lpjN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sMjIk3lpjN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMjIk3lpjN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sMjIk3lpjN .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMjIk3lpjN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjIk3lpjN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjIk3lpjN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMjIk3lpjN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMjIk3lpjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMjIk3lpjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjIk3lpjN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sMjIk3lpjN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMjIk3lpjN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sMjIk3lpjN .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sMjIk3lpjN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sMjIk3lpjN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sMjIk3lpjN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sMjIk3lpjN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sMjIk3lpjN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sMjIk3lpjN button.navbar-toggler:focus {
  outline: none;
}
.cid-sMjIk3lpjN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sMjIk3lpjN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMjIk3lpjN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjIk3lpjN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjIk3lpjN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMjIk3lpjN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjIk3lpjN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMjIk3lpjN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMjIk3lpjN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjIk3lpjN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMjIk3lpjN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMjIk3lpjN .collapsed .btn {
  display: flex;
}
.cid-sMjIk3lpjN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sMjIk3lpjN .collapsed .navbar-collapse.collapsing,
.cid-sMjIk3lpjN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sMjIk3lpjN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sMjIk3lpjN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sMjIk3lpjN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sMjIk3lpjN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sMjIk3lpjN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sMjIk3lpjN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sMjIk3lpjN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sMjIk3lpjN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sMjIk3lpjN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjIk3lpjN .collapsed button.navbar-toggler {
  display: block;
}
.cid-sMjIk3lpjN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sMjIk3lpjN .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMjIk3lpjN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sMjIk3lpjN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sMjIk3lpjN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sMjIk3lpjN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sMjIk3lpjN .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sMjIk3lpjN .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sMjIk3lpjN .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sMjIk3lpjN .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sMjIk3lpjN .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sMjIk3lpjN .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sMjIk3lpjN .navbar-collapse.collapsing,
  .cid-sMjIk3lpjN .navbar-collapse.show {
    display: block !important;
  }
  .cid-sMjIk3lpjN .navbar-collapse.collapsing .navbar-nav,
  .cid-sMjIk3lpjN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sMjIk3lpjN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sMjIk3lpjN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sMjIk3lpjN .navbar-collapse.collapsing .navbar-buttons,
  .cid-sMjIk3lpjN .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sMjIk3lpjN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sMjIk3lpjN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMjIk3lpjN img {
    height: 3.8rem !important;
  }
  .cid-sMjIk3lpjN .btn {
    display: flex;
  }
  .cid-sMjIk3lpjN button.navbar-toggler {
    display: block;
  }
  .cid-sMjIk3lpjN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sMjIk3lpjN .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjIk3lpjN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sMjIk3lpjN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sMjIk3lpjN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sMjIk3lpjN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sMjIk3lpjN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sMjIk3lpjN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sMjIk3lpjN .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMjIk3lpjN .nav-link:focus {
  outline: none;
}
.cid-sMjIk3lpjN .navbar-toggler {
  position: relative;
}
.cid-sMjIk3lpjN .dropdown-item.active,
.cid-sMjIk3lpjN .dropdown-item:active {
  color: initial;
}
.cid-sMjIk3lpjN .widget-title,
.cid-sMjIk3lpjN .widget-icon {
  color: #e9e9e9;
}
.cid-sMjIk3lpjN .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sMjIk3lpjN .menu-logo {
    display: none;
  }
  .cid-sMjIk3lpjN .navbar {
    padding: 0;
  }
  .cid-sMjIk3lpjN .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjIk3lpjN button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sMjIk4hUtS {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-sMjIk4hUtS .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sMjIk4hUtS .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sMjIk4hUtS .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sMjIk4hUtS .card-title,
.cid-sMjIk4hUtS .card-img {
  text-align: left;
}
.cid-sMjIk4hUtS .mbr-text,
.cid-sMjIk4hUtS .mbr-section-btn {
  text-align: left;
}
.cid-sMjIk4PwR4 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMjIk4PwR4 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sMjIk4PwR4 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sMjIk4PwR4 .mbr-text,
.cid-sMjIk4PwR4 .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sMjIk4PwR4 H1 {
  color: #07164c;
}
.cid-sMjIk4PwR4 H3 {
  color: #f0d152;
}
.cid-sOhoH8pgRG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOhoH8pgRG .card {
  width: 15%;
}
.cid-sOhoH8pgRG .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOhoH8pgRG .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOhoH8pgRG .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOhoH8pgRG a {
  font-weight: 600;
}
.cid-sOhoH8pgRG .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOhoH8pgRG .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOhoH8pgRG .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOhoH8pgRG .card-wrapper {
  height: 100%;
}
.cid-sOhoH8pgRG .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOhoH8pgRG .text {
  color: #767676;
}
.cid-sOhoH8pgRG .card-subtitle {
  color: #ff3366;
}
.cid-sOhoH8pgRG .card-title {
  color: #07164c;
}
.cid-sOhpbCiWdZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOhpbCiWdZ .card {
  width: 15%;
}
.cid-sOhpbCiWdZ .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOhpbCiWdZ .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOhpbCiWdZ .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOhpbCiWdZ a {
  font-weight: 600;
}
.cid-sOhpbCiWdZ .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOhpbCiWdZ .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOhpbCiWdZ .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOhpbCiWdZ .card-wrapper {
  height: 100%;
}
.cid-sOhpbCiWdZ .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOhpbCiWdZ .text {
  color: #767676;
}
.cid-sOhpbCiWdZ .card-subtitle {
  color: #ff3366;
}
.cid-sOhpbCiWdZ .card-title {
  color: #07164c;
}
.cid-sOhqIf7JKA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sOhqIf7JKA .card {
  width: 15%;
}
.cid-sOhqIf7JKA .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOhqIf7JKA .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOhqIf7JKA .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOhqIf7JKA a {
  font-weight: 600;
}
.cid-sOhqIf7JKA .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOhqIf7JKA .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOhqIf7JKA .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOhqIf7JKA .card-wrapper {
  height: 100%;
}
.cid-sOhqIf7JKA .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOhqIf7JKA .text {
  color: #767676;
}
.cid-sOhqIf7JKA .card-subtitle {
  color: #ff3366;
}
.cid-sOhqIf7JKA .card-title {
  color: #07164c;
}
.cid-sMjIk5tu7K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMjIk5tu7K .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMjIk5tu7K .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMjIk5tu7K .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMjIk5tu7K .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMjIk5tu7K .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMjIk5tu7K .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sMjIk5tu7K .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sMjIk5tu7K .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sMjIk5tu7K .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMjIk64ODy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sMjIk64ODy .content {
    text-align: center;
  }
  .cid-sMjIk64ODy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMjIk64ODy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sMjIk64ODy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sMjIk64ODy .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sMjIk64ODy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sMjIk64ODy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sMjIk64ODy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjIk64ODy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sMjIk64ODy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sMjIk64ODy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sMjIk64ODy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMjIk64ODy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMjIk64ODy H5 {
  color: #f0d152;
}
.cid-sMjIQGJBuR .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sMjIQGJBuR .navbar-fixed-top {
  padding-top: 0;
}
.cid-sMjIQGJBuR .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sMjIQGJBuR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjIQGJBuR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sMjIQGJBuR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sMjIQGJBuR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sMjIQGJBuR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sMjIQGJBuR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sMjIQGJBuR .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sMjIQGJBuR .dropdown-item {
  padding: 0;
}
.cid-sMjIQGJBuR .dropdown-item,
.cid-sMjIQGJBuR .nav-link,
.cid-sMjIQGJBuR .brand-name {
  font-style: normal;
}
.cid-sMjIQGJBuR .dropdown-item:hover,
.cid-sMjIQGJBuR .nav-link:hover,
.cid-sMjIQGJBuR .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sMjIQGJBuR .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sMjIQGJBuR .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sMjIQGJBuR .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjIQGJBuR .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sMjIQGJBuR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sMjIQGJBuR .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sMjIQGJBuR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjIQGJBuR .content-text {
  margin-bottom: 0;
}
.cid-sMjIQGJBuR .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sMjIQGJBuR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sMjIQGJBuR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sMjIQGJBuR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sMjIQGJBuR .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sMjIQGJBuR .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjIQGJBuR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjIQGJBuR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sMjIQGJBuR .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMjIQGJBuR .nav-dropdown .link {
  font-weight: 400;
}
.cid-sMjIQGJBuR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sMjIQGJBuR .content-right-side {
  text-align: center;
}
.cid-sMjIQGJBuR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sMjIQGJBuR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sMjIQGJBuR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sMjIQGJBuR .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjIQGJBuR .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjIQGJBuR .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sMjIQGJBuR .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sMjIQGJBuR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sMjIQGJBuR .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sMjIQGJBuR .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sMjIQGJBuR .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sMjIQGJBuR .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjIQGJBuR .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sMjIQGJBuR .navbar {
    display: block;
    padding: 0;
  }
  .cid-sMjIQGJBuR .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjIQGJBuR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sMjIQGJBuR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sMjIQGJBuR .navbar-toggler {
    display: none;
  }
  .cid-sMjIQGJBuR .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sMjIQGJBuR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sMjIQGJBuR .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMjIQGJBuR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sMjIQGJBuR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sMjIQGJBuR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sMjIQGJBuR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMjIQGJBuR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sMjIQGJBuR .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMjIQGJBuR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjIQGJBuR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjIQGJBuR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMjIQGJBuR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMjIQGJBuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMjIQGJBuR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjIQGJBuR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sMjIQGJBuR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMjIQGJBuR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sMjIQGJBuR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sMjIQGJBuR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sMjIQGJBuR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sMjIQGJBuR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sMjIQGJBuR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sMjIQGJBuR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sMjIQGJBuR button.navbar-toggler:focus {
  outline: none;
}
.cid-sMjIQGJBuR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sMjIQGJBuR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMjIQGJBuR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjIQGJBuR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjIQGJBuR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMjIQGJBuR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjIQGJBuR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMjIQGJBuR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMjIQGJBuR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjIQGJBuR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMjIQGJBuR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMjIQGJBuR .collapsed .btn {
  display: flex;
}
.cid-sMjIQGJBuR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sMjIQGJBuR .collapsed .navbar-collapse.collapsing,
.cid-sMjIQGJBuR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sMjIQGJBuR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sMjIQGJBuR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sMjIQGJBuR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sMjIQGJBuR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sMjIQGJBuR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sMjIQGJBuR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sMjIQGJBuR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sMjIQGJBuR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sMjIQGJBuR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjIQGJBuR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sMjIQGJBuR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sMjIQGJBuR .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMjIQGJBuR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sMjIQGJBuR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sMjIQGJBuR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sMjIQGJBuR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sMjIQGJBuR .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sMjIQGJBuR .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sMjIQGJBuR .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sMjIQGJBuR .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sMjIQGJBuR .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sMjIQGJBuR .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sMjIQGJBuR .navbar-collapse.collapsing,
  .cid-sMjIQGJBuR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sMjIQGJBuR .navbar-collapse.collapsing .navbar-nav,
  .cid-sMjIQGJBuR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sMjIQGJBuR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sMjIQGJBuR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sMjIQGJBuR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sMjIQGJBuR .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sMjIQGJBuR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sMjIQGJBuR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMjIQGJBuR img {
    height: 3.8rem !important;
  }
  .cid-sMjIQGJBuR .btn {
    display: flex;
  }
  .cid-sMjIQGJBuR button.navbar-toggler {
    display: block;
  }
  .cid-sMjIQGJBuR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sMjIQGJBuR .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjIQGJBuR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sMjIQGJBuR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sMjIQGJBuR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sMjIQGJBuR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sMjIQGJBuR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sMjIQGJBuR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sMjIQGJBuR .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMjIQGJBuR .nav-link:focus {
  outline: none;
}
.cid-sMjIQGJBuR .navbar-toggler {
  position: relative;
}
.cid-sMjIQGJBuR .dropdown-item.active,
.cid-sMjIQGJBuR .dropdown-item:active {
  color: initial;
}
.cid-sMjIQGJBuR .widget-title,
.cid-sMjIQGJBuR .widget-icon {
  color: #e9e9e9;
}
.cid-sMjIQGJBuR .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sMjIQGJBuR .menu-logo {
    display: none;
  }
  .cid-sMjIQGJBuR .navbar {
    padding: 0;
  }
  .cid-sMjIQGJBuR .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjIQGJBuR button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sMjIQHSsh1 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-sMjIQHSsh1 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sMjIQHSsh1 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sMjIQHSsh1 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sMjIQHSsh1 .card-title,
.cid-sMjIQHSsh1 .card-img {
  text-align: left;
}
.cid-sMjIQHSsh1 .mbr-text,
.cid-sMjIQHSsh1 .mbr-section-btn {
  text-align: left;
}
.cid-sMjIQIoNNR {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMjIQIoNNR h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sMjIQIoNNR h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sMjIQIoNNR .mbr-text,
.cid-sMjIQIoNNR .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sMjIQIoNNR H1 {
  color: #07164c;
}
.cid-sMjIQIoNNR H3 {
  color: #f0d152;
}
.cid-sOjtLSi3TX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOjtLSi3TX .card {
  width: 15%;
}
.cid-sOjtLSi3TX .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOjtLSi3TX .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOjtLSi3TX .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOjtLSi3TX a {
  font-weight: 600;
}
.cid-sOjtLSi3TX .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOjtLSi3TX .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOjtLSi3TX .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOjtLSi3TX .card-wrapper {
  height: 100%;
}
.cid-sOjtLSi3TX .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOjtLSi3TX .text {
  color: #767676;
}
.cid-sOjtLSi3TX .card-subtitle {
  color: #ff3366;
}
.cid-sOjtLSi3TX .card-title {
  color: #07164c;
}
.cid-sMjIQIVBbB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMjIQIVBbB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMjIQIVBbB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMjIQIVBbB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMjIQIVBbB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMjIQIVBbB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMjIQIVBbB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sMjIQIVBbB .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sMjIQIVBbB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sMjIQIVBbB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMjIQJw7Zj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sMjIQJw7Zj .content {
    text-align: center;
  }
  .cid-sMjIQJw7Zj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMjIQJw7Zj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sMjIQJw7Zj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sMjIQJw7Zj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sMjIQJw7Zj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sMjIQJw7Zj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sMjIQJw7Zj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjIQJw7Zj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sMjIQJw7Zj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sMjIQJw7Zj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sMjIQJw7Zj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMjIQJw7Zj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMjIQJw7Zj H5 {
  color: #f0d152;
}
.cid-sMjLshzhK6 .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sMjLshzhK6 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sMjLshzhK6 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sMjLshzhK6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjLshzhK6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sMjLshzhK6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sMjLshzhK6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sMjLshzhK6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sMjLshzhK6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sMjLshzhK6 .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sMjLshzhK6 .dropdown-item {
  padding: 0;
}
.cid-sMjLshzhK6 .dropdown-item,
.cid-sMjLshzhK6 .nav-link,
.cid-sMjLshzhK6 .brand-name {
  font-style: normal;
}
.cid-sMjLshzhK6 .dropdown-item:hover,
.cid-sMjLshzhK6 .nav-link:hover,
.cid-sMjLshzhK6 .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sMjLshzhK6 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sMjLshzhK6 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sMjLshzhK6 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjLshzhK6 .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sMjLshzhK6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sMjLshzhK6 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sMjLshzhK6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjLshzhK6 .content-text {
  margin-bottom: 0;
}
.cid-sMjLshzhK6 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sMjLshzhK6 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sMjLshzhK6 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sMjLshzhK6 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sMjLshzhK6 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sMjLshzhK6 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjLshzhK6 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjLshzhK6 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sMjLshzhK6 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMjLshzhK6 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sMjLshzhK6 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sMjLshzhK6 .content-right-side {
  text-align: center;
}
.cid-sMjLshzhK6 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sMjLshzhK6 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sMjLshzhK6 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sMjLshzhK6 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjLshzhK6 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjLshzhK6 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sMjLshzhK6 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sMjLshzhK6 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sMjLshzhK6 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sMjLshzhK6 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sMjLshzhK6 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sMjLshzhK6 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjLshzhK6 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sMjLshzhK6 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sMjLshzhK6 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjLshzhK6 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sMjLshzhK6 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sMjLshzhK6 .navbar-toggler {
    display: none;
  }
  .cid-sMjLshzhK6 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sMjLshzhK6 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sMjLshzhK6 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMjLshzhK6 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sMjLshzhK6 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sMjLshzhK6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sMjLshzhK6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMjLshzhK6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sMjLshzhK6 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMjLshzhK6 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjLshzhK6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjLshzhK6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMjLshzhK6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMjLshzhK6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMjLshzhK6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjLshzhK6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sMjLshzhK6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMjLshzhK6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sMjLshzhK6 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sMjLshzhK6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sMjLshzhK6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sMjLshzhK6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sMjLshzhK6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sMjLshzhK6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sMjLshzhK6 button.navbar-toggler:focus {
  outline: none;
}
.cid-sMjLshzhK6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sMjLshzhK6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMjLshzhK6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjLshzhK6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjLshzhK6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMjLshzhK6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjLshzhK6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMjLshzhK6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMjLshzhK6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjLshzhK6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMjLshzhK6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMjLshzhK6 .collapsed .btn {
  display: flex;
}
.cid-sMjLshzhK6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sMjLshzhK6 .collapsed .navbar-collapse.collapsing,
.cid-sMjLshzhK6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sMjLshzhK6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sMjLshzhK6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sMjLshzhK6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sMjLshzhK6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sMjLshzhK6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sMjLshzhK6 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sMjLshzhK6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sMjLshzhK6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sMjLshzhK6 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjLshzhK6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sMjLshzhK6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sMjLshzhK6 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMjLshzhK6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sMjLshzhK6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sMjLshzhK6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sMjLshzhK6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sMjLshzhK6 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sMjLshzhK6 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sMjLshzhK6 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sMjLshzhK6 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sMjLshzhK6 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sMjLshzhK6 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sMjLshzhK6 .navbar-collapse.collapsing,
  .cid-sMjLshzhK6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sMjLshzhK6 .navbar-collapse.collapsing .navbar-nav,
  .cid-sMjLshzhK6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sMjLshzhK6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sMjLshzhK6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sMjLshzhK6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sMjLshzhK6 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sMjLshzhK6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sMjLshzhK6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMjLshzhK6 img {
    height: 3.8rem !important;
  }
  .cid-sMjLshzhK6 .btn {
    display: flex;
  }
  .cid-sMjLshzhK6 button.navbar-toggler {
    display: block;
  }
  .cid-sMjLshzhK6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sMjLshzhK6 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjLshzhK6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sMjLshzhK6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sMjLshzhK6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sMjLshzhK6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sMjLshzhK6 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sMjLshzhK6 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sMjLshzhK6 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMjLshzhK6 .nav-link:focus {
  outline: none;
}
.cid-sMjLshzhK6 .navbar-toggler {
  position: relative;
}
.cid-sMjLshzhK6 .dropdown-item.active,
.cid-sMjLshzhK6 .dropdown-item:active {
  color: initial;
}
.cid-sMjLshzhK6 .widget-title,
.cid-sMjLshzhK6 .widget-icon {
  color: #e9e9e9;
}
.cid-sMjLshzhK6 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sMjLshzhK6 .menu-logo {
    display: none;
  }
  .cid-sMjLshzhK6 .navbar {
    padding: 0;
  }
  .cid-sMjLshzhK6 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjLshzhK6 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sMjLsiL1hJ {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1089.jpeg");
}
.cid-sMjLsiL1hJ .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sMjLsiL1hJ .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sMjLsiL1hJ .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sMjLsiL1hJ .card-title,
.cid-sMjLsiL1hJ .card-img {
  text-align: left;
}
.cid-sMjLsiL1hJ .mbr-text,
.cid-sMjLsiL1hJ .mbr-section-btn {
  text-align: left;
}
.cid-sMjLsjpdKh {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMjLsjpdKh h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sMjLsjpdKh h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sMjLsjpdKh .mbr-text,
.cid-sMjLsjpdKh .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sMjLsjpdKh H1 {
  color: #07164c;
}
.cid-sMjLsjpdKh H3 {
  color: #f0d152;
}
.cid-sMjLsk5tCb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMjLsk5tCb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMjLsk5tCb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMjLsk5tCb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMjLsk5tCb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMjLsk5tCb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMjLsk5tCb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sMjLsk5tCb .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sMjLsk5tCb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sMjLsk5tCb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMjLskKjQp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sMjLskKjQp .content {
    text-align: center;
  }
  .cid-sMjLskKjQp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMjLskKjQp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sMjLskKjQp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sMjLskKjQp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sMjLskKjQp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sMjLskKjQp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sMjLskKjQp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjLskKjQp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sMjLskKjQp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sMjLskKjQp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sMjLskKjQp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMjLskKjQp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMjLskKjQp H5 {
  color: #f0d152;
}
.cid-sMjPhBr7x9 .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sMjPhBr7x9 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sMjPhBr7x9 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sMjPhBr7x9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjPhBr7x9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sMjPhBr7x9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sMjPhBr7x9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sMjPhBr7x9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sMjPhBr7x9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sMjPhBr7x9 .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sMjPhBr7x9 .dropdown-item {
  padding: 0;
}
.cid-sMjPhBr7x9 .dropdown-item,
.cid-sMjPhBr7x9 .nav-link,
.cid-sMjPhBr7x9 .brand-name {
  font-style: normal;
}
.cid-sMjPhBr7x9 .dropdown-item:hover,
.cid-sMjPhBr7x9 .nav-link:hover,
.cid-sMjPhBr7x9 .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sMjPhBr7x9 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sMjPhBr7x9 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sMjPhBr7x9 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjPhBr7x9 .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sMjPhBr7x9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sMjPhBr7x9 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sMjPhBr7x9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjPhBr7x9 .content-text {
  margin-bottom: 0;
}
.cid-sMjPhBr7x9 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sMjPhBr7x9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sMjPhBr7x9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sMjPhBr7x9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sMjPhBr7x9 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sMjPhBr7x9 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjPhBr7x9 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjPhBr7x9 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sMjPhBr7x9 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMjPhBr7x9 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sMjPhBr7x9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sMjPhBr7x9 .content-right-side {
  text-align: center;
}
.cid-sMjPhBr7x9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sMjPhBr7x9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sMjPhBr7x9 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sMjPhBr7x9 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjPhBr7x9 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjPhBr7x9 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sMjPhBr7x9 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sMjPhBr7x9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sMjPhBr7x9 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sMjPhBr7x9 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sMjPhBr7x9 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sMjPhBr7x9 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjPhBr7x9 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sMjPhBr7x9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sMjPhBr7x9 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjPhBr7x9 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sMjPhBr7x9 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sMjPhBr7x9 .navbar-toggler {
    display: none;
  }
  .cid-sMjPhBr7x9 .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sMjPhBr7x9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sMjPhBr7x9 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMjPhBr7x9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sMjPhBr7x9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sMjPhBr7x9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sMjPhBr7x9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMjPhBr7x9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sMjPhBr7x9 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMjPhBr7x9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjPhBr7x9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjPhBr7x9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMjPhBr7x9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMjPhBr7x9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMjPhBr7x9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjPhBr7x9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sMjPhBr7x9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMjPhBr7x9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sMjPhBr7x9 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sMjPhBr7x9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sMjPhBr7x9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sMjPhBr7x9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sMjPhBr7x9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sMjPhBr7x9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sMjPhBr7x9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sMjPhBr7x9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sMjPhBr7x9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMjPhBr7x9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjPhBr7x9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjPhBr7x9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMjPhBr7x9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjPhBr7x9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMjPhBr7x9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMjPhBr7x9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjPhBr7x9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMjPhBr7x9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMjPhBr7x9 .collapsed .btn {
  display: flex;
}
.cid-sMjPhBr7x9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sMjPhBr7x9 .collapsed .navbar-collapse.collapsing,
.cid-sMjPhBr7x9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sMjPhBr7x9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sMjPhBr7x9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sMjPhBr7x9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sMjPhBr7x9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sMjPhBr7x9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sMjPhBr7x9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sMjPhBr7x9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sMjPhBr7x9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sMjPhBr7x9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjPhBr7x9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sMjPhBr7x9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sMjPhBr7x9 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMjPhBr7x9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sMjPhBr7x9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sMjPhBr7x9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sMjPhBr7x9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sMjPhBr7x9 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sMjPhBr7x9 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sMjPhBr7x9 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sMjPhBr7x9 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sMjPhBr7x9 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sMjPhBr7x9 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sMjPhBr7x9 .navbar-collapse.collapsing,
  .cid-sMjPhBr7x9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sMjPhBr7x9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sMjPhBr7x9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sMjPhBr7x9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sMjPhBr7x9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sMjPhBr7x9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sMjPhBr7x9 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sMjPhBr7x9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sMjPhBr7x9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMjPhBr7x9 img {
    height: 3.8rem !important;
  }
  .cid-sMjPhBr7x9 .btn {
    display: flex;
  }
  .cid-sMjPhBr7x9 button.navbar-toggler {
    display: block;
  }
  .cid-sMjPhBr7x9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sMjPhBr7x9 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjPhBr7x9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sMjPhBr7x9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sMjPhBr7x9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sMjPhBr7x9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sMjPhBr7x9 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sMjPhBr7x9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sMjPhBr7x9 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMjPhBr7x9 .nav-link:focus {
  outline: none;
}
.cid-sMjPhBr7x9 .navbar-toggler {
  position: relative;
}
.cid-sMjPhBr7x9 .dropdown-item.active,
.cid-sMjPhBr7x9 .dropdown-item:active {
  color: initial;
}
.cid-sMjPhBr7x9 .widget-title,
.cid-sMjPhBr7x9 .widget-icon {
  color: #e9e9e9;
}
.cid-sMjPhBr7x9 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sMjPhBr7x9 .menu-logo {
    display: none;
  }
  .cid-sMjPhBr7x9 .navbar {
    padding: 0;
  }
  .cid-sMjPhBr7x9 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjPhBr7x9 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sMjPhCDosL {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x989.jpg");
}
.cid-sMjPhCDosL .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sMjPhCDosL .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sMjPhCDosL .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sMjPhCDosL .card-title,
.cid-sMjPhCDosL .card-img {
  text-align: left;
}
.cid-sMjPhCDosL .mbr-text,
.cid-sMjPhCDosL .mbr-section-btn {
  text-align: left;
}
.cid-sMjPhDinkz {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMjPhDinkz h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sMjPhDinkz h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sMjPhDinkz .mbr-text,
.cid-sMjPhDinkz .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sMjPhDinkz H1 {
  color: #07164c;
}
.cid-sMjPhDinkz H3 {
  color: #f0d152;
}
.cid-sMjPhDVGqk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMjPhDVGqk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMjPhDVGqk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMjPhDVGqk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMjPhDVGqk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMjPhDVGqk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMjPhDVGqk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sMjPhDVGqk .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sMjPhDVGqk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sMjPhDVGqk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMjPhENmRt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sMjPhENmRt .content {
    text-align: center;
  }
  .cid-sMjPhENmRt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMjPhENmRt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sMjPhENmRt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sMjPhENmRt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sMjPhENmRt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sMjPhENmRt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sMjPhENmRt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjPhENmRt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sMjPhENmRt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sMjPhENmRt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sMjPhENmRt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMjPhENmRt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMjPhENmRt H5 {
  color: #f0d152;
}
.cid-sMjRBsSOvX .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sMjRBsSOvX .navbar-fixed-top {
  padding-top: 0;
}
.cid-sMjRBsSOvX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sMjRBsSOvX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjRBsSOvX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sMjRBsSOvX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sMjRBsSOvX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sMjRBsSOvX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sMjRBsSOvX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sMjRBsSOvX .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sMjRBsSOvX .dropdown-item {
  padding: 0;
}
.cid-sMjRBsSOvX .dropdown-item,
.cid-sMjRBsSOvX .nav-link,
.cid-sMjRBsSOvX .brand-name {
  font-style: normal;
}
.cid-sMjRBsSOvX .dropdown-item:hover,
.cid-sMjRBsSOvX .nav-link:hover,
.cid-sMjRBsSOvX .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sMjRBsSOvX .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sMjRBsSOvX .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sMjRBsSOvX .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjRBsSOvX .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sMjRBsSOvX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sMjRBsSOvX .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sMjRBsSOvX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjRBsSOvX .content-text {
  margin-bottom: 0;
}
.cid-sMjRBsSOvX .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sMjRBsSOvX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sMjRBsSOvX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sMjRBsSOvX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sMjRBsSOvX .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sMjRBsSOvX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjRBsSOvX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjRBsSOvX .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sMjRBsSOvX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMjRBsSOvX .nav-dropdown .link {
  font-weight: 400;
}
.cid-sMjRBsSOvX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sMjRBsSOvX .content-right-side {
  text-align: center;
}
.cid-sMjRBsSOvX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sMjRBsSOvX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sMjRBsSOvX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sMjRBsSOvX .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjRBsSOvX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjRBsSOvX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sMjRBsSOvX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sMjRBsSOvX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sMjRBsSOvX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sMjRBsSOvX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sMjRBsSOvX .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sMjRBsSOvX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjRBsSOvX .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sMjRBsSOvX .navbar {
    display: block;
    padding: 0;
  }
  .cid-sMjRBsSOvX .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjRBsSOvX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sMjRBsSOvX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sMjRBsSOvX .navbar-toggler {
    display: none;
  }
  .cid-sMjRBsSOvX .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sMjRBsSOvX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sMjRBsSOvX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMjRBsSOvX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sMjRBsSOvX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sMjRBsSOvX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sMjRBsSOvX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMjRBsSOvX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sMjRBsSOvX .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMjRBsSOvX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjRBsSOvX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjRBsSOvX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMjRBsSOvX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMjRBsSOvX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMjRBsSOvX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjRBsSOvX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sMjRBsSOvX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMjRBsSOvX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sMjRBsSOvX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sMjRBsSOvX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sMjRBsSOvX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sMjRBsSOvX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sMjRBsSOvX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sMjRBsSOvX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sMjRBsSOvX button.navbar-toggler:focus {
  outline: none;
}
.cid-sMjRBsSOvX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sMjRBsSOvX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMjRBsSOvX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjRBsSOvX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjRBsSOvX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMjRBsSOvX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjRBsSOvX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMjRBsSOvX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMjRBsSOvX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjRBsSOvX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMjRBsSOvX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMjRBsSOvX .collapsed .btn {
  display: flex;
}
.cid-sMjRBsSOvX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sMjRBsSOvX .collapsed .navbar-collapse.collapsing,
.cid-sMjRBsSOvX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sMjRBsSOvX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sMjRBsSOvX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sMjRBsSOvX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sMjRBsSOvX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sMjRBsSOvX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sMjRBsSOvX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sMjRBsSOvX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sMjRBsSOvX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sMjRBsSOvX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjRBsSOvX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sMjRBsSOvX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sMjRBsSOvX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMjRBsSOvX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sMjRBsSOvX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sMjRBsSOvX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sMjRBsSOvX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sMjRBsSOvX .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sMjRBsSOvX .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sMjRBsSOvX .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sMjRBsSOvX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sMjRBsSOvX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sMjRBsSOvX .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sMjRBsSOvX .navbar-collapse.collapsing,
  .cid-sMjRBsSOvX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sMjRBsSOvX .navbar-collapse.collapsing .navbar-nav,
  .cid-sMjRBsSOvX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sMjRBsSOvX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sMjRBsSOvX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sMjRBsSOvX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sMjRBsSOvX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sMjRBsSOvX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sMjRBsSOvX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMjRBsSOvX img {
    height: 3.8rem !important;
  }
  .cid-sMjRBsSOvX .btn {
    display: flex;
  }
  .cid-sMjRBsSOvX button.navbar-toggler {
    display: block;
  }
  .cid-sMjRBsSOvX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sMjRBsSOvX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjRBsSOvX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sMjRBsSOvX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sMjRBsSOvX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sMjRBsSOvX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sMjRBsSOvX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sMjRBsSOvX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sMjRBsSOvX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMjRBsSOvX .nav-link:focus {
  outline: none;
}
.cid-sMjRBsSOvX .navbar-toggler {
  position: relative;
}
.cid-sMjRBsSOvX .dropdown-item.active,
.cid-sMjRBsSOvX .dropdown-item:active {
  color: initial;
}
.cid-sMjRBsSOvX .widget-title,
.cid-sMjRBsSOvX .widget-icon {
  color: #e9e9e9;
}
.cid-sMjRBsSOvX .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sMjRBsSOvX .menu-logo {
    display: none;
  }
  .cid-sMjRBsSOvX .navbar {
    padding: 0;
  }
  .cid-sMjRBsSOvX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjRBsSOvX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sMjRBtN90a {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-sMjRBtN90a .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sMjRBtN90a .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sMjRBtN90a .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sMjRBtN90a .card-title,
.cid-sMjRBtN90a .card-img {
  text-align: left;
}
.cid-sMjRBtN90a .mbr-text,
.cid-sMjRBtN90a .mbr-section-btn {
  text-align: left;
}
.cid-sMjRBuknG0 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMjRBuknG0 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sMjRBuknG0 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sMjRBuknG0 .mbr-text,
.cid-sMjRBuknG0 .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sMjRBuknG0 H1 {
  color: #07164c;
}
.cid-sMjRBuknG0 H3 {
  color: #f0d152;
}
.cid-sMjRBuXfSA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMjRBuXfSA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMjRBuXfSA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMjRBuXfSA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMjRBuXfSA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMjRBuXfSA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMjRBuXfSA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sMjRBuXfSA .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sMjRBuXfSA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sMjRBuXfSA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMjRBvHtrB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sMjRBvHtrB .content {
    text-align: center;
  }
  .cid-sMjRBvHtrB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMjRBvHtrB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sMjRBvHtrB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sMjRBvHtrB .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sMjRBvHtrB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sMjRBvHtrB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sMjRBvHtrB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjRBvHtrB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sMjRBvHtrB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sMjRBvHtrB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sMjRBvHtrB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMjRBvHtrB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMjRBvHtrB H5 {
  color: #f0d152;
}
.cid-sMjTY6cixx .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sMjTY6cixx .navbar-fixed-top {
  padding-top: 0;
}
.cid-sMjTY6cixx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sMjTY6cixx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjTY6cixx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sMjTY6cixx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sMjTY6cixx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sMjTY6cixx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sMjTY6cixx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sMjTY6cixx .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sMjTY6cixx .dropdown-item {
  padding: 0;
}
.cid-sMjTY6cixx .dropdown-item,
.cid-sMjTY6cixx .nav-link,
.cid-sMjTY6cixx .brand-name {
  font-style: normal;
}
.cid-sMjTY6cixx .dropdown-item:hover,
.cid-sMjTY6cixx .nav-link:hover,
.cid-sMjTY6cixx .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sMjTY6cixx .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sMjTY6cixx .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sMjTY6cixx .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjTY6cixx .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sMjTY6cixx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sMjTY6cixx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sMjTY6cixx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjTY6cixx .content-text {
  margin-bottom: 0;
}
.cid-sMjTY6cixx .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sMjTY6cixx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sMjTY6cixx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sMjTY6cixx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sMjTY6cixx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sMjTY6cixx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjTY6cixx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjTY6cixx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sMjTY6cixx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMjTY6cixx .nav-dropdown .link {
  font-weight: 400;
}
.cid-sMjTY6cixx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sMjTY6cixx .content-right-side {
  text-align: center;
}
.cid-sMjTY6cixx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sMjTY6cixx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sMjTY6cixx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sMjTY6cixx .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjTY6cixx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjTY6cixx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sMjTY6cixx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sMjTY6cixx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sMjTY6cixx .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sMjTY6cixx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sMjTY6cixx .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sMjTY6cixx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjTY6cixx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sMjTY6cixx .navbar {
    display: block;
    padding: 0;
  }
  .cid-sMjTY6cixx .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjTY6cixx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sMjTY6cixx .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sMjTY6cixx .navbar-toggler {
    display: none;
  }
  .cid-sMjTY6cixx .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sMjTY6cixx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sMjTY6cixx .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMjTY6cixx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sMjTY6cixx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sMjTY6cixx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sMjTY6cixx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMjTY6cixx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sMjTY6cixx .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMjTY6cixx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjTY6cixx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjTY6cixx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMjTY6cixx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMjTY6cixx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMjTY6cixx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjTY6cixx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sMjTY6cixx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMjTY6cixx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sMjTY6cixx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sMjTY6cixx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sMjTY6cixx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sMjTY6cixx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sMjTY6cixx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sMjTY6cixx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sMjTY6cixx button.navbar-toggler:focus {
  outline: none;
}
.cid-sMjTY6cixx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sMjTY6cixx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMjTY6cixx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjTY6cixx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjTY6cixx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMjTY6cixx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjTY6cixx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMjTY6cixx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMjTY6cixx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjTY6cixx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMjTY6cixx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMjTY6cixx .collapsed .btn {
  display: flex;
}
.cid-sMjTY6cixx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sMjTY6cixx .collapsed .navbar-collapse.collapsing,
.cid-sMjTY6cixx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sMjTY6cixx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sMjTY6cixx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sMjTY6cixx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sMjTY6cixx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sMjTY6cixx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sMjTY6cixx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sMjTY6cixx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sMjTY6cixx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sMjTY6cixx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjTY6cixx .collapsed button.navbar-toggler {
  display: block;
}
.cid-sMjTY6cixx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sMjTY6cixx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMjTY6cixx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sMjTY6cixx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sMjTY6cixx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sMjTY6cixx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sMjTY6cixx .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sMjTY6cixx .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sMjTY6cixx .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sMjTY6cixx .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sMjTY6cixx .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sMjTY6cixx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sMjTY6cixx .navbar-collapse.collapsing,
  .cid-sMjTY6cixx .navbar-collapse.show {
    display: block !important;
  }
  .cid-sMjTY6cixx .navbar-collapse.collapsing .navbar-nav,
  .cid-sMjTY6cixx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sMjTY6cixx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sMjTY6cixx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sMjTY6cixx .navbar-collapse.collapsing .navbar-buttons,
  .cid-sMjTY6cixx .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sMjTY6cixx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sMjTY6cixx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMjTY6cixx img {
    height: 3.8rem !important;
  }
  .cid-sMjTY6cixx .btn {
    display: flex;
  }
  .cid-sMjTY6cixx button.navbar-toggler {
    display: block;
  }
  .cid-sMjTY6cixx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sMjTY6cixx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjTY6cixx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sMjTY6cixx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sMjTY6cixx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sMjTY6cixx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sMjTY6cixx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sMjTY6cixx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sMjTY6cixx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMjTY6cixx .nav-link:focus {
  outline: none;
}
.cid-sMjTY6cixx .navbar-toggler {
  position: relative;
}
.cid-sMjTY6cixx .dropdown-item.active,
.cid-sMjTY6cixx .dropdown-item:active {
  color: initial;
}
.cid-sMjTY6cixx .widget-title,
.cid-sMjTY6cixx .widget-icon {
  color: #e9e9e9;
}
.cid-sMjTY6cixx .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sMjTY6cixx .menu-logo {
    display: none;
  }
  .cid-sMjTY6cixx .navbar {
    padding: 0;
  }
  .cid-sMjTY6cixx .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjTY6cixx button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sMjTY7ue3z {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x800.jpg");
}
.cid-sMjTY7ue3z .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sMjTY7ue3z .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sMjTY7ue3z .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sMjTY7ue3z .card-title,
.cid-sMjTY7ue3z .card-img {
  text-align: left;
}
.cid-sMjTY7ue3z .mbr-text,
.cid-sMjTY7ue3z .mbr-section-btn {
  text-align: left;
}
.cid-sMjTY81ofJ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMjTY81ofJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sMjTY81ofJ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sMjTY81ofJ .mbr-text,
.cid-sMjTY81ofJ .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sMjTY81ofJ H1 {
  color: #07164c;
}
.cid-sMjTY81ofJ H3 {
  color: #f0d152;
}
.cid-sMjTY8AXRD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sMjTY8AXRD h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sMjTY8AXRD .mbr-section-subtitle {
  color: #767676;
}
.cid-sMjTY8AXRD .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sMjTY8AXRD .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sMjTY8AXRD .article-title-left {
  color: #07164c;
}
.cid-sMjTY8AXRD .article-title-right {
  color: #07164c;
}
.cid-sPIJJdbAUk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sPIJJdbAUk .content {
    text-align: center;
  }
  .cid-sPIJJdbAUk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sPIJJdbAUk .img-logo img {
  height: 6rem;
}
.cid-sPIJJdbAUk .form-group,
.cid-sPIJJdbAUk .input-group-btn {
  padding: 0;
}
.cid-sPIJJdbAUk .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sPIJJdbAUk .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sPIJJdbAUk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPIJJdbAUk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sPIJJdbAUk .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sPIJJdbAUk .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sPIJJdbAUk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sPIJJdbAUk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sPIJJdbAUk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sPIJJdbAUk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sPIJJdbAUk .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sPIJJdbAUk .foot-logo {
    text-align: center !important;
  }
  .cid-sPIJJdbAUk .foot-title {
    text-align: center !important;
  }
  .cid-sPIJJdbAUk .mbr-text {
    text-align: center !important;
  }
  .cid-sPIJJdbAUk .form-group {
    margin: 0;
  }
}
.cid-sPIJJdbAUk .foot-title {
  color: #f0d152;
}
.cid-sMjUUbAklg .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sMjUUbAklg .navbar-fixed-top {
  padding-top: 0;
}
.cid-sMjUUbAklg .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sMjUUbAklg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjUUbAklg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sMjUUbAklg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sMjUUbAklg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sMjUUbAklg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sMjUUbAklg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sMjUUbAklg .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sMjUUbAklg .dropdown-item {
  padding: 0;
}
.cid-sMjUUbAklg .dropdown-item,
.cid-sMjUUbAklg .nav-link,
.cid-sMjUUbAklg .brand-name {
  font-style: normal;
}
.cid-sMjUUbAklg .dropdown-item:hover,
.cid-sMjUUbAklg .nav-link:hover,
.cid-sMjUUbAklg .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sMjUUbAklg .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sMjUUbAklg .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sMjUUbAklg .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMjUUbAklg .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sMjUUbAklg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sMjUUbAklg .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sMjUUbAklg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjUUbAklg .content-text {
  margin-bottom: 0;
}
.cid-sMjUUbAklg .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sMjUUbAklg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sMjUUbAklg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sMjUUbAklg .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sMjUUbAklg .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sMjUUbAklg .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjUUbAklg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMjUUbAklg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sMjUUbAklg .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMjUUbAklg .nav-dropdown .link {
  font-weight: 400;
}
.cid-sMjUUbAklg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sMjUUbAklg .content-right-side {
  text-align: center;
}
.cid-sMjUUbAklg .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sMjUUbAklg .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sMjUUbAklg .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sMjUUbAklg .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjUUbAklg .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMjUUbAklg .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sMjUUbAklg .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sMjUUbAklg .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sMjUUbAklg .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sMjUUbAklg .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sMjUUbAklg .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sMjUUbAklg .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjUUbAklg .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sMjUUbAklg .navbar {
    display: block;
    padding: 0;
  }
  .cid-sMjUUbAklg .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMjUUbAklg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sMjUUbAklg .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sMjUUbAklg .navbar-toggler {
    display: none;
  }
  .cid-sMjUUbAklg .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sMjUUbAklg .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sMjUUbAklg .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMjUUbAklg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sMjUUbAklg .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sMjUUbAklg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sMjUUbAklg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMjUUbAklg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sMjUUbAklg .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMjUUbAklg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjUUbAklg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjUUbAklg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMjUUbAklg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMjUUbAklg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMjUUbAklg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMjUUbAklg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sMjUUbAklg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMjUUbAklg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sMjUUbAklg .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sMjUUbAklg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sMjUUbAklg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sMjUUbAklg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sMjUUbAklg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sMjUUbAklg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sMjUUbAklg button.navbar-toggler:focus {
  outline: none;
}
.cid-sMjUUbAklg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sMjUUbAklg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMjUUbAklg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjUUbAklg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMjUUbAklg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMjUUbAklg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjUUbAklg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMjUUbAklg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMjUUbAklg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMjUUbAklg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMjUUbAklg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMjUUbAklg .collapsed .btn {
  display: flex;
}
.cid-sMjUUbAklg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sMjUUbAklg .collapsed .navbar-collapse.collapsing,
.cid-sMjUUbAklg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sMjUUbAklg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sMjUUbAklg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sMjUUbAklg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sMjUUbAklg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sMjUUbAklg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sMjUUbAklg .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sMjUUbAklg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sMjUUbAklg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sMjUUbAklg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMjUUbAklg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sMjUUbAklg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sMjUUbAklg .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMjUUbAklg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sMjUUbAklg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sMjUUbAklg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sMjUUbAklg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sMjUUbAklg .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sMjUUbAklg .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sMjUUbAklg .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sMjUUbAklg .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sMjUUbAklg .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sMjUUbAklg .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sMjUUbAklg .navbar-collapse.collapsing,
  .cid-sMjUUbAklg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sMjUUbAklg .navbar-collapse.collapsing .navbar-nav,
  .cid-sMjUUbAklg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sMjUUbAklg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sMjUUbAklg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sMjUUbAklg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sMjUUbAklg .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sMjUUbAklg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sMjUUbAklg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMjUUbAklg img {
    height: 3.8rem !important;
  }
  .cid-sMjUUbAklg .btn {
    display: flex;
  }
  .cid-sMjUUbAklg button.navbar-toggler {
    display: block;
  }
  .cid-sMjUUbAklg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sMjUUbAklg .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjUUbAklg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sMjUUbAklg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sMjUUbAklg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sMjUUbAklg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sMjUUbAklg .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sMjUUbAklg .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sMjUUbAklg .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMjUUbAklg .nav-link:focus {
  outline: none;
}
.cid-sMjUUbAklg .navbar-toggler {
  position: relative;
}
.cid-sMjUUbAklg .dropdown-item.active,
.cid-sMjUUbAklg .dropdown-item:active {
  color: initial;
}
.cid-sMjUUbAklg .widget-title,
.cid-sMjUUbAklg .widget-icon {
  color: #e9e9e9;
}
.cid-sMjUUbAklg .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sMjUUbAklg .menu-logo {
    display: none;
  }
  .cid-sMjUUbAklg .navbar {
    padding: 0;
  }
  .cid-sMjUUbAklg .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMjUUbAklg button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sMjUUcCdus {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x718.jpg");
}
.cid-sMjUUcCdus .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sMjUUcCdus .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sMjUUcCdus .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sMjUUcCdus .card-title,
.cid-sMjUUcCdus .card-img {
  text-align: left;
}
.cid-sMjUUcCdus .mbr-text,
.cid-sMjUUcCdus .mbr-section-btn {
  text-align: left;
}
.cid-sMjVJISzOL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMjVJISzOL .title {
  padding-bottom: 2.5rem;
}
.cid-sMjVJISzOL .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-sMjVJISzOL .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-sMjVJISzOL .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-sMjVJISzOL .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-sMjVJISzOL .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sMjVJISzOL .iconfont-wrapper {
    display: none;
  }
}
.cid-sMjVJISzOL H2 {
  color: #07164c;
  text-align: left;
}
.cid-sMjVMqZXgr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMjVMqZXgr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sMjVMqZXgr textarea {
  min-height: 150px;
}
.cid-sMjVMqZXgr .google-map {
  height: 27rem;
  position: relative;
}
.cid-sMjVMqZXgr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sMjVMqZXgr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sMjVMqZXgr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sMjVMqZXgr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sMjVMqZXgr .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #f0d152;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-sMjVMqZXgr .form-control,
.cid-sMjVMqZXgr .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #232323 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-sMjVMqZXgr .form-control input::-webkit-input-placeholder,
.cid-sMjVMqZXgr .field-input input::-webkit-input-placeholder,
.cid-sMjVMqZXgr .form-control textarea::-webkit-input-placeholder,
.cid-sMjVMqZXgr .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sMjVMqZXgr .form-control input:-moz-placeholder,
.cid-sMjVMqZXgr .field-input input:-moz-placeholder,
.cid-sMjVMqZXgr .form-control textarea:-moz-placeholder,
.cid-sMjVMqZXgr .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sMjVMqZXgr .form-control:hover,
.cid-sMjVMqZXgr .field-input:hover,
.cid-sMjVMqZXgr .form-control:focus,
.cid-sMjVMqZXgr .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sMjVMqZXgr .form-control:hover input::-webkit-input-placeholder,
.cid-sMjVMqZXgr .field-input:hover input::-webkit-input-placeholder,
.cid-sMjVMqZXgr .form-control:focus input::-webkit-input-placeholder,
.cid-sMjVMqZXgr .field-input:focus input::-webkit-input-placeholder,
.cid-sMjVMqZXgr .form-control:hover textarea::-webkit-input-placeholder,
.cid-sMjVMqZXgr .field-input:hover textarea::-webkit-input-placeholder,
.cid-sMjVMqZXgr .form-control:focus textarea::-webkit-input-placeholder,
.cid-sMjVMqZXgr .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sMjVMqZXgr .form-control:hover input:-moz-placeholder,
.cid-sMjVMqZXgr .field-input:hover input:-moz-placeholder,
.cid-sMjVMqZXgr .form-control:focus input:-moz-placeholder,
.cid-sMjVMqZXgr .field-input:focus input:-moz-placeholder,
.cid-sMjVMqZXgr .form-control:hover textarea:-moz-placeholder,
.cid-sMjVMqZXgr .field-input:hover textarea:-moz-placeholder,
.cid-sMjVMqZXgr .form-control:focus textarea:-moz-placeholder,
.cid-sMjVMqZXgr .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sMjVMqZXgr .jq-number__spin:hover,
.cid-sMjVMqZXgr .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sMjVMqZXgr .jq-number__spin {
  background-color: #ffffff;
  border-color: #efefef;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sMjVMqZXgr .jq-selectbox li,
.cid-sMjVMqZXgr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sMjVMqZXgr .jq-selectbox li:hover,
.cid-sMjVMqZXgr .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sMjVMqZXgr .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sMjVMqZXgr .jq-number__spin.minus:hover:after,
.cid-sMjVMqZXgr .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sMjVMqZXgr .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sMjVMqZXgr .jq-number__spin.minus:after,
.cid-sMjVMqZXgr .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sMjVMqZXgr input::-webkit-clear-button {
  display: none;
}
.cid-sMjVMqZXgr input::-webkit-inner-spin-button {
  display: none;
}
.cid-sMjVMqZXgr input::-webkit-outer-spin-button {
  display: none;
}
.cid-sMjVMqZXgr input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-sMjVMqZXgr .google-map {
    margin-bottom: 3rem;
  }
}
.cid-sMjVMqZXgr H5 {
  color: #07164c;
  text-align: left;
}
.cid-sNIcZD7cry {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sNIcZD7cry .content {
    text-align: center;
  }
  .cid-sNIcZD7cry .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sNIcZD7cry .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sNIcZD7cry .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sNIcZD7cry .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sNIcZD7cry .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sNIcZD7cry .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sNIcZD7cry .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sNIcZD7cry .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sNIcZD7cry .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sNIcZD7cry .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sNIcZD7cry .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNIcZD7cry .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sNIcZD7cry H5 {
  color: #f0d152;
}
.cid-sMq4nT7xub .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sMq4nT7xub .navbar-fixed-top {
  padding-top: 0;
}
.cid-sMq4nT7xub .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sMq4nT7xub .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMq4nT7xub .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sMq4nT7xub .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sMq4nT7xub .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sMq4nT7xub .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sMq4nT7xub .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sMq4nT7xub .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sMq4nT7xub .dropdown-item {
  padding: 0;
}
.cid-sMq4nT7xub .dropdown-item,
.cid-sMq4nT7xub .nav-link,
.cid-sMq4nT7xub .brand-name {
  font-style: normal;
}
.cid-sMq4nT7xub .dropdown-item:hover,
.cid-sMq4nT7xub .nav-link:hover,
.cid-sMq4nT7xub .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sMq4nT7xub .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sMq4nT7xub .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sMq4nT7xub .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMq4nT7xub .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sMq4nT7xub .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sMq4nT7xub .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sMq4nT7xub .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMq4nT7xub .content-text {
  margin-bottom: 0;
}
.cid-sMq4nT7xub .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sMq4nT7xub .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sMq4nT7xub .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sMq4nT7xub .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sMq4nT7xub .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sMq4nT7xub .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMq4nT7xub .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMq4nT7xub .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sMq4nT7xub .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMq4nT7xub .nav-dropdown .link {
  font-weight: 400;
}
.cid-sMq4nT7xub .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sMq4nT7xub .content-right-side {
  text-align: center;
}
.cid-sMq4nT7xub .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sMq4nT7xub .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sMq4nT7xub .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sMq4nT7xub .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMq4nT7xub .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMq4nT7xub .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sMq4nT7xub .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sMq4nT7xub .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sMq4nT7xub .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sMq4nT7xub .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sMq4nT7xub .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sMq4nT7xub .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMq4nT7xub .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sMq4nT7xub .navbar {
    display: block;
    padding: 0;
  }
  .cid-sMq4nT7xub .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMq4nT7xub .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sMq4nT7xub .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sMq4nT7xub .navbar-toggler {
    display: none;
  }
  .cid-sMq4nT7xub .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sMq4nT7xub .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sMq4nT7xub .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMq4nT7xub .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sMq4nT7xub .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sMq4nT7xub .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sMq4nT7xub .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMq4nT7xub .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sMq4nT7xub .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMq4nT7xub .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMq4nT7xub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMq4nT7xub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMq4nT7xub .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMq4nT7xub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMq4nT7xub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMq4nT7xub .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sMq4nT7xub .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMq4nT7xub .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sMq4nT7xub .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sMq4nT7xub .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sMq4nT7xub .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sMq4nT7xub .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sMq4nT7xub .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sMq4nT7xub button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sMq4nT7xub button.navbar-toggler:focus {
  outline: none;
}
.cid-sMq4nT7xub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sMq4nT7xub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMq4nT7xub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMq4nT7xub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMq4nT7xub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMq4nT7xub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMq4nT7xub nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMq4nT7xub nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMq4nT7xub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMq4nT7xub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMq4nT7xub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMq4nT7xub .collapsed .btn {
  display: flex;
}
.cid-sMq4nT7xub .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sMq4nT7xub .collapsed .navbar-collapse.collapsing,
.cid-sMq4nT7xub .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sMq4nT7xub .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sMq4nT7xub .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sMq4nT7xub .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sMq4nT7xub .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sMq4nT7xub .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sMq4nT7xub .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sMq4nT7xub .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sMq4nT7xub .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sMq4nT7xub .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMq4nT7xub .collapsed button.navbar-toggler {
  display: block;
}
.cid-sMq4nT7xub .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sMq4nT7xub .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMq4nT7xub .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sMq4nT7xub .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sMq4nT7xub .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sMq4nT7xub .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sMq4nT7xub .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sMq4nT7xub .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sMq4nT7xub .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sMq4nT7xub .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sMq4nT7xub .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sMq4nT7xub .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sMq4nT7xub .navbar-collapse.collapsing,
  .cid-sMq4nT7xub .navbar-collapse.show {
    display: block !important;
  }
  .cid-sMq4nT7xub .navbar-collapse.collapsing .navbar-nav,
  .cid-sMq4nT7xub .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sMq4nT7xub .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sMq4nT7xub .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sMq4nT7xub .navbar-collapse.collapsing .navbar-buttons,
  .cid-sMq4nT7xub .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sMq4nT7xub .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sMq4nT7xub .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMq4nT7xub img {
    height: 3.8rem !important;
  }
  .cid-sMq4nT7xub .btn {
    display: flex;
  }
  .cid-sMq4nT7xub button.navbar-toggler {
    display: block;
  }
  .cid-sMq4nT7xub .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sMq4nT7xub .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMq4nT7xub .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sMq4nT7xub .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sMq4nT7xub .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sMq4nT7xub .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sMq4nT7xub .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sMq4nT7xub .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sMq4nT7xub .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMq4nT7xub .nav-link:focus {
  outline: none;
}
.cid-sMq4nT7xub .navbar-toggler {
  position: relative;
}
.cid-sMq4nT7xub .dropdown-item.active,
.cid-sMq4nT7xub .dropdown-item:active {
  color: initial;
}
.cid-sMq4nT7xub .widget-title,
.cid-sMq4nT7xub .widget-icon {
  color: #e9e9e9;
}
.cid-sMq4nT7xub .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sMq4nT7xub .menu-logo {
    display: none;
  }
  .cid-sMq4nT7xub .navbar {
    padding: 0;
  }
  .cid-sMq4nT7xub .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMq4nT7xub button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sMq4nUb8Px {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-32-1920x1280.jpeg");
}
.cid-sMq4nUb8Px .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sMq4nUb8Px .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sMq4nUb8Px .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sMq4nUb8Px .card-title,
.cid-sMq4nUb8Px .card-img {
  text-align: left;
}
.cid-sMq4nUb8Px .mbr-text,
.cid-sMq4nUb8Px .mbr-section-btn {
  text-align: left;
}
.cid-sMq4nULltE {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMq4nULltE h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sMq4nULltE h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sMq4nULltE .mbr-text,
.cid-sMq4nULltE .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sMq4nULltE H1 {
  color: #07164c;
}
.cid-sMq4nULltE H3 {
  color: #f0d152;
}
.cid-sOjlhSvlzW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOjlhSvlzW .card {
  width: 15%;
}
.cid-sOjlhSvlzW .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOjlhSvlzW .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOjlhSvlzW .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOjlhSvlzW a {
  font-weight: 600;
}
.cid-sOjlhSvlzW .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOjlhSvlzW .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOjlhSvlzW .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOjlhSvlzW .card-wrapper {
  height: 100%;
}
.cid-sOjlhSvlzW .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOjlhSvlzW .text {
  color: #767676;
}
.cid-sOjlhSvlzW .card-subtitle {
  color: #ff3366;
}
.cid-sOjlhSvlzW .card-title {
  color: #07164c;
}
.cid-sMq4nVssP7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMq4nVssP7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMq4nVssP7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMq4nVssP7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMq4nVssP7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMq4nVssP7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMq4nVssP7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sMq4nVssP7 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sMq4nVssP7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sMq4nVssP7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMq4nWyqpL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sMq4nWyqpL .content {
    text-align: center;
  }
  .cid-sMq4nWyqpL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMq4nWyqpL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sMq4nWyqpL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sMq4nWyqpL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sMq4nWyqpL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sMq4nWyqpL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sMq4nWyqpL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMq4nWyqpL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sMq4nWyqpL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sMq4nWyqpL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sMq4nWyqpL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMq4nWyqpL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMq4nWyqpL H5 {
  color: #f0d152;
}
.cid-sMq5uS5s1B .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sMq5uS5s1B .navbar-fixed-top {
  padding-top: 0;
}
.cid-sMq5uS5s1B .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sMq5uS5s1B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMq5uS5s1B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sMq5uS5s1B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sMq5uS5s1B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sMq5uS5s1B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sMq5uS5s1B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sMq5uS5s1B .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sMq5uS5s1B .dropdown-item {
  padding: 0;
}
.cid-sMq5uS5s1B .dropdown-item,
.cid-sMq5uS5s1B .nav-link,
.cid-sMq5uS5s1B .brand-name {
  font-style: normal;
}
.cid-sMq5uS5s1B .dropdown-item:hover,
.cid-sMq5uS5s1B .nav-link:hover,
.cid-sMq5uS5s1B .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sMq5uS5s1B .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sMq5uS5s1B .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sMq5uS5s1B .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMq5uS5s1B .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sMq5uS5s1B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sMq5uS5s1B .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sMq5uS5s1B .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMq5uS5s1B .content-text {
  margin-bottom: 0;
}
.cid-sMq5uS5s1B .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sMq5uS5s1B .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sMq5uS5s1B .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sMq5uS5s1B .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sMq5uS5s1B .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sMq5uS5s1B .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMq5uS5s1B .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMq5uS5s1B .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sMq5uS5s1B .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMq5uS5s1B .nav-dropdown .link {
  font-weight: 400;
}
.cid-sMq5uS5s1B .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sMq5uS5s1B .content-right-side {
  text-align: center;
}
.cid-sMq5uS5s1B .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sMq5uS5s1B .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sMq5uS5s1B .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sMq5uS5s1B .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMq5uS5s1B .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMq5uS5s1B .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sMq5uS5s1B .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sMq5uS5s1B .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sMq5uS5s1B .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sMq5uS5s1B .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sMq5uS5s1B .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sMq5uS5s1B .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMq5uS5s1B .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sMq5uS5s1B .navbar {
    display: block;
    padding: 0;
  }
  .cid-sMq5uS5s1B .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMq5uS5s1B .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sMq5uS5s1B .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sMq5uS5s1B .navbar-toggler {
    display: none;
  }
  .cid-sMq5uS5s1B .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sMq5uS5s1B .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sMq5uS5s1B .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMq5uS5s1B .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sMq5uS5s1B .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sMq5uS5s1B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sMq5uS5s1B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMq5uS5s1B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sMq5uS5s1B .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMq5uS5s1B .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMq5uS5s1B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMq5uS5s1B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMq5uS5s1B .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMq5uS5s1B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMq5uS5s1B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMq5uS5s1B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sMq5uS5s1B .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMq5uS5s1B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sMq5uS5s1B .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sMq5uS5s1B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sMq5uS5s1B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sMq5uS5s1B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sMq5uS5s1B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sMq5uS5s1B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sMq5uS5s1B button.navbar-toggler:focus {
  outline: none;
}
.cid-sMq5uS5s1B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sMq5uS5s1B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMq5uS5s1B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMq5uS5s1B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMq5uS5s1B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMq5uS5s1B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMq5uS5s1B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMq5uS5s1B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMq5uS5s1B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMq5uS5s1B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMq5uS5s1B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMq5uS5s1B .collapsed .btn {
  display: flex;
}
.cid-sMq5uS5s1B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sMq5uS5s1B .collapsed .navbar-collapse.collapsing,
.cid-sMq5uS5s1B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sMq5uS5s1B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sMq5uS5s1B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sMq5uS5s1B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sMq5uS5s1B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sMq5uS5s1B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sMq5uS5s1B .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sMq5uS5s1B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sMq5uS5s1B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sMq5uS5s1B .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMq5uS5s1B .collapsed button.navbar-toggler {
  display: block;
}
.cid-sMq5uS5s1B .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sMq5uS5s1B .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMq5uS5s1B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sMq5uS5s1B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sMq5uS5s1B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sMq5uS5s1B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sMq5uS5s1B .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sMq5uS5s1B .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sMq5uS5s1B .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sMq5uS5s1B .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sMq5uS5s1B .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sMq5uS5s1B .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sMq5uS5s1B .navbar-collapse.collapsing,
  .cid-sMq5uS5s1B .navbar-collapse.show {
    display: block !important;
  }
  .cid-sMq5uS5s1B .navbar-collapse.collapsing .navbar-nav,
  .cid-sMq5uS5s1B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sMq5uS5s1B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sMq5uS5s1B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sMq5uS5s1B .navbar-collapse.collapsing .navbar-buttons,
  .cid-sMq5uS5s1B .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sMq5uS5s1B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sMq5uS5s1B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMq5uS5s1B img {
    height: 3.8rem !important;
  }
  .cid-sMq5uS5s1B .btn {
    display: flex;
  }
  .cid-sMq5uS5s1B button.navbar-toggler {
    display: block;
  }
  .cid-sMq5uS5s1B .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sMq5uS5s1B .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMq5uS5s1B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sMq5uS5s1B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sMq5uS5s1B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sMq5uS5s1B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sMq5uS5s1B .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sMq5uS5s1B .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sMq5uS5s1B .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMq5uS5s1B .nav-link:focus {
  outline: none;
}
.cid-sMq5uS5s1B .navbar-toggler {
  position: relative;
}
.cid-sMq5uS5s1B .dropdown-item.active,
.cid-sMq5uS5s1B .dropdown-item:active {
  color: initial;
}
.cid-sMq5uS5s1B .widget-title,
.cid-sMq5uS5s1B .widget-icon {
  color: #e9e9e9;
}
.cid-sMq5uS5s1B .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sMq5uS5s1B .menu-logo {
    display: none;
  }
  .cid-sMq5uS5s1B .navbar {
    padding: 0;
  }
  .cid-sMq5uS5s1B .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMq5uS5s1B button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sMq5uTcJI6 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-33-1920x1280.jpeg");
}
.cid-sMq5uTcJI6 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sMq5uTcJI6 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sMq5uTcJI6 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sMq5uTcJI6 .card-title,
.cid-sMq5uTcJI6 .card-img {
  text-align: left;
}
.cid-sMq5uTcJI6 .mbr-text,
.cid-sMq5uTcJI6 .mbr-section-btn {
  text-align: left;
}
.cid-sMq5uTY9Dc {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMq5uTY9Dc h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sMq5uTY9Dc h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sMq5uTY9Dc .mbr-text,
.cid-sMq5uTY9Dc .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sMq5uTY9Dc H1 {
  color: #07164c;
}
.cid-sMq5uTY9Dc H3 {
  color: #f0d152;
}
.cid-sMq5uUF7CZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMq5uUF7CZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMq5uUF7CZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMq5uUF7CZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMq5uUF7CZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMq5uUF7CZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMq5uUF7CZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sMq5uUF7CZ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sMq5uUF7CZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sMq5uUF7CZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMq5uVkjB6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sMq5uVkjB6 .content {
    text-align: center;
  }
  .cid-sMq5uVkjB6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMq5uVkjB6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sMq5uVkjB6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sMq5uVkjB6 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sMq5uVkjB6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sMq5uVkjB6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sMq5uVkjB6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMq5uVkjB6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sMq5uVkjB6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sMq5uVkjB6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sMq5uVkjB6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMq5uVkjB6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMq5uVkjB6 H5 {
  color: #f0d152;
}
.cid-sMq6ZXmyut .navbar {
  padding: 0.5rem 0;
  background: #07164c;
  transition: none;
  min-height: 40px;
}
.cid-sMq6ZXmyut .navbar-fixed-top {
  padding-top: 0;
}
.cid-sMq6ZXmyut .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sMq6ZXmyut .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMq6ZXmyut .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sMq6ZXmyut .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sMq6ZXmyut .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sMq6ZXmyut .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sMq6ZXmyut .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sMq6ZXmyut .menu-content-top {
  background: #07164c;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sMq6ZXmyut .dropdown-item {
  padding: 0;
}
.cid-sMq6ZXmyut .dropdown-item,
.cid-sMq6ZXmyut .nav-link,
.cid-sMq6ZXmyut .brand-name {
  font-style: normal;
}
.cid-sMq6ZXmyut .dropdown-item:hover,
.cid-sMq6ZXmyut .nav-link:hover,
.cid-sMq6ZXmyut .brand-name:hover {
  color: #f0d152 !important;
}
.cid-sMq6ZXmyut .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sMq6ZXmyut .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sMq6ZXmyut .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMq6ZXmyut .navbar-dropdown.bg-color.transparent.opened {
  background: #07164c;
}
.cid-sMq6ZXmyut .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sMq6ZXmyut .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sMq6ZXmyut .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMq6ZXmyut .content-text {
  margin-bottom: 0;
}
.cid-sMq6ZXmyut .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sMq6ZXmyut .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #f0d152;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sMq6ZXmyut .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sMq6ZXmyut .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sMq6ZXmyut .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sMq6ZXmyut .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMq6ZXmyut .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sMq6ZXmyut .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sMq6ZXmyut .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMq6ZXmyut .nav-dropdown .link {
  font-weight: 400;
}
.cid-sMq6ZXmyut .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sMq6ZXmyut .content-right-side {
  text-align: center;
}
.cid-sMq6ZXmyut .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sMq6ZXmyut .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sMq6ZXmyut .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sMq6ZXmyut .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMq6ZXmyut .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMq6ZXmyut .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sMq6ZXmyut .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sMq6ZXmyut .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sMq6ZXmyut .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sMq6ZXmyut .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sMq6ZXmyut .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sMq6ZXmyut .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMq6ZXmyut .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sMq6ZXmyut .navbar {
    display: block;
    padding: 0;
  }
  .cid-sMq6ZXmyut .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sMq6ZXmyut .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sMq6ZXmyut .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sMq6ZXmyut .navbar-toggler {
    display: none;
  }
  .cid-sMq6ZXmyut .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sMq6ZXmyut .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sMq6ZXmyut .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMq6ZXmyut .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sMq6ZXmyut .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sMq6ZXmyut .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sMq6ZXmyut .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMq6ZXmyut .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sMq6ZXmyut .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMq6ZXmyut .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMq6ZXmyut .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMq6ZXmyut .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMq6ZXmyut .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMq6ZXmyut .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMq6ZXmyut .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMq6ZXmyut .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sMq6ZXmyut .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMq6ZXmyut .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sMq6ZXmyut .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sMq6ZXmyut .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sMq6ZXmyut .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sMq6ZXmyut .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sMq6ZXmyut .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sMq6ZXmyut button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sMq6ZXmyut button.navbar-toggler:focus {
  outline: none;
}
.cid-sMq6ZXmyut button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sMq6ZXmyut button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMq6ZXmyut button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMq6ZXmyut button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMq6ZXmyut button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMq6ZXmyut nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMq6ZXmyut nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMq6ZXmyut nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMq6ZXmyut nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMq6ZXmyut .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMq6ZXmyut .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMq6ZXmyut .collapsed .btn {
  display: flex;
}
.cid-sMq6ZXmyut .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sMq6ZXmyut .collapsed .navbar-collapse.collapsing,
.cid-sMq6ZXmyut .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sMq6ZXmyut .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sMq6ZXmyut .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sMq6ZXmyut .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sMq6ZXmyut .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sMq6ZXmyut .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sMq6ZXmyut .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sMq6ZXmyut .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sMq6ZXmyut .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sMq6ZXmyut .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sMq6ZXmyut .collapsed button.navbar-toggler {
  display: block;
}
.cid-sMq6ZXmyut .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sMq6ZXmyut .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMq6ZXmyut .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sMq6ZXmyut .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sMq6ZXmyut .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sMq6ZXmyut .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sMq6ZXmyut .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sMq6ZXmyut .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sMq6ZXmyut .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sMq6ZXmyut .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sMq6ZXmyut .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sMq6ZXmyut .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sMq6ZXmyut .navbar-collapse.collapsing,
  .cid-sMq6ZXmyut .navbar-collapse.show {
    display: block !important;
  }
  .cid-sMq6ZXmyut .navbar-collapse.collapsing .navbar-nav,
  .cid-sMq6ZXmyut .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sMq6ZXmyut .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sMq6ZXmyut .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sMq6ZXmyut .navbar-collapse.collapsing .navbar-buttons,
  .cid-sMq6ZXmyut .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sMq6ZXmyut .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sMq6ZXmyut .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sMq6ZXmyut img {
    height: 3.8rem !important;
  }
  .cid-sMq6ZXmyut .btn {
    display: flex;
  }
  .cid-sMq6ZXmyut button.navbar-toggler {
    display: block;
  }
  .cid-sMq6ZXmyut .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sMq6ZXmyut .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMq6ZXmyut .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sMq6ZXmyut .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sMq6ZXmyut .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sMq6ZXmyut .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sMq6ZXmyut .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sMq6ZXmyut .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sMq6ZXmyut .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMq6ZXmyut .nav-link:focus {
  outline: none;
}
.cid-sMq6ZXmyut .navbar-toggler {
  position: relative;
}
.cid-sMq6ZXmyut .dropdown-item.active,
.cid-sMq6ZXmyut .dropdown-item:active {
  color: initial;
}
.cid-sMq6ZXmyut .widget-title,
.cid-sMq6ZXmyut .widget-icon {
  color: #e9e9e9;
}
.cid-sMq6ZXmyut .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sMq6ZXmyut .menu-logo {
    display: none;
  }
  .cid-sMq6ZXmyut .navbar {
    padding: 0;
  }
  .cid-sMq6ZXmyut .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMq6ZXmyut button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sMq6ZYAstk {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-34-1920x1280.jpeg");
}
.cid-sMq6ZYAstk .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sMq6ZYAstk .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sMq6ZYAstk .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sMq6ZYAstk .card-title,
.cid-sMq6ZYAstk .card-img {
  text-align: left;
}
.cid-sMq6ZYAstk .mbr-text,
.cid-sMq6ZYAstk .mbr-section-btn {
  text-align: left;
}
.cid-sMq6ZZil6H {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMq6ZZil6H h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sMq6ZZil6H h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #f0d152;
  margin-left: 10px;
}
.cid-sMq6ZZil6H .mbr-text,
.cid-sMq6ZZil6H .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sMq6ZZil6H H1 {
  color: #07164c;
}
.cid-sMq6ZZil6H H3 {
  color: #f0d152;
}
.cid-sOj2PvKMOl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOj2PvKMOl .card {
  width: 15%;
}
.cid-sOj2PvKMOl .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sOj2PvKMOl .mbr-iconfont:hover {
  color: #777777;
}
.cid-sOj2PvKMOl .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sOj2PvKMOl a {
  font-weight: 600;
}
.cid-sOj2PvKMOl .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #07164c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sOj2PvKMOl .card-box {
  padding: 1rem 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: -5%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sOj2PvKMOl .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sOj2PvKMOl .card-wrapper {
  height: 100%;
}
.cid-sOj2PvKMOl .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sOj2PvKMOl .text {
  color: #767676;
}
.cid-sOj2PvKMOl .card-subtitle {
  color: #ff3366;
}
.cid-sOj2PvKMOl .card-title {
  color: #07164c;
}
.cid-sMq6ZZSKJT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMq6ZZSKJT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sMq6ZZSKJT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMq6ZZSKJT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMq6ZZSKJT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sMq6ZZSKJT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07164c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMq6ZZSKJT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sMq6ZZSKJT .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sMq6ZZSKJT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sMq6ZZSKJT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #07164c !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #07164c, #f0d152) !important;
}
.cid-sMq700GVTm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #07164c;
}
@media (max-width: 767px) {
  .cid-sMq700GVTm .content {
    text-align: center;
  }
  .cid-sMq700GVTm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMq700GVTm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sMq700GVTm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sMq700GVTm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sMq700GVTm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sMq700GVTm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sMq700GVTm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMq700GVTm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sMq700GVTm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sMq700GVTm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sMq700GVTm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMq700GVTm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMq700GVTm H5 {
  color: #f0d152;
}
