.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #243b98 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #243b98 !important;
  border-color: #243b98 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #132052 !important;
  border-color: #132052 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #132052 !important;
  border-color: #132052 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #243b98;
  color: #243b98;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #132052 !important;
  background-color: transparent!important;
  border-color: #132052 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #243b98 !important;
  border-color: #243b98 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #243b98 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #101b46 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #243b98;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #243b98;
  border-color: #243b98;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #243b98;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #627ada;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #243b98 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #243b98;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #243b98;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #243b98;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #243b98;
  border-bottom-color: #243b98;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #243b98 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23243b98' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u9ZUa1Yh2R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9ZUa1Yh2R nav.navbar {
  position: fixed;
}
.cid-u9ZUa1Yh2R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9ZUa1Yh2R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover,
.cid-u9ZUa1Yh2R .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover span {
  color: white;
}
.cid-u9ZUa1Yh2R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9ZUa1Yh2R .nav-link {
  position: relative;
}
.cid-u9ZUa1Yh2R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .container {
    flex-wrap: nowrap;
  }
}
.cid-u9ZUa1Yh2R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown-menu,
.cid-u9ZUa1Yh2R .navbar.opened {
  background: #243b98 !important;
}
.cid-u9ZUa1Yh2R .nav-item:focus,
.cid-u9ZUa1Yh2R .nav-link:focus {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ZUa1Yh2R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9ZUa1Yh2R .navbar .navbar-logo img {
  width: auto;
}
.cid-u9ZUa1Yh2R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar.collapsed {
  justify-content: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ZUa1Yh2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9ZUa1Yh2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9ZUa1Yh2R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ZUa1Yh2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ZUa1Yh2R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9ZUa1Yh2R .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ZUa1Yh2R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown-item.active,
.cid-u9ZUa1Yh2R .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ZUa1Yh2R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ZUa1Yh2R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ZUa1Yh2R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9ZUa1Yh2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ZUa1Yh2R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9ZUa1Yh2R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ZUa1Yh2R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9ZUa1Yh2R .navbar {
    height: 70px;
  }
  .cid-u9ZUa1Yh2R .navbar.opened {
    height: auto;
  }
  .cid-u9ZUa1Yh2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6mh1KZFJo {
  background-image: url("../../../assets/images/6175db945b9a2b90ed1c6859-untitled-design-359-min-1400x933.jpg");
}
.cid-u6mh1KZFJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mh1KZFJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mh1KZFJo .mbr-section-title {
  color: #ffe885;
}
.cid-u6mh1KZFJo .mbr-text,
.cid-u6mh1KZFJo .mbr-section-btn {
  color: #ffe161;
}
.cid-u6mh1KZFJo .mbr-section-title,
.cid-u6mh1KZFJo .mbr-section-subtitle,
.cid-u6mh1KZFJo .mbr-text {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-u6mh1KZFJo .mbr-section-subtitle {
  color: #ffe885;
}
.cid-u89IXV7ZNr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/professional-investor-using-calculator-and-checkin-2022-05-03-05-03-47-utc-2.webp");
}
.cid-u89IXV7ZNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u89IXV7ZNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u89IXV7ZNr .card-wrapper {
  background: #edefeb;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 23px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 23px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 23px 3px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767px) {
  .cid-u89IXV7ZNr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u89IXV7ZNr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u89IXV7ZNr .card-wrapper {
    padding: 4rem;
  }
}
.cid-u89IXV7ZNr .mbr-text,
.cid-u89IXV7ZNr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u89IXV7ZNr .card-title,
.cid-u89IXV7ZNr .card-box {
  text-align: left;
  color: #000000;
}
.cid-u89LA5qxAo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u89LA5qxAo .mbr-text {
  color: #000000;
}
.cid-u89LA5qxAo .mbr-section-subtitle {
  color: #000000;
}
.cid-u89LA5qxAo .mbr-section-title {
  color: #000000;
}
.cid-u8dkOdmjdF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u8dkOdmjdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dkOdmjdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dkOdmjdF .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u8dkOdmjdF .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8dkOdmjdF .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8dkOdmjdF .card {
    margin-bottom: 2rem;
  }
  .cid-u8dkOdmjdF .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u8dkOdmjdF .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u89MjE8K8V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u89MjE8K8V img,
.cid-u89MjE8K8V .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u89MjE8K8V .item:focus,
.cid-u89MjE8K8V span:focus {
  outline: none;
}
.cid-u89MjE8K8V .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u89MjE8K8V .item {
    margin-bottom: 1rem;
  }
}
.cid-u89MjE8K8V .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u89MjE8K8V .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u89MjE8K8V .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u89MjE8K8V .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u89MjE8K8V .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u89MjE8K8V .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-u89MjE8K8V .mbr-section-title {
  color: #232323;
}
.cid-u89MjE8K8V .mbr-text,
.cid-u89MjE8K8V .mbr-section-btn {
  text-align: center;
}
.cid-u89MjE8K8V .item-title {
  text-align: left;
}
.cid-u89MjE8K8V .content-head {
  max-width: 800px;
}
.cid-u89MjE8K8V .mbr-text,
.cid-u89MjE8K8V .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-ua083biyOx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ua083biyOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua083biyOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u89U8KQtxK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u89U8KQtxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u89U8KQtxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u89U8KQtxK .row {
  flex-direction: row-reverse;
}
.cid-ua07EhDona {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ua07EhDona .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua07EhDona .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua07EhDona .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ua07EhDona .image-wrap img {
    display: block;
    margin: auto;
    width: 120%;
  }
}
.cid-ua07EhDona .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ua07EhDona .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ua07EhDona .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ua07EhDona .header-menu li p {
  margin: 0;
}
.cid-ua07EhDona .content-head {
  max-width: 800px;
}
.cid-u8a3uxsiGe {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u8a3uxsiGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8a3uxsiGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8a3uxsiGe .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u8a3uxsiGe .item-mb {
    margin-bottom: 0;
  }
}
.cid-u8a3uxsiGe .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u8a3uxsiGe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u8a3uxsiGe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u8a3uxsiGe .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #243b98;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffe161;
  height: 80px;
  border-radius: 50%;
}
.cid-u8a3uxsiGe .mbr-section-title {
  color: #232323;
}
.cid-u8a3uxsiGe .mbr-section-subtitle {
  color: #232323;
}
.cid-u8a3uxsiGe .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u8a3uxsiGe .card-box .item-footer {
  margin-top: auto;
}
.cid-u8a3uxsiGe .content-head {
  max-width: 800px;
}
.cid-u8a1wFBOnX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u8a1wFBOnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8a1wFBOnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8a1wFBOnX .row {
  justify-content: center;
}
.cid-u8a1wFBOnX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u8a1wFBOnX .item {
    margin-bottom: 1rem;
  }
}
.cid-u8a1wFBOnX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u8a1wFBOnX .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8a1wFBOnX .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-u8a1wFBOnX .content-head {
  max-width: 800px;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-u9ZUa1Yh2R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9ZUa1Yh2R nav.navbar {
  position: fixed;
}
.cid-u9ZUa1Yh2R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9ZUa1Yh2R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover,
.cid-u9ZUa1Yh2R .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover span {
  color: white;
}
.cid-u9ZUa1Yh2R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9ZUa1Yh2R .nav-link {
  position: relative;
}
.cid-u9ZUa1Yh2R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .container {
    flex-wrap: nowrap;
  }
}
.cid-u9ZUa1Yh2R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown-menu,
.cid-u9ZUa1Yh2R .navbar.opened {
  background: #243b98 !important;
}
.cid-u9ZUa1Yh2R .nav-item:focus,
.cid-u9ZUa1Yh2R .nav-link:focus {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ZUa1Yh2R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9ZUa1Yh2R .navbar .navbar-logo img {
  width: auto;
}
.cid-u9ZUa1Yh2R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar.collapsed {
  justify-content: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ZUa1Yh2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9ZUa1Yh2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9ZUa1Yh2R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ZUa1Yh2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ZUa1Yh2R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9ZUa1Yh2R .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ZUa1Yh2R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown-item.active,
.cid-u9ZUa1Yh2R .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ZUa1Yh2R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ZUa1Yh2R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ZUa1Yh2R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9ZUa1Yh2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ZUa1Yh2R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9ZUa1Yh2R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ZUa1Yh2R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9ZUa1Yh2R .navbar {
    height: 70px;
  }
  .cid-u9ZUa1Yh2R .navbar.opened {
    height: auto;
  }
  .cid-u9ZUa1Yh2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u698i9w1Ee {
  background-image: url("../../../assets/images/gemeinschaftsverpflegung-credit-zoranm-istock-2000x1333.jpeg");
}
.cid-u698i9w1Ee .mbr-fallback-image.disabled {
  display: none;
}
.cid-u698i9w1Ee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u698i9w1Ee .mbr-section-title,
.cid-u698i9w1Ee .mbr-section-subtitle,
.cid-u698i9w1Ee .mbr-text {
  text-shadow: 20px -17px 20px white, 20px 19px 20px white, -20px 19px 20px white, -20px -16px 20px white;
}
.cid-u8OWAzYWBm {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8OWAzYWBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8OWAzYWBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8OWAzYWBm .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u8OWAzYWBm .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8OWAzYWBm .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8OWAzYWBm .card {
    margin-bottom: 2rem;
  }
  .cid-u8OWAzYWBm .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u8OWAzYWBm .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8P0gs5mUc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-u8P0gs5mUc .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-u8P0gs5mUc img,
.cid-u8P0gs5mUc .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u8P0gs5mUc .item:focus,
.cid-u8P0gs5mUc span:focus {
  outline: none;
}
.cid-u8P0gs5mUc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8P0gs5mUc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .cid-u8P0gs5mUc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8P0gs5mUc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u8P0gs5mUc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8P0gs5mUc .mbr-section-title {
  color: #232323;
}
.cid-u8P0gs5mUc .mbr-text,
.cid-u8P0gs5mUc .mbr-section-btn {
  text-align: left;
}
.cid-u8P0gs5mUc .item-title {
  text-align: left;
}
.cid-u8P0gs5mUc .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u8S10QJdOA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-u8S10QJdOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8S10QJdOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u8S10QJdOA .container {
    max-width: 1400px;
  }
}
.cid-u8S10QJdOA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u8S10QJdOA .row {
  justify-content: center;
}
.cid-u8S3N1Z7JR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8S3N1Z7JR .justify-content-center {
  align-items: center;
}
.cid-u8S3N1Z7JR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8S3N1Z7JR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8S3N1Z7JR .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u8S3N1Z7JR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8S3N1Z7JR .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-u8S3N1Z7JR .content-head {
  max-width: 800px;
}
.cid-u8S3N1Z7JR .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #243b98;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffe161;
  height: 80px;
  border-radius: 50%;
}
.cid-u8P2zk2vlD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/koch-gibt-kellnerin-teller-1100x732.jpg");
}
.cid-u8P2zk2vlD .justify-content-center {
  align-items: center;
}
.cid-u8P2zk2vlD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8P2zk2vlD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8P2zk2vlD .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u8P2zk2vlD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8P2zk2vlD .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-u8P2zk2vlD .content-head {
  max-width: 800px;
}
.cid-u8P2zk2vlD .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffe161;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #243b98;
  height: 80px;
  border-radius: 50%;
}
.cid-u8P5sQmIUF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8P5sQmIUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8P5sQmIUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8P5sQmIUF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8P5sQmIUF .row {
  flex-direction: row-reverse;
}
.cid-u8P5sQmIUF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8P5sQmIUF .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8P5txzTu4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8P5txzTu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8P5txzTu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8P5txzTu4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8P5txzTu4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8P5txzTu4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8P6mr0twQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-u8P6mr0twQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8P6mr0twQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8P6mr0twQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-u8P6mr0twQ .item {
    margin-bottom: 4rem;
  }
}
.cid-u8P6mr0twQ .item:last-child .icon-box:before {
  display: none;
}
.cid-u8P6mr0twQ .item.last .icon-box:before {
  display: none;
}
.cid-u8P6mr0twQ .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u8P6mr0twQ .icon-box {
    margin-right: 1rem;
  }
}
.cid-u8P6mr0twQ .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 49px;
  left: 50%;
  top: 98%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-u8P6mr0twQ span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u8P6mr0twQ .card {
    margin-bottom: 2rem;
  }
  .cid-u8P6mr0twQ .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u8P6mr0twQ .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u8P6mr0twQ .icon-box::before {
    top: 114%;
  }
}
.cid-u8PaCAAxcb {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8PaCAAxcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8PaCAAxcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8PaCAAxcb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8PaCAAxcb .row {
  flex-direction: row-reverse;
}
.cid-u8PaCAAxcb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8PaCAAxcb .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8PjcDYRwx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8PjcDYRwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8PjcDYRwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8PjcDYRwx .item {
  padding-bottom: 2rem;
}
.cid-u8PjcDYRwx .item-wrapper {
  position: relative;
}
.cid-u8PjcDYRwx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u8PjcDYRwx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8PjcDYRwx .carousel-control,
.cid-u8PjcDYRwx .close {
  background: #1b1b1b;
}
.cid-u8PjcDYRwx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8PjcDYRwx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8PjcDYRwx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8PjcDYRwx .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8PjcDYRwx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8PjcDYRwx .close::before {
  content: '\e91a';
}
.cid-u8PjcDYRwx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8PjcDYRwx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u8PjcDYRwx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8PjcDYRwx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8PjcDYRwx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8PjcDYRwx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8PjcDYRwx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u8PjcDYRwx .carousel-indicators li.active,
.cid-u8PjcDYRwx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8PjcDYRwx .carousel-indicators li::after,
.cid-u8PjcDYRwx .carousel-indicators li::before {
  content: none;
}
.cid-u8PjcDYRwx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8PjcDYRwx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8PjcDYRwx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8PjcDYRwx .carousel-indicators {
    display: none;
  }
}
.cid-u8PjcDYRwx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8PjcDYRwx .carousel-inner > .active {
  display: block;
}
.cid-u8PjcDYRwx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8PjcDYRwx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8PjcDYRwx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8PjcDYRwx .carousel-control,
  .cid-u8PjcDYRwx .carousel-indicators,
  .cid-u8PjcDYRwx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8PjcDYRwx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8PjcDYRwx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8PjcDYRwx .carousel-indicators .active,
.cid-u8PjcDYRwx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8PjcDYRwx .carousel-indicators .active {
  background: #fff;
}
.cid-u8PjcDYRwx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8PjcDYRwx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8PjcDYRwx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8PjcDYRwx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8PjcDYRwx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8PjcDYRwx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8PjcDYRwx .carousel {
  width: 100%;
}
.cid-u8PjcDYRwx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8PjcDYRwx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8PjcDYRwx .modal.fade .modal-dialog,
.cid-u8PjcDYRwx .modal.in .modal-dialog {
  transform: none;
}
.cid-u8PjcDYRwx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8PjcDYRwx H6 {
  text-align: center;
}
.cid-u697SD0O8k {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u697SD0O8k img,
.cid-u697SD0O8k .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u697SD0O8k .item:focus,
.cid-u697SD0O8k span:focus {
  outline: none;
}
.cid-u697SD0O8k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u697SD0O8k .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u697SD0O8k .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u697SD0O8k .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u697SD0O8k .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u697SD0O8k .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u697SD0O8k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u697SD0O8k .mbr-section-title {
  color: #000000;
}
.cid-u697SD0O8k .mbr-text,
.cid-u697SD0O8k .mbr-section-btn {
  text-align: left;
}
.cid-u697SD0O8k .item-title {
  text-align: left;
}
.cid-u697SD0O8k .item-subtitle {
  text-align: left;
}
.cid-u8Pn2TYI6j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8Pn2TYI6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Pn2TYI6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Pn2TYI6j ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u8Pn2TYI6j li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u8Pn2TYI6j ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u697SHPV2l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u697SHPV2l .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u697SHPV2l .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u697SHPV2l .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u697SHPV2l .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u697SHPV2l .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u697SHPV2l .row .foot-menu li p {
  margin: 0;
}
.cid-u697SHPV2l .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u697SHPV2l .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u697SHPV2l .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u697SHPV2l .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u697SHPV2l .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u697SHPV2l .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u697SHPV2l .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u697SHPV2l .row .row-copirayt p {
  width: 100%;
}
.cid-u9ZUa1Yh2R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9ZUa1Yh2R nav.navbar {
  position: fixed;
}
.cid-u9ZUa1Yh2R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9ZUa1Yh2R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover,
.cid-u9ZUa1Yh2R .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover span {
  color: white;
}
.cid-u9ZUa1Yh2R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9ZUa1Yh2R .nav-link {
  position: relative;
}
.cid-u9ZUa1Yh2R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .container {
    flex-wrap: nowrap;
  }
}
.cid-u9ZUa1Yh2R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown-menu,
.cid-u9ZUa1Yh2R .navbar.opened {
  background: #243b98 !important;
}
.cid-u9ZUa1Yh2R .nav-item:focus,
.cid-u9ZUa1Yh2R .nav-link:focus {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ZUa1Yh2R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9ZUa1Yh2R .navbar .navbar-logo img {
  width: auto;
}
.cid-u9ZUa1Yh2R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar.collapsed {
  justify-content: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ZUa1Yh2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9ZUa1Yh2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9ZUa1Yh2R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ZUa1Yh2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ZUa1Yh2R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9ZUa1Yh2R .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ZUa1Yh2R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown-item.active,
.cid-u9ZUa1Yh2R .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ZUa1Yh2R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ZUa1Yh2R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ZUa1Yh2R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9ZUa1Yh2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ZUa1Yh2R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9ZUa1Yh2R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ZUa1Yh2R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9ZUa1Yh2R .navbar {
    height: 70px;
  }
  .cid-u9ZUa1Yh2R .navbar.opened {
    height: auto;
  }
  .cid-u9ZUa1Yh2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6rO8wMtK4 {
  background-image: url("../../../assets/images/smiling-asian-girl-barista-cafe-owner-apron-showing-card-machine-payment-reader-taking-2000x776.jpg");
}
.cid-u6rO8wMtK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6rO8wMtK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6rO8wMtK4 .mbr-section-title {
  color: black;
}
.cid-u6rO8wMtK4 .mbr-text,
.cid-u6rO8wMtK4 .mbr-section-btn {
  color: black;
}
.cid-u6rO8wMtK4 .mbr-section-title,
.cid-u6rO8wMtK4 .mbr-section-subtitle,
.cid-u6rO8wMtK4 .mbr-text {
  text-shadow: 20px -17px 20px white, 20px 19px 20px white, -20px 19px 20px white, -20px -16px 20px white;
}
.cid-u6rO8x35Q9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u6rO8x35Q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6rO8x35Q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6rO8x35Q9 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u6rO8x35Q9 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u6rO8x35Q9 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6rO8x35Q9 .card {
    margin-bottom: 2rem;
  }
  .cid-u6rO8x35Q9 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u6rO8x35Q9 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6rO8x35Q9 .card-title,
.cid-u6rO8x35Q9 .card-box {
  text-align: center;
}
.cid-u6rO8x35Q9 .mbr-text,
.cid-u6rO8x35Q9 .mbr-section-btn {
  text-align: right;
}
.cid-u6rO8xoTPO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-u6rO8xoTPO .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-u6rO8xoTPO img,
.cid-u6rO8xoTPO .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6rO8xoTPO .item:focus,
.cid-u6rO8xoTPO span:focus {
  outline: none;
}
.cid-u6rO8xoTPO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6rO8xoTPO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .cid-u6rO8xoTPO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6rO8xoTPO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6rO8xoTPO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6rO8xoTPO .mbr-section-title {
  color: #232323;
}
.cid-u6rO8xoTPO .mbr-text,
.cid-u6rO8xoTPO .mbr-section-btn {
  text-align: center;
}
.cid-u6rO8xoTPO .item-title {
  text-align: left;
}
.cid-u6rO8xoTPO .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u6tznPOnJ5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-u6tznPOnJ5 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-u6tznPOnJ5 img,
.cid-u6tznPOnJ5 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6tznPOnJ5 .item:focus,
.cid-u6tznPOnJ5 span:focus {
  outline: none;
}
.cid-u6tznPOnJ5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6tznPOnJ5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .cid-u6tznPOnJ5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6tznPOnJ5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6tznPOnJ5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6tznPOnJ5 .mbr-section-title {
  color: #232323;
}
.cid-u6tznPOnJ5 .mbr-text,
.cid-u6tznPOnJ5 .mbr-section-btn {
  text-align: center;
}
.cid-u6tznPOnJ5 .item-title {
  text-align: left;
}
.cid-u6tznPOnJ5 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u6rO8ya9vZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-u6rO8ya9vZ .container {
    max-width: 1400px;
  }
}
.cid-u6rO8ya9vZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-u6rO8ya9vZ .card-wrapper {
  margin-top: 3rem;
}
.cid-u6rO8ya9vZ .row {
  justify-content: center;
}
.cid-u6rO8ya9vZ .card-title,
.cid-u6rO8ya9vZ .iconfont-wrapper {
  color: #000000;
}
.cid-u6rO8ya9vZ .card-text {
  color: #000000;
}
.cid-u6rO8ya9vZ .mbr-section-title {
  color: #000000;
}
.cid-u6rO8yz9An {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u6rO8yz9An .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6rO8yz9An .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u6rO8yz9An .container {
    max-width: 1400px;
  }
}
.cid-u6rO8yz9An .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u6rO8yz9An .row {
  justify-content: center;
}
.cid-u6tMCT9rhe {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6tMCT9rhe .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u6rO8zDj4T {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6rO8zDj4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6rO8zDj4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6rO8zDj4T .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-u6rO8zDj4T .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u6rO8zDj4T .img1 {
  background: #6592e6;
}
.cid-u6rO8zDj4T .img2 {
  background: #ffe161;
}
.cid-u6rO8zDj4T .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u6rO8zDj4T .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-u6rO8zDj4T .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6rO8zDj4T .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6rO8zDj4T .card-wrapper {
    flex-direction: column;
  }
  .cid-u6rO8zDj4T .card-box {
    padding: 1rem;
  }
  .cid-u6rO8zDj4T .card-box,
  .cid-u6rO8zDj4T .img-wrapper {
    width: 100%;
  }
  .cid-u6rO8zDj4T .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-u6rO8zDj4T .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-u6rO8zDj4T .card-subtitle {
  color: #0077ff;
}
.cid-u6rO8zDj4T .mbr-text,
.cid-u6rO8zDj4T .link-wrap {
  color: #555555;
}
.cid-u6tKqDusKr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6tKqDusKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6tKqDusKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6tKqDusKr .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-u6tKqDusKr .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u6tKqDusKr .img1 {
  background: #ffe161;
}
.cid-u6tKqDusKr .img2 {
  background: #6592e6;
}
.cid-u6tKqDusKr .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u6tKqDusKr .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-u6tKqDusKr .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6tKqDusKr .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6tKqDusKr .card-wrapper {
    flex-direction: column;
  }
  .cid-u6tKqDusKr .card-box {
    padding: 1rem;
  }
  .cid-u6tKqDusKr .card-box,
  .cid-u6tKqDusKr .img-wrapper {
    width: 100%;
  }
  .cid-u6tKqDusKr .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-u6tKqDusKr .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-u6tKqDusKr .card-subtitle {
  color: #0077ff;
}
.cid-u6tKqDusKr .mbr-text,
.cid-u6tKqDusKr .link-wrap {
  color: #555555;
}
.cid-u8H1gqfHBE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8H1gqfHBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8H1gqfHBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8H1gqfHBE .item {
  padding-bottom: 2rem;
}
.cid-u8H1gqfHBE .item-wrapper {
  position: relative;
}
.cid-u8H1gqfHBE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u8H1gqfHBE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u8H1gqfHBE .carousel-control,
.cid-u8H1gqfHBE .close {
  background: #1b1b1b;
}
.cid-u8H1gqfHBE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u8H1gqfHBE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u8H1gqfHBE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u8H1gqfHBE .carousel-control-next span {
  margin-left: 5px;
}
.cid-u8H1gqfHBE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u8H1gqfHBE .close::before {
  content: '\e91a';
}
.cid-u8H1gqfHBE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8H1gqfHBE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u8H1gqfHBE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8H1gqfHBE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8H1gqfHBE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8H1gqfHBE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u8H1gqfHBE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u8H1gqfHBE .carousel-indicators li.active,
.cid-u8H1gqfHBE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u8H1gqfHBE .carousel-indicators li::after,
.cid-u8H1gqfHBE .carousel-indicators li::before {
  content: none;
}
.cid-u8H1gqfHBE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u8H1gqfHBE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u8H1gqfHBE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8H1gqfHBE .carousel-indicators {
    display: none;
  }
}
.cid-u8H1gqfHBE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u8H1gqfHBE .carousel-inner > .active {
  display: block;
}
.cid-u8H1gqfHBE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8H1gqfHBE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8H1gqfHBE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u8H1gqfHBE .carousel-control,
  .cid-u8H1gqfHBE .carousel-indicators,
  .cid-u8H1gqfHBE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u8H1gqfHBE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u8H1gqfHBE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u8H1gqfHBE .carousel-indicators .active,
.cid-u8H1gqfHBE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u8H1gqfHBE .carousel-indicators .active {
  background: #fff;
}
.cid-u8H1gqfHBE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u8H1gqfHBE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u8H1gqfHBE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8H1gqfHBE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u8H1gqfHBE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u8H1gqfHBE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u8H1gqfHBE .carousel {
  width: 100%;
}
.cid-u8H1gqfHBE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u8H1gqfHBE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u8H1gqfHBE .modal.fade .modal-dialog,
.cid-u8H1gqfHBE .modal.in .modal-dialog {
  transform: none;
}
.cid-u8H1gqfHBE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u8H1gqfHBE H6 {
  text-align: center;
}
.cid-u8vgd0Bhfl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u8vgd0Bhfl .row {
  flex-direction: row-reverse;
}
.cid-u8vgd0Bhfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vgd0Bhfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vgd0Bhfl .mbr-description {
  text-align: left;
}
.cid-u8vgd0Bhfl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-u8vgd0Bhfl .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u8vgd0Bhfl .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u8vgd0Bhfl .card-title,
.cid-u8vgd0Bhfl .iconfont-wrapper {
  color: #000000;
}
.cid-u8vgd0Bhfl .card-text {
  color: #000000;
}
.cid-u8vgd0Bhfl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8vgd0Bhfl .mbr-text,
.cid-u8vgd0Bhfl .mbr-section-btn {
  text-align: center;
}
.cid-u8vgd0Bhfl .card-text,
.cid-u8vgd0Bhfl .item .mbr-section-btn {
  text-align: left;
}
.cid-u8vgd0Bhfl .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u8vgd0Bhfl .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-u8vgd0Bhfl .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-u8vgd0Bhfl .mbr-text UL {
  text-align: left;
}
.cid-u6tGwuM3W7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6tGwuM3W7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6tGwuM3W7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6tGwuM3W7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6tGwuM3W7 .row {
  flex-direction: row-reverse;
}
.cid-u6tGwuM3W7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6tGwuM3W7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8vhns331I {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u8vhns331I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vhns331I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8vhns331I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8vhns331I img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8vhns331I .text-wrapper {
    padding: 2rem;
  }
}
.cid-u6rO8Bt1uk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6rO8Bt1uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6rO8Bt1uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6rO8Bt1uk .timeline-element {
  position: relative;
}
.cid-u6rO8Bt1uk .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6rO8Bt1uk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u6rO8Bt1uk .mbr-section-title,
.cid-u6rO8Bt1uk .mbr-section-subtitle,
.cid-u6rO8Bt1uk .timeline-date {
  text-align: center;
}
.cid-u6rO8Bt1uk .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #243b98;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u6rO8Bt1uk .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-u6rO8Bt1uk .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-u6rO8Bt1uk .row:after {
  content: "";
  position: absolute;
  background-color: #243b98;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-u6rO8Bt1uk .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-u6rO8Bt1uk .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u6rO8Bt1uk .timeline-date-wrapper,
  .cid-u6rO8Bt1uk .timeline-text-wrapper,
  .cid-u6rO8Bt1uk .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-u6rO8Bt1uk .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-u6rO8Bt1uk .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6rO8Bt1uk .timeline-date-wrapper,
  .cid-u6rO8Bt1uk .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6rO8Bt1uk .timeline-date-wrapper,
  .cid-u6rO8Bt1uk .timeline-text-wrapper,
  .cid-u6rO8Bt1uk .image-wrapper {
    padding: 2rem;
  }
}
.cid-u952khT1g6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u952khT1g6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u952khT1g6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u952khT1g6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u952khT1g6 .row {
  flex-direction: row-reverse;
}
.cid-u952khT1g6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u952khT1g6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u952khT1g6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u952khT1g6 .mbr-section-title {
  color: #000000;
}
.cid-u952khT1g6 .mbr-text,
.cid-u952khT1g6 .mbr-section-btn {
  color: #000000;
}
.cid-ukeUzWhvpb {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #243b98;
}
.cid-ukeUzWhvpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukeUzWhvpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukeUzWhvpb .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ukeUzWhvpb .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukeUzWhvpb .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ukeUzWhvpb .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ukeUzWhvpb .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ukeUzWhvpb .row {
  flex-direction: row-reverse;
}
.cid-ukeUzWhvpb .image-wrapper {
  padding: 0 1rem;
}
.cid-ukeUzWhvpb img,
.cid-ukeUzWhvpb .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ukeUzWhvpb img,
  .cid-ukeUzWhvpb .image-wrapper {
    max-height: 350px;
  }
}
.cid-ukeUzWhvpb .mbr-section-title {
  color: #000000;
}
.cid-ukeUzWhvpb .mbr-text {
  color: #000000;
}
.cid-u6rO8HXCxG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6rO8HXCxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6rO8HXCxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6rO8HXCxG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u6rO8HXCxG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u6rO8HXCxG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u6rO8IIt4Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u6rO8IIt4Z .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6rO8IIt4Z .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u6rO8IIt4Z .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u6rO8IIt4Z .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6rO8IIt4Z .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6rO8IIt4Z .row .foot-menu li p {
  margin: 0;
}
.cid-u6rO8IIt4Z .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u6rO8IIt4Z .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u6rO8IIt4Z .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u6rO8IIt4Z .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u6rO8IIt4Z .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6rO8IIt4Z .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u6rO8IIt4Z .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u6rO8IIt4Z .row .row-copirayt p {
  width: 100%;
}
.cid-u9ZUa1Yh2R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9ZUa1Yh2R nav.navbar {
  position: fixed;
}
.cid-u9ZUa1Yh2R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9ZUa1Yh2R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover,
.cid-u9ZUa1Yh2R .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover span {
  color: white;
}
.cid-u9ZUa1Yh2R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9ZUa1Yh2R .nav-link {
  position: relative;
}
.cid-u9ZUa1Yh2R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .container {
    flex-wrap: nowrap;
  }
}
.cid-u9ZUa1Yh2R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown-menu,
.cid-u9ZUa1Yh2R .navbar.opened {
  background: #243b98 !important;
}
.cid-u9ZUa1Yh2R .nav-item:focus,
.cid-u9ZUa1Yh2R .nav-link:focus {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ZUa1Yh2R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9ZUa1Yh2R .navbar .navbar-logo img {
  width: auto;
}
.cid-u9ZUa1Yh2R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar.collapsed {
  justify-content: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ZUa1Yh2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9ZUa1Yh2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9ZUa1Yh2R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ZUa1Yh2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ZUa1Yh2R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9ZUa1Yh2R .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ZUa1Yh2R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown-item.active,
.cid-u9ZUa1Yh2R .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ZUa1Yh2R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ZUa1Yh2R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ZUa1Yh2R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9ZUa1Yh2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ZUa1Yh2R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9ZUa1Yh2R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ZUa1Yh2R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9ZUa1Yh2R .navbar {
    height: 70px;
  }
  .cid-u9ZUa1Yh2R .navbar.opened {
    height: auto;
  }
  .cid-u9ZUa1Yh2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6vLPCfFGt {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6vLkLHaEf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u6vLkLHaEf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6vLkLHaEf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u6vLkLHaEf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u6vLkLHaEf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6vLkLHaEf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6vLkLHaEf .row .foot-menu li p {
  margin: 0;
}
.cid-u6vLkLHaEf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u6vLkLHaEf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u6vLkLHaEf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u6vLkLHaEf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u6vLkLHaEf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6vLkLHaEf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u6vLkLHaEf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u6vLkLHaEf .row .row-copirayt p {
  width: 100%;
}
.cid-u9ZUa1Yh2R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9ZUa1Yh2R nav.navbar {
  position: fixed;
}
.cid-u9ZUa1Yh2R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9ZUa1Yh2R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover,
.cid-u9ZUa1Yh2R .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover span {
  color: white;
}
.cid-u9ZUa1Yh2R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9ZUa1Yh2R .nav-link {
  position: relative;
}
.cid-u9ZUa1Yh2R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .container {
    flex-wrap: nowrap;
  }
}
.cid-u9ZUa1Yh2R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown-menu,
.cid-u9ZUa1Yh2R .navbar.opened {
  background: #243b98 !important;
}
.cid-u9ZUa1Yh2R .nav-item:focus,
.cid-u9ZUa1Yh2R .nav-link:focus {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ZUa1Yh2R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9ZUa1Yh2R .navbar .navbar-logo img {
  width: auto;
}
.cid-u9ZUa1Yh2R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar.collapsed {
  justify-content: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ZUa1Yh2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9ZUa1Yh2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9ZUa1Yh2R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ZUa1Yh2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ZUa1Yh2R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9ZUa1Yh2R .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ZUa1Yh2R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown-item.active,
.cid-u9ZUa1Yh2R .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ZUa1Yh2R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ZUa1Yh2R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ZUa1Yh2R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9ZUa1Yh2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ZUa1Yh2R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9ZUa1Yh2R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ZUa1Yh2R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9ZUa1Yh2R .navbar {
    height: 70px;
  }
  .cid-u9ZUa1Yh2R .navbar.opened {
    height: auto;
  }
  .cid-u9ZUa1Yh2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u774tEK7L2 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1709737361019-frauen-maenner-sport-studie-bewegen-106-v-16x92dl-6c42aff4e68b43c7868c3240d3ebfa29867457da.webp");
}
.cid-u774tEK7L2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u774tEK7L2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u774tEK7L2 .mbr-section-title,
.cid-u774tEK7L2 .mbr-section-subtitle,
.cid-u774tEK7L2 .mbr-text {
  text-shadow: 20px -17px 20px white, 20px 19px 20px white, -20px 19px 20px white, -20px -16px 20px white;
}
.cid-u774tF2Aoq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u774tF2Aoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u774tF2Aoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u774tF2Aoq .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u774tF2Aoq .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u774tF2Aoq .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u774tF2Aoq .card {
    margin-bottom: 2rem;
  }
  .cid-u774tF2Aoq .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u774tF2Aoq .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u774tF2Aoq .card-title,
.cid-u774tF2Aoq .card-box {
  text-align: center;
}
.cid-u774tF2Aoq .mbr-text,
.cid-u774tF2Aoq .mbr-section-btn {
  text-align: right;
}
.cid-u774tFqYDE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-u774tFqYDE .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-u774tFqYDE img,
.cid-u774tFqYDE .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u774tFqYDE .item:focus,
.cid-u774tFqYDE span:focus {
  outline: none;
}
.cid-u774tFqYDE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u774tFqYDE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .cid-u774tFqYDE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u774tFqYDE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u774tFqYDE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u774tFqYDE .mbr-section-title {
  color: #232323;
}
.cid-u774tFqYDE .mbr-text,
.cid-u774tFqYDE .mbr-section-btn {
  text-align: center;
}
.cid-u774tFqYDE .item-title {
  text-align: left;
}
.cid-u774tFqYDE .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u774tGyO0z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-u774tGyO0z .container {
    max-width: 1400px;
  }
}
.cid-u774tGyO0z .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-u774tGyO0z .card-wrapper {
  margin-top: 3rem;
}
.cid-u774tGyO0z .row {
  justify-content: center;
}
.cid-u774tGyO0z .card-title,
.cid-u774tGyO0z .iconfont-wrapper {
  color: #000000;
}
.cid-u774tGyO0z .card-text {
  color: #000000;
}
.cid-u774tGyO0z .mbr-section-title {
  color: #000000;
}
.cid-u774tGTky5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u774tGTky5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u774tGTky5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u774tGTky5 .container {
    max-width: 1400px;
  }
}
.cid-u774tGTky5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u774tGTky5 .row {
  justify-content: center;
}
.cid-u774tHfbAI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u774tHfbAI .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u77iG59mHd {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u77iG59mHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u77iG59mHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u77iG59mHd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u77iG59mHd .row {
  flex-direction: row-reverse;
}
.cid-u77iG59mHd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u77iG59mHd .text-wrapper {
    padding: 2rem;
  }
}
.cid-u774tIctJh {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/professional-investor-using-calculator-and-checkin-2022-05-03-05-03-47-utc-2.webp");
}
.cid-u774tIctJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u774tIctJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u774tIctJh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u774tIctJh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u774tIctJh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u774tIwAKW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u774tIwAKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u774tIwAKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u774tIwAKW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u774tIwAKW .row {
  flex-direction: row-reverse;
}
.cid-u774tIwAKW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u774tIwAKW .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8vvOtYz0y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8vvOtYz0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vvOtYz0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8vvOtYz0y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8vvOtYz0y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8vvOtYz0y .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8vvPb6la5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8vvPb6la5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vvPb6la5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8vvPb6la5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8vvPb6la5 .row {
  flex-direction: row-reverse;
}
.cid-u8vvPb6la5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8vvPb6la5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u9QpomRcjv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9QpomRcjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9QpomRcjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9QpomRcjv .item {
  padding-bottom: 2rem;
}
.cid-u9QpomRcjv .item-wrapper {
  position: relative;
}
.cid-u9QpomRcjv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u9QpomRcjv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u9QpomRcjv .carousel-control,
.cid-u9QpomRcjv .close {
  background: #1b1b1b;
}
.cid-u9QpomRcjv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9QpomRcjv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9QpomRcjv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9QpomRcjv .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9QpomRcjv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9QpomRcjv .close::before {
  content: '\e91a';
}
.cid-u9QpomRcjv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9QpomRcjv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u9QpomRcjv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9QpomRcjv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9QpomRcjv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9QpomRcjv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9QpomRcjv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u9QpomRcjv .carousel-indicators li.active,
.cid-u9QpomRcjv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9QpomRcjv .carousel-indicators li::after,
.cid-u9QpomRcjv .carousel-indicators li::before {
  content: none;
}
.cid-u9QpomRcjv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9QpomRcjv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9QpomRcjv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9QpomRcjv .carousel-indicators {
    display: none;
  }
}
.cid-u9QpomRcjv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9QpomRcjv .carousel-inner > .active {
  display: block;
}
.cid-u9QpomRcjv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9QpomRcjv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9QpomRcjv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9QpomRcjv .carousel-control,
  .cid-u9QpomRcjv .carousel-indicators,
  .cid-u9QpomRcjv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9QpomRcjv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9QpomRcjv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9QpomRcjv .carousel-indicators .active,
.cid-u9QpomRcjv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9QpomRcjv .carousel-indicators .active {
  background: #fff;
}
.cid-u9QpomRcjv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9QpomRcjv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9QpomRcjv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9QpomRcjv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9QpomRcjv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9QpomRcjv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9QpomRcjv .carousel {
  width: 100%;
}
.cid-u9QpomRcjv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9QpomRcjv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9QpomRcjv .modal.fade .modal-dialog,
.cid-u9QpomRcjv .modal.in .modal-dialog {
  transform: none;
}
.cid-u9QpomRcjv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9QpomRcjv H6 {
  text-align: center;
}
.cid-u774tIO4ZL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u774tIO4ZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u774tIO4ZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u774tIO4ZL .timeline-element {
  position: relative;
}
.cid-u774tIO4ZL .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-u774tIO4ZL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u774tIO4ZL .mbr-section-title,
.cid-u774tIO4ZL .mbr-section-subtitle,
.cid-u774tIO4ZL .timeline-date {
  text-align: center;
}
.cid-u774tIO4ZL .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #243b98;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u774tIO4ZL .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-u774tIO4ZL .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-u774tIO4ZL .row:after {
  content: "";
  position: absolute;
  background-color: #243b98;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-u774tIO4ZL .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-u774tIO4ZL .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u774tIO4ZL .timeline-date-wrapper,
  .cid-u774tIO4ZL .timeline-text-wrapper,
  .cid-u774tIO4ZL .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-u774tIO4ZL .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-u774tIO4ZL .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u774tIO4ZL .timeline-date-wrapper,
  .cid-u774tIO4ZL .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u774tIO4ZL .timeline-date-wrapper,
  .cid-u774tIO4ZL .timeline-text-wrapper,
  .cid-u774tIO4ZL .image-wrapper {
    padding: 2rem;
  }
}
.cid-ubBiavvpZb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubBiavvpZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubBiavvpZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubBiavvpZb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubBiavvpZb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubBiavvpZb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubBiavvpZb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubBiavvpZb .mbr-section-title {
  color: #000000;
}
.cid-ubBiavvpZb .mbr-text,
.cid-ubBiavvpZb .mbr-section-btn {
  color: #000000;
}
.cid-ubBhCHY4Fd {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #243b98;
}
.cid-ubBhCHY4Fd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubBhCHY4Fd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubBhCHY4Fd .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ubBhCHY4Fd .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubBhCHY4Fd .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ubBhCHY4Fd .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ubBhCHY4Fd .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ubBhCHY4Fd .row {
  flex-direction: row-reverse;
}
.cid-ubBhCHY4Fd .image-wrapper {
  padding: 0 1rem;
}
.cid-ubBhCHY4Fd img,
.cid-ubBhCHY4Fd .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ubBhCHY4Fd img,
  .cid-ubBhCHY4Fd .image-wrapper {
    max-height: 350px;
  }
}
.cid-ubBhCHY4Fd .mbr-section-title {
  color: #000000;
}
.cid-ubBhCHY4Fd .mbr-text {
  color: #000000;
}
.cid-u774tKcv9L {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u774tKcv9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u774tKcv9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u774tKcv9L ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u774tKcv9L li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u774tKcv9L ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u774tOlEuG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u774tOlEuG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u774tOlEuG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u774tOlEuG .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u774tOlEuG .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u774tOlEuG .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u774tOlEuG .row .foot-menu li p {
  margin: 0;
}
.cid-u774tOlEuG .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u774tOlEuG .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u774tOlEuG .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u774tOlEuG .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u774tOlEuG .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u774tOlEuG .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u774tOlEuG .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u774tOlEuG .row .row-copirayt p {
  width: 100%;
}
.cid-u9ZUa1Yh2R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9ZUa1Yh2R nav.navbar {
  position: fixed;
}
.cid-u9ZUa1Yh2R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9ZUa1Yh2R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover,
.cid-u9ZUa1Yh2R .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover span {
  color: white;
}
.cid-u9ZUa1Yh2R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9ZUa1Yh2R .nav-link {
  position: relative;
}
.cid-u9ZUa1Yh2R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .container {
    flex-wrap: nowrap;
  }
}
.cid-u9ZUa1Yh2R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown-menu,
.cid-u9ZUa1Yh2R .navbar.opened {
  background: #243b98 !important;
}
.cid-u9ZUa1Yh2R .nav-item:focus,
.cid-u9ZUa1Yh2R .nav-link:focus {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ZUa1Yh2R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9ZUa1Yh2R .navbar .navbar-logo img {
  width: auto;
}
.cid-u9ZUa1Yh2R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar.collapsed {
  justify-content: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ZUa1Yh2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9ZUa1Yh2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9ZUa1Yh2R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ZUa1Yh2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ZUa1Yh2R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9ZUa1Yh2R .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ZUa1Yh2R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown-item.active,
.cid-u9ZUa1Yh2R .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ZUa1Yh2R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ZUa1Yh2R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ZUa1Yh2R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9ZUa1Yh2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ZUa1Yh2R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9ZUa1Yh2R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ZUa1Yh2R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9ZUa1Yh2R .navbar {
    height: 70px;
  }
  .cid-u9ZUa1Yh2R .navbar.opened {
    height: auto;
  }
  .cid-u9ZUa1Yh2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u93WSRMwJR {
  background-image: url("../../../assets/images/istock-1189954840.webp");
}
.cid-u93WSRMwJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u93WSRMwJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u93WSRMwJR .mbr-section-title {
  color: #ffe885;
}
.cid-u93WSRMwJR .mbr-text,
.cid-u93WSRMwJR .mbr-section-btn {
  color: #ffe161;
}
.cid-u93WSRMwJR .mbr-section-title,
.cid-u93WSRMwJR .mbr-section-subtitle,
.cid-u93WSRMwJR .mbr-text {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-u93WSSY9mi {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u93WSSY9mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u93WSSY9mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u93WSSY9mi .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u93WSSY9mi .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u93WSSY9mi .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u93WSSY9mi .card {
    margin-bottom: 2rem;
  }
  .cid-u93WSSY9mi .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u93WSSY9mi .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u93WSUa0AA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-u93WSUa0AA .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-u93WSUa0AA img,
.cid-u93WSUa0AA .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u93WSUa0AA .item:focus,
.cid-u93WSUa0AA span:focus {
  outline: none;
}
.cid-u93WSUa0AA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u93WSUa0AA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .cid-u93WSUa0AA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u93WSUa0AA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u93WSUa0AA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u93WSUa0AA .mbr-section-title {
  color: #232323;
}
.cid-u93WSUa0AA .mbr-text,
.cid-u93WSUa0AA .mbr-section-btn {
  text-align: left;
}
.cid-u93WSUa0AA .item-title {
  text-align: left;
}
.cid-u93WSUa0AA .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u9j5vkcxsj {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9j5vkcxsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9j5vkcxsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9j5vkcxsj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9j5vkcxsj .row {
  flex-direction: row-reverse;
}
.cid-u9j5vkcxsj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9j5vkcxsj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9j5vkcxsj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9j5vkcxsj .mbr-section-title {
  color: #000000;
}
.cid-u9j5vkcxsj .mbr-text,
.cid-u9j5vkcxsj .mbr-section-btn {
  color: #000000;
}
.cid-u93WSW1ZPl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u93WSW1ZPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u93WSW1ZPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u93WSW1ZPl .container {
    max-width: 1400px;
  }
}
.cid-u93WSW1ZPl .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u93WSW1ZPl .row {
  justify-content: center;
}
.cid-u93WSXmRND {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u93WSXmRND .justify-content-center {
  align-items: center;
}
.cid-u93WSXmRND .mbr-fallback-image.disabled {
  display: none;
}
.cid-u93WSXmRND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u93WSXmRND .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u93WSXmRND .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u93WSXmRND .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-u93WSXmRND .content-head {
  max-width: 800px;
}
.cid-u93WSXmRND .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #243b98;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffe161;
  height: 80px;
  border-radius: 50%;
}
.cid-u93WSYyg6A {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/koch-gibt-kellnerin-teller-1100x732.jpg");
}
.cid-u93WSYyg6A .justify-content-center {
  align-items: center;
}
.cid-u93WSYyg6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u93WSYyg6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u93WSYyg6A .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u93WSYyg6A .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u93WSYyg6A .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-u93WSYyg6A .content-head {
  max-width: 800px;
}
.cid-u93WSYyg6A .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffe161;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #243b98;
  height: 80px;
  border-radius: 50%;
}
.cid-u93WSZVFVm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u93WSZVFVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u93WSZVFVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u93WSZVFVm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u93WSZVFVm .row {
  flex-direction: row-reverse;
}
.cid-u93WSZVFVm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u93WSZVFVm .text-wrapper {
    padding: 2rem;
  }
}
.cid-u93WT124cq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u93WT124cq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u93WT124cq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u93WT124cq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u93WT124cq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u93WT124cq .text-wrapper {
    padding: 2rem;
  }
}
.cid-u93WT25vRC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-u93WT25vRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u93WT25vRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u93WT25vRC .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-u93WT25vRC .item {
    margin-bottom: 4rem;
  }
}
.cid-u93WT25vRC .item:last-child .icon-box:before {
  display: none;
}
.cid-u93WT25vRC .item.last .icon-box:before {
  display: none;
}
.cid-u93WT25vRC .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u93WT25vRC .icon-box {
    margin-right: 1rem;
  }
}
.cid-u93WT25vRC .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 49px;
  left: 50%;
  top: 98%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-u93WT25vRC span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u93WT25vRC .card {
    margin-bottom: 2rem;
  }
  .cid-u93WT25vRC .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u93WT25vRC .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u93WT25vRC .icon-box::before {
    top: 114%;
  }
}
.cid-u93WT3wYUX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u93WT3wYUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u93WT3wYUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u93WT3wYUX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u93WT3wYUX .row {
  flex-direction: row-reverse;
}
.cid-u93WT3wYUX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u93WT3wYUX .text-wrapper {
    padding: 2rem;
  }
}
.cid-ukHAwofyeu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ukHAwofyeu .carousel {
    min-height: 700px;
  }
  .cid-ukHAwofyeu .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukHAwofyeu .carousel {
    min-height: 455px;
  }
  .cid-ukHAwofyeu .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ukHAwofyeu .carousel {
    min-height: 385px;
  }
  .cid-ukHAwofyeu .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-ukHAwofyeu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukHAwofyeu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukHAwofyeu .carousel,
.cid-ukHAwofyeu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ukHAwofyeu .item-wrapper {
  width: 100%;
}
.cid-ukHAwofyeu .carousel-caption {
  bottom: 40px;
}
.cid-ukHAwofyeu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukHAwofyeu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukHAwofyeu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukHAwofyeu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukHAwofyeu .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukHAwofyeu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukHAwofyeu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukHAwofyeu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukHAwofyeu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukHAwofyeu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukHAwofyeu .carousel-indicators li.active,
.cid-ukHAwofyeu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukHAwofyeu .carousel-indicators li::after,
.cid-ukHAwofyeu .carousel-indicators li::before {
  content: none;
}
.cid-ukHAwofyeu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukHAwofyeu .carousel-indicators {
    display: none !important;
  }
}
.cid-u9j98ua0Lc {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9j98ua0Lc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9j98ua0Lc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9j98ua0Lc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9j98ua0Lc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9j98ua0Lc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9j98ua0Lc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9j98ua0Lc .mbr-section-title {
  color: #000000;
}
.cid-u9j98ua0Lc .mbr-text,
.cid-u9j98ua0Lc .mbr-section-btn {
  color: #000000;
}
.cid-u93WT7j8Jz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u93WT7j8Jz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u93WT7j8Jz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u93WT7j8Jz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u93WT7j8Jz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u93WT7j8Jz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u93WT8nQtB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u93WT8nQtB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u93WT8nQtB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u93WT8nQtB .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u93WT8nQtB .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u93WT8nQtB .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u93WT8nQtB .row .foot-menu li p {
  margin: 0;
}
.cid-u93WT8nQtB .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u93WT8nQtB .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u93WT8nQtB .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u93WT8nQtB .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u93WT8nQtB .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u93WT8nQtB .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u93WT8nQtB .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u93WT8nQtB .row .row-copirayt p {
  width: 100%;
}
.cid-u9ZUa1Yh2R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9ZUa1Yh2R nav.navbar {
  position: fixed;
}
.cid-u9ZUa1Yh2R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9ZUa1Yh2R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover,
.cid-u9ZUa1Yh2R .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-u9ZUa1Yh2R .dropdown-item:hover span {
  color: white;
}
.cid-u9ZUa1Yh2R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9ZUa1Yh2R .nav-link {
  position: relative;
}
.cid-u9ZUa1Yh2R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .container {
    flex-wrap: nowrap;
  }
}
.cid-u9ZUa1Yh2R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown-menu,
.cid-u9ZUa1Yh2R .navbar.opened {
  background: #243b98 !important;
}
.cid-u9ZUa1Yh2R .nav-item:focus,
.cid-u9ZUa1Yh2R .nav-link:focus {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9ZUa1Yh2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9ZUa1Yh2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.opened {
  transition: all 0.3s;
}
.cid-u9ZUa1Yh2R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9ZUa1Yh2R .navbar .navbar-logo img {
  width: auto;
}
.cid-u9ZUa1Yh2R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar.collapsed {
  justify-content: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9ZUa1Yh2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9ZUa1Yh2R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9ZUa1Yh2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9ZUa1Yh2R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9ZUa1Yh2R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9ZUa1Yh2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9ZUa1Yh2R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9ZUa1Yh2R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9ZUa1Yh2R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9ZUa1Yh2R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9ZUa1Yh2R .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9ZUa1Yh2R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9ZUa1Yh2R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9ZUa1Yh2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9ZUa1Yh2R .dropdown-item.active,
.cid-u9ZUa1Yh2R .dropdown-item:active {
  background-color: transparent;
}
.cid-u9ZUa1Yh2R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9ZUa1Yh2R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-u9ZUa1Yh2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9ZUa1Yh2R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9ZUa1Yh2R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9ZUa1Yh2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9ZUa1Yh2R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9ZUa1Yh2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9ZUa1Yh2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9ZUa1Yh2R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9ZUa1Yh2R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9ZUa1Yh2R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9ZUa1Yh2R .navbar {
    height: 70px;
  }
  .cid-u9ZUa1Yh2R .navbar.opened {
    height: auto;
  }
  .cid-u9ZUa1Yh2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9ZRjgPL4P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u9ZRjgPL4P .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9ZRjgPL4P .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u9ZRjgPL4P .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u9ZRjgPL4P .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9ZRjgPL4P .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9ZRjgPL4P .row .foot-menu li p {
  margin: 0;
}
.cid-u9ZRjgPL4P .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u9ZRjgPL4P .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u9ZRjgPL4P .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9ZRjgPL4P .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u9ZRjgPL4P .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9ZRjgPL4P .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9ZRjgPL4P .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9ZRjgPL4P .row .row-copirayt p {
  width: 100%;
}
.cid-ua0Aqc8qKA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ua0Aqc8qKA nav.navbar {
  position: fixed;
}
.cid-ua0Aqc8qKA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua0Aqc8qKA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ua0Aqc8qKA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ua0Aqc8qKA .dropdown-item:hover,
.cid-ua0Aqc8qKA .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-ua0Aqc8qKA .dropdown-item:hover span {
  color: white;
}
.cid-ua0Aqc8qKA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ua0Aqc8qKA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ua0Aqc8qKA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ua0Aqc8qKA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ua0Aqc8qKA .nav-link {
  position: relative;
}
.cid-ua0Aqc8qKA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ua0Aqc8qKA .container {
    flex-wrap: nowrap;
  }
}
.cid-ua0Aqc8qKA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ua0Aqc8qKA .dropdown-menu,
.cid-ua0Aqc8qKA .navbar.opened {
  background: #243b98 !important;
}
.cid-ua0Aqc8qKA .nav-item:focus,
.cid-ua0Aqc8qKA .nav-link:focus {
  outline: none;
}
.cid-ua0Aqc8qKA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ua0Aqc8qKA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua0Aqc8qKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ua0Aqc8qKA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua0Aqc8qKA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ua0Aqc8qKA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ua0Aqc8qKA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-ua0Aqc8qKA .navbar.opened {
  transition: all 0.3s;
}
.cid-ua0Aqc8qKA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ua0Aqc8qKA .navbar .navbar-logo img {
  width: auto;
}
.cid-ua0Aqc8qKA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ua0Aqc8qKA .navbar.collapsed {
  justify-content: center;
}
.cid-ua0Aqc8qKA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ua0Aqc8qKA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ua0Aqc8qKA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ua0Aqc8qKA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua0Aqc8qKA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua0Aqc8qKA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ua0Aqc8qKA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua0Aqc8qKA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ua0Aqc8qKA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ua0Aqc8qKA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ua0Aqc8qKA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua0Aqc8qKA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua0Aqc8qKA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua0Aqc8qKA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ua0Aqc8qKA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ua0Aqc8qKA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua0Aqc8qKA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ua0Aqc8qKA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ua0Aqc8qKA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ua0Aqc8qKA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ua0Aqc8qKA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ua0Aqc8qKA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ua0Aqc8qKA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ua0Aqc8qKA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ua0Aqc8qKA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ua0Aqc8qKA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ua0Aqc8qKA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua0Aqc8qKA .dropdown-item.active,
.cid-ua0Aqc8qKA .dropdown-item:active {
  background-color: transparent;
}
.cid-ua0Aqc8qKA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ua0Aqc8qKA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua0Aqc8qKA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua0Aqc8qKA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-ua0Aqc8qKA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ua0Aqc8qKA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua0Aqc8qKA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ua0Aqc8qKA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ua0Aqc8qKA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ua0Aqc8qKA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua0Aqc8qKA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua0Aqc8qKA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua0Aqc8qKA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua0Aqc8qKA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua0Aqc8qKA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua0Aqc8qKA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ua0Aqc8qKA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ua0Aqc8qKA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua0Aqc8qKA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ua0Aqc8qKA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ua0Aqc8qKA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ua0Aqc8qKA .navbar {
    height: 70px;
  }
  .cid-ua0Aqc8qKA .navbar.opened {
    height: auto;
  }
  .cid-ua0Aqc8qKA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua0AqctXHY {
  background-image: url("../../../assets/images/005.webp");
}
.cid-ua0AqctXHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua0AqctXHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua0AqctXHY .mbr-section-title {
  color: #ffe885;
}
.cid-ua0AqctXHY .mbr-text,
.cid-ua0AqctXHY .mbr-section-btn {
  color: #ffe161;
}
.cid-ua0AqctXHY .mbr-section-title,
.cid-ua0AqctXHY .mbr-section-subtitle,
.cid-ua0AqctXHY .mbr-text {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-ua0AqcNsN0 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ua0AqcNsN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua0AqcNsN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua0AqcNsN0 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ua0AqcNsN0 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ua0AqcNsN0 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ua0AqcNsN0 .card {
    margin-bottom: 2rem;
  }
  .cid-ua0AqcNsN0 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ua0AqcNsN0 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ua0AqdbSPq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-ua0AqdbSPq .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ua0AqdbSPq img,
.cid-ua0AqdbSPq .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ua0AqdbSPq .item:focus,
.cid-ua0AqdbSPq span:focus {
  outline: none;
}
.cid-ua0AqdbSPq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ua0AqdbSPq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .cid-ua0AqdbSPq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ua0AqdbSPq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ua0AqdbSPq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ua0AqdbSPq .mbr-section-title {
  color: #232323;
}
.cid-ua0AqdbSPq .mbr-text,
.cid-ua0AqdbSPq .mbr-section-btn {
  text-align: left;
}
.cid-ua0AqdbSPq .item-title {
  text-align: left;
}
.cid-ua0AqdbSPq .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ua0Aqee0La {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ua0Aqee0La .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua0Aqee0La .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-ua0Aqee0La .container {
    max-width: 1400px;
  }
}
.cid-ua0Aqee0La .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ua0Aqee0La .row {
  justify-content: center;
}
.cid-ua0AqfbGpA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/koch-gibt-kellnerin-teller-1100x732.jpg");
}
.cid-ua0AqfbGpA .justify-content-center {
  align-items: center;
}
.cid-ua0AqfbGpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua0AqfbGpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua0AqfbGpA .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ua0AqfbGpA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua0AqfbGpA .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ua0AqfbGpA .content-head {
  max-width: 800px;
}
.cid-ua0AqfbGpA .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffe161;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #243b98;
  height: 80px;
  border-radius: 50%;
}
.cid-ua0Aqgto7e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua0Aqgto7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua0Aqgto7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua0Aqgto7e .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-ua0Aqgto7e .item {
    margin-bottom: 4rem;
  }
}
.cid-ua0Aqgto7e .item:last-child .icon-box:before {
  display: none;
}
.cid-ua0Aqgto7e .item.last .icon-box:before {
  display: none;
}
.cid-ua0Aqgto7e .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ua0Aqgto7e .icon-box {
    margin-right: 1rem;
  }
}
.cid-ua0Aqgto7e .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 49px;
  left: 50%;
  top: 98%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-ua0Aqgto7e span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ua0Aqgto7e .card {
    margin-bottom: 2rem;
  }
  .cid-ua0Aqgto7e .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ua0Aqgto7e .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-ua0Aqgto7e .icon-box::before {
    top: 114%;
  }
}
.cid-ua0GHJBnPa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-ua0GHJBnPa .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ua0GHJBnPa img,
.cid-ua0GHJBnPa .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ua0GHJBnPa .item:focus,
.cid-ua0GHJBnPa span:focus {
  outline: none;
}
.cid-ua0GHJBnPa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ua0GHJBnPa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ua0GHJBnPa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ua0GHJBnPa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ua0GHJBnPa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ua0GHJBnPa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ua0GHJBnPa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ua0GHJBnPa .mbr-section-title {
  color: #232323;
}
.cid-ua0GHJBnPa .mbr-text,
.cid-ua0GHJBnPa .mbr-section-btn {
  text-align: left;
}
.cid-ua0GHJBnPa .item-title {
  text-align: left;
}
.cid-ua0GHJBnPa .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ua0AqhJ3H2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ua0AqhJ3H2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua0AqhJ3H2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua0AqhJ3H2 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ua0AqhJ3H2 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ua0AqhJ3H2 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ua0Aqi4o9y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ua0Aqi4o9y .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ua0Aqi4o9y .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ua0Aqi4o9y .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ua0Aqi4o9y .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ua0Aqi4o9y .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ua0Aqi4o9y .row .foot-menu li p {
  margin: 0;
}
.cid-ua0Aqi4o9y .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ua0Aqi4o9y .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ua0Aqi4o9y .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ua0Aqi4o9y .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ua0Aqi4o9y .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ua0Aqi4o9y .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ua0Aqi4o9y .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ua0Aqi4o9y .row .row-copirayt p {
  width: 100%;
}
.cid-uakaLsoIHk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uakaLsoIHk nav.navbar {
  position: fixed;
}
.cid-uakaLsoIHk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uakaLsoIHk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uakaLsoIHk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uakaLsoIHk .dropdown-item:hover,
.cid-uakaLsoIHk .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-uakaLsoIHk .dropdown-item:hover span {
  color: white;
}
.cid-uakaLsoIHk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uakaLsoIHk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uakaLsoIHk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uakaLsoIHk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uakaLsoIHk .nav-link {
  position: relative;
}
.cid-uakaLsoIHk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uakaLsoIHk .container {
    flex-wrap: nowrap;
  }
}
.cid-uakaLsoIHk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uakaLsoIHk .dropdown-menu,
.cid-uakaLsoIHk .navbar.opened {
  background: #243b98 !important;
}
.cid-uakaLsoIHk .nav-item:focus,
.cid-uakaLsoIHk .nav-link:focus {
  outline: none;
}
.cid-uakaLsoIHk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uakaLsoIHk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uakaLsoIHk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uakaLsoIHk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uakaLsoIHk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uakaLsoIHk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uakaLsoIHk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-uakaLsoIHk .navbar.opened {
  transition: all 0.3s;
}
.cid-uakaLsoIHk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uakaLsoIHk .navbar .navbar-logo img {
  width: auto;
}
.cid-uakaLsoIHk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uakaLsoIHk .navbar.collapsed {
  justify-content: center;
}
.cid-uakaLsoIHk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uakaLsoIHk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uakaLsoIHk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uakaLsoIHk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uakaLsoIHk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uakaLsoIHk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uakaLsoIHk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uakaLsoIHk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uakaLsoIHk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uakaLsoIHk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uakaLsoIHk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uakaLsoIHk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uakaLsoIHk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uakaLsoIHk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uakaLsoIHk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uakaLsoIHk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uakaLsoIHk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uakaLsoIHk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uakaLsoIHk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uakaLsoIHk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uakaLsoIHk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uakaLsoIHk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uakaLsoIHk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uakaLsoIHk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uakaLsoIHk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uakaLsoIHk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uakaLsoIHk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uakaLsoIHk .dropdown-item.active,
.cid-uakaLsoIHk .dropdown-item:active {
  background-color: transparent;
}
.cid-uakaLsoIHk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uakaLsoIHk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uakaLsoIHk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uakaLsoIHk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-uakaLsoIHk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uakaLsoIHk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uakaLsoIHk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uakaLsoIHk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uakaLsoIHk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uakaLsoIHk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uakaLsoIHk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uakaLsoIHk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uakaLsoIHk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uakaLsoIHk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uakaLsoIHk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uakaLsoIHk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uakaLsoIHk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uakaLsoIHk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uakaLsoIHk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uakaLsoIHk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uakaLsoIHk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uakaLsoIHk .navbar {
    height: 70px;
  }
  .cid-uakaLsoIHk .navbar.opened {
    height: auto;
  }
  .cid-uakaLsoIHk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uakaLt5eGz {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/richtige-mitarbeiter-finden-2000x593.jpg");
}
.cid-uakaLt5eGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uakaLt5eGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uakaLt5eGz .mbr-section-title {
  color: #ffe885;
}
.cid-uakaLt5eGz .mbr-text,
.cid-uakaLt5eGz .mbr-section-btn {
  color: #ffe161;
}
.cid-uakaLt5eGz .mbr-section-title,
.cid-uakaLt5eGz .mbr-section-subtitle,
.cid-uakaLt5eGz .mbr-text {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-uakaLt5eGz .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-uakaLtCRE8 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uakaLtCRE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uakaLtCRE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uakaLtCRE8 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uakaLtCRE8 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uakaLtCRE8 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uakaLtCRE8 .card {
    margin-bottom: 2rem;
  }
  .cid-uakaLtCRE8 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uakaLtCRE8 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uakaLtCRE8 .card-title,
.cid-uakaLtCRE8 .card-box {
  text-align: center;
}
.cid-uakaLtCRE8 .mbr-text,
.cid-uakaLtCRE8 .mbr-section-btn {
  text-align: right;
}
.cid-uakaLueT5M {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-uakaLueT5M .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-uakaLueT5M img,
.cid-uakaLueT5M .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uakaLueT5M .item:focus,
.cid-uakaLueT5M span:focus {
  outline: none;
}
.cid-uakaLueT5M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uakaLueT5M .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .cid-uakaLueT5M .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uakaLueT5M .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uakaLueT5M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uakaLueT5M .mbr-section-title {
  color: #232323;
}
.cid-uakaLueT5M .mbr-text,
.cid-uakaLueT5M .mbr-section-btn {
  text-align: center;
}
.cid-uakaLueT5M .item-title {
  text-align: left;
}
.cid-uakaLueT5M .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uakaLvdBRo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uakaLvdBRo .container {
    max-width: 1400px;
  }
}
.cid-uakaLvdBRo .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uakaLvdBRo .card-wrapper {
  margin-top: 3rem;
}
.cid-uakaLvdBRo .row {
  justify-content: center;
}
.cid-uakaLvdBRo .card-title,
.cid-uakaLvdBRo .iconfont-wrapper {
  color: #000000;
}
.cid-uakaLvdBRo .card-text {
  color: #000000;
}
.cid-uakaLvdBRo .mbr-section-title {
  color: #000000;
}
.cid-uakaLvPglU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uakaLvPglU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uakaLvPglU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uakaLvPglU .container {
    max-width: 1400px;
  }
}
.cid-uakaLvPglU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uakaLvPglU .row {
  justify-content: center;
}
.cid-uakfnLeCAv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/professional-investor-using-calculator-and-checkin-2022-05-03-05-03-47-utc-2.webp");
}
.cid-uakfnLeCAv .justify-content-center {
  align-items: center;
}
.cid-uakfnLeCAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uakfnLeCAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uakfnLeCAv .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uakfnLeCAv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uakfnLeCAv .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uakfnLeCAv .content-head {
  max-width: 800px;
}
.cid-uakfnLeCAv .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffe885;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #243b98;
  height: 80px;
  border-radius: 50%;
}
.cid-uakaLy3iCl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uakaLy3iCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uakaLy3iCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uakaLy3iCl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uakaLy3iCl .row {
  flex-direction: row-reverse;
}
.cid-uakaLy3iCl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uakaLy3iCl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uakgle51YZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uakgle51YZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uakgle51YZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uakgle51YZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-uakgle51YZ .item {
    margin-bottom: 4rem;
  }
}
.cid-uakgle51YZ .item:last-child .icon-box:before {
  display: none;
}
.cid-uakgle51YZ .item.last .icon-box:before {
  display: none;
}
.cid-uakgle51YZ .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uakgle51YZ .icon-box {
    margin-right: 1rem;
  }
}
.cid-uakgle51YZ .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 133%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-uakgle51YZ span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uakgle51YZ .card {
    margin-bottom: 2rem;
  }
  .cid-uakgle51YZ .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uakgle51YZ .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uakgle51YZ .icon-box::before {
    top: 114%;
  }
}
.cid-uakaLBXkNL {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uakaLBXkNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uakaLBXkNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uakaLBXkNL ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uakaLBXkNL li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uakaLBXkNL ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uakaLCwENU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uakaLCwENU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uakaLCwENU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uakaLCwENU .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uakaLCwENU .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uakaLCwENU .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uakaLCwENU .row .foot-menu li p {
  margin: 0;
}
.cid-uakaLCwENU .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uakaLCwENU .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uakaLCwENU .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uakaLCwENU .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uakaLCwENU .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uakaLCwENU .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uakaLCwENU .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uakaLCwENU .row .row-copirayt p {
  width: 100%;
}
.cid-ubkqAhsQud {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubkqAhsQud nav.navbar {
  position: fixed;
}
.cid-ubkqAhsQud .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubkqAhsQud .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubkqAhsQud .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubkqAhsQud .dropdown-item:hover,
.cid-ubkqAhsQud .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-ubkqAhsQud .dropdown-item:hover span {
  color: white;
}
.cid-ubkqAhsQud .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubkqAhsQud .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubkqAhsQud .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubkqAhsQud .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubkqAhsQud .nav-link {
  position: relative;
}
.cid-ubkqAhsQud .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubkqAhsQud .container {
    flex-wrap: nowrap;
  }
}
.cid-ubkqAhsQud .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubkqAhsQud .dropdown-menu,
.cid-ubkqAhsQud .navbar.opened {
  background: #243b98 !important;
}
.cid-ubkqAhsQud .nav-item:focus,
.cid-ubkqAhsQud .nav-link:focus {
  outline: none;
}
.cid-ubkqAhsQud .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubkqAhsQud .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubkqAhsQud .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubkqAhsQud .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubkqAhsQud .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubkqAhsQud .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubkqAhsQud .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-ubkqAhsQud .navbar.opened {
  transition: all 0.3s;
}
.cid-ubkqAhsQud .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubkqAhsQud .navbar .navbar-logo img {
  width: auto;
}
.cid-ubkqAhsQud .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubkqAhsQud .navbar.collapsed {
  justify-content: center;
}
.cid-ubkqAhsQud .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubkqAhsQud .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubkqAhsQud .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubkqAhsQud .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubkqAhsQud .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubkqAhsQud .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubkqAhsQud .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubkqAhsQud .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubkqAhsQud .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubkqAhsQud .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubkqAhsQud .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubkqAhsQud .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubkqAhsQud .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubkqAhsQud .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubkqAhsQud .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubkqAhsQud .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubkqAhsQud .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubkqAhsQud .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubkqAhsQud .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubkqAhsQud .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubkqAhsQud .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubkqAhsQud .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubkqAhsQud .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubkqAhsQud .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubkqAhsQud .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubkqAhsQud .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubkqAhsQud .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubkqAhsQud .dropdown-item.active,
.cid-ubkqAhsQud .dropdown-item:active {
  background-color: transparent;
}
.cid-ubkqAhsQud .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubkqAhsQud .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubkqAhsQud .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubkqAhsQud .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-ubkqAhsQud .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubkqAhsQud .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubkqAhsQud ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubkqAhsQud .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubkqAhsQud button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubkqAhsQud button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubkqAhsQud button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubkqAhsQud button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubkqAhsQud button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubkqAhsQud button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubkqAhsQud nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubkqAhsQud nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubkqAhsQud nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubkqAhsQud nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubkqAhsQud .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubkqAhsQud a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubkqAhsQud .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubkqAhsQud .navbar {
    height: 70px;
  }
  .cid-ubkqAhsQud .navbar.opened {
    height: auto;
  }
  .cid-ubkqAhsQud .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubkqAjfLKR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/608a8ebd8e3a68.73237243-1200x675.jpg");
}
.cid-ubkqAjfLKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkqAjfLKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkqAjfLKR .mbr-section-title {
  color: black;
}
.cid-ubkqAjfLKR .mbr-text,
.cid-ubkqAjfLKR .mbr-section-btn {
  color: black;
}
.cid-ubkqAjfLKR .mbr-section-title,
.cid-ubkqAjfLKR .mbr-section-subtitle,
.cid-ubkqAjfLKR .mbr-text {
  text-shadow: 20px -17px 20px white, 20px 19px 20px white, -20px 19px 20px white, -20px -16px 20px white;
}
.cid-ubkqAjNruz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ubkqAjNruz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkqAjNruz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkqAjNruz .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ubkqAjNruz .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ubkqAjNruz .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ubkqAjNruz .card {
    margin-bottom: 2rem;
  }
  .cid-ubkqAjNruz .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ubkqAjNruz .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubkqAjNruz .card-title,
.cid-ubkqAjNruz .card-box {
  text-align: center;
}
.cid-ubkqAjNruz .mbr-text,
.cid-ubkqAjNruz .mbr-section-btn {
  text-align: right;
}
.cid-ubkqAkk3Ab {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-ubkqAkk3Ab .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ubkqAkk3Ab img,
.cid-ubkqAkk3Ab .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ubkqAkk3Ab .item:focus,
.cid-ubkqAkk3Ab span:focus {
  outline: none;
}
.cid-ubkqAkk3Ab .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubkqAkk3Ab .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .cid-ubkqAkk3Ab .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubkqAkk3Ab .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubkqAkk3Ab .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubkqAkk3Ab .mbr-section-title {
  color: #232323;
}
.cid-ubkqAkk3Ab .mbr-text,
.cid-ubkqAkk3Ab .mbr-section-btn {
  text-align: center;
}
.cid-ubkqAkk3Ab .item-title {
  text-align: left;
}
.cid-ubkqAkk3Ab .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ubkqAlD4VJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-ubkqAlD4VJ .container {
    max-width: 1400px;
  }
}
.cid-ubkqAlD4VJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-ubkqAlD4VJ .card-wrapper {
  margin-top: 3rem;
}
.cid-ubkqAlD4VJ .row {
  justify-content: center;
}
.cid-ubkqAlD4VJ .card-title,
.cid-ubkqAlD4VJ .iconfont-wrapper {
  color: #000000;
}
.cid-ubkqAlD4VJ .card-text {
  color: #000000;
}
.cid-ubkqAlD4VJ .mbr-section-title {
  color: #000000;
}
.cid-ubw9u47L15 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-ubw9u47L15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubw9u47L15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubw9o3kXEh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-ubw9o3kXEh .justify-content-center {
  align-items: center;
}
.cid-ubw9o3kXEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubw9o3kXEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubw9o3kXEh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ubw9o3kXEh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubw9o3kXEh .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ubw9o3kXEh .content-head {
  max-width: 800px;
}
.cid-ubw9o3kXEh .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffe161;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #243b98;
  height: 80px;
  border-radius: 50%;
}
.cid-ubkqAnRUHU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubkqAnRUHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkqAnRUHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubkqAnRUHU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubkqAnRUHU .row {
  flex-direction: row-reverse;
}
.cid-ubkqAnRUHU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubkqAnRUHU .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubkqAohMcq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubkqAohMcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkqAohMcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubkqAohMcq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubkqAohMcq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubkqAohMcq .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubkqAq6ouB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubkqAq6ouB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkqAq6ouB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkqAq6ouB .timeline-element {
  position: relative;
}
.cid-ubkqAq6ouB .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubkqAq6ouB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubkqAq6ouB .mbr-section-title,
.cid-ubkqAq6ouB .mbr-section-subtitle,
.cid-ubkqAq6ouB .timeline-date {
  text-align: center;
}
.cid-ubkqAq6ouB .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #243b98;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ubkqAq6ouB .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-ubkqAq6ouB .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-ubkqAq6ouB .row:after {
  content: "";
  position: absolute;
  background-color: #243b98;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-ubkqAq6ouB .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ubkqAq6ouB .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubkqAq6ouB .timeline-date-wrapper,
  .cid-ubkqAq6ouB .timeline-text-wrapper,
  .cid-ubkqAq6ouB .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ubkqAq6ouB .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-ubkqAq6ouB .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubkqAq6ouB .timeline-date-wrapper,
  .cid-ubkqAq6ouB .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubkqAq6ouB .timeline-date-wrapper,
  .cid-ubkqAq6ouB .timeline-text-wrapper,
  .cid-ubkqAq6ouB .image-wrapper {
    padding: 2rem;
  }
}
.cid-ubkqArM3AS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-ubkqArM3AS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubkqArM3AS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubkqArM3AS ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ubkqArM3AS li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ubkqArM3AS ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ubkqAsmZel {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ubkqAsmZel .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubkqAsmZel .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ubkqAsmZel .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ubkqAsmZel .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubkqAsmZel .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubkqAsmZel .row .foot-menu li p {
  margin: 0;
}
.cid-ubkqAsmZel .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ubkqAsmZel .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ubkqAsmZel .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ubkqAsmZel .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ubkqAsmZel .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubkqAsmZel .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubkqAsmZel .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ubkqAsmZel .row .row-copirayt p {
  width: 100%;
}
.cid-ubwa4cfk37 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubwa4cfk37 nav.navbar {
  position: fixed;
}
.cid-ubwa4cfk37 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubwa4cfk37 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubwa4cfk37 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubwa4cfk37 .dropdown-item:hover,
.cid-ubwa4cfk37 .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-ubwa4cfk37 .dropdown-item:hover span {
  color: white;
}
.cid-ubwa4cfk37 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubwa4cfk37 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubwa4cfk37 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubwa4cfk37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubwa4cfk37 .nav-link {
  position: relative;
}
.cid-ubwa4cfk37 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubwa4cfk37 .container {
    flex-wrap: nowrap;
  }
}
.cid-ubwa4cfk37 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubwa4cfk37 .dropdown-menu,
.cid-ubwa4cfk37 .navbar.opened {
  background: #243b98 !important;
}
.cid-ubwa4cfk37 .nav-item:focus,
.cid-ubwa4cfk37 .nav-link:focus {
  outline: none;
}
.cid-ubwa4cfk37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubwa4cfk37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubwa4cfk37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubwa4cfk37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubwa4cfk37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubwa4cfk37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubwa4cfk37 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-ubwa4cfk37 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubwa4cfk37 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubwa4cfk37 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubwa4cfk37 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubwa4cfk37 .navbar.collapsed {
  justify-content: center;
}
.cid-ubwa4cfk37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubwa4cfk37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubwa4cfk37 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubwa4cfk37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubwa4cfk37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubwa4cfk37 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubwa4cfk37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubwa4cfk37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubwa4cfk37 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubwa4cfk37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubwa4cfk37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubwa4cfk37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubwa4cfk37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubwa4cfk37 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubwa4cfk37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubwa4cfk37 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubwa4cfk37 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubwa4cfk37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubwa4cfk37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubwa4cfk37 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubwa4cfk37 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubwa4cfk37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubwa4cfk37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubwa4cfk37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubwa4cfk37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubwa4cfk37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubwa4cfk37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubwa4cfk37 .dropdown-item.active,
.cid-ubwa4cfk37 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubwa4cfk37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubwa4cfk37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubwa4cfk37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubwa4cfk37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-ubwa4cfk37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubwa4cfk37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubwa4cfk37 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubwa4cfk37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubwa4cfk37 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubwa4cfk37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubwa4cfk37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubwa4cfk37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubwa4cfk37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubwa4cfk37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubwa4cfk37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubwa4cfk37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubwa4cfk37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubwa4cfk37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubwa4cfk37 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubwa4cfk37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubwa4cfk37 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubwa4cfk37 .navbar {
    height: 70px;
  }
  .cid-ubwa4cfk37 .navbar.opened {
    height: auto;
  }
  .cid-ubwa4cfk37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubwa4cD7Dc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/005-1100x733.png");
}
.cid-ubwa4cD7Dc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwa4cD7Dc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwa4cD7Dc .mbr-section-title {
  color: black;
}
.cid-ubwa4cD7Dc .mbr-text,
.cid-ubwa4cD7Dc .mbr-section-btn {
  color: black;
}
.cid-ubwa4cD7Dc .mbr-section-title,
.cid-ubwa4cD7Dc .mbr-section-subtitle,
.cid-ubwa4cD7Dc .mbr-text {
  text-shadow: 20px -17px 20px white, 20px 19px 20px white, -20px 19px 20px white, -20px -16px 20px white;
}
.cid-ubwa4d0Qv1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ubwa4d0Qv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwa4d0Qv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwa4d0Qv1 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ubwa4d0Qv1 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ubwa4d0Qv1 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ubwa4d0Qv1 .card {
    margin-bottom: 2rem;
  }
  .cid-ubwa4d0Qv1 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ubwa4d0Qv1 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubwa4d0Qv1 .card-title,
.cid-ubwa4d0Qv1 .card-box {
  text-align: center;
}
.cid-ubwa4d0Qv1 .mbr-text,
.cid-ubwa4d0Qv1 .mbr-section-btn {
  text-align: right;
}
.cid-ubwa4do6Qg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-ubwa4do6Qg .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ubwa4do6Qg img,
.cid-ubwa4do6Qg .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ubwa4do6Qg .item:focus,
.cid-ubwa4do6Qg span:focus {
  outline: none;
}
.cid-ubwa4do6Qg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubwa4do6Qg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .cid-ubwa4do6Qg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubwa4do6Qg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubwa4do6Qg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubwa4do6Qg .mbr-section-title {
  color: #232323;
}
.cid-ubwa4do6Qg .mbr-text,
.cid-ubwa4do6Qg .mbr-section-btn {
  text-align: center;
}
.cid-ubwa4do6Qg .item-title {
  text-align: left;
}
.cid-ubwa4do6Qg .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ubwa4elzzP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-ubwa4elzzP .container {
    max-width: 1400px;
  }
}
.cid-ubwa4elzzP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-ubwa4elzzP .card-wrapper {
  margin-top: 3rem;
}
.cid-ubwa4elzzP .row {
  justify-content: center;
}
.cid-ubwa4elzzP .card-title,
.cid-ubwa4elzzP .iconfont-wrapper {
  color: #000000;
}
.cid-ubwa4elzzP .card-text {
  color: #000000;
}
.cid-ubwa4elzzP .mbr-section-title {
  color: #000000;
}
.cid-ubwa4eQEFI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ubwa4eQEFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwa4eQEFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-ubwa4eQEFI .container {
    max-width: 1400px;
  }
}
.cid-ubwa4eQEFI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ubwa4eQEFI .row {
  justify-content: center;
}
.cid-uhu8lzc4UF {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/professional-investor-using-calculator-and-checkin-2022-05-03-05-03-47-utc-2.webp");
}
.cid-uhu8lzc4UF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhu8lzc4UF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhu8lzc4UF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uhu8lzc4UF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uhu8lzc4UF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ubwa4ghkFD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubwa4ghkFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwa4ghkFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubwa4ghkFD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubwa4ghkFD .row {
  flex-direction: row-reverse;
}
.cid-ubwa4ghkFD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubwa4ghkFD .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubwa4gIOrX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubwa4gIOrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwa4gIOrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubwa4gIOrX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubwa4gIOrX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubwa4gIOrX .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubwa4i5Le1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubwa4i5Le1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwa4i5Le1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwa4i5Le1 .timeline-element {
  position: relative;
}
.cid-ubwa4i5Le1 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubwa4i5Le1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubwa4i5Le1 .mbr-section-title,
.cid-ubwa4i5Le1 .mbr-section-subtitle,
.cid-ubwa4i5Le1 .timeline-date {
  text-align: center;
}
.cid-ubwa4i5Le1 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #243b98;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ubwa4i5Le1 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-ubwa4i5Le1 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-ubwa4i5Le1 .row:after {
  content: "";
  position: absolute;
  background-color: #243b98;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-ubwa4i5Le1 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ubwa4i5Le1 .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubwa4i5Le1 .timeline-date-wrapper,
  .cid-ubwa4i5Le1 .timeline-text-wrapper,
  .cid-ubwa4i5Le1 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ubwa4i5Le1 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-ubwa4i5Le1 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubwa4i5Le1 .timeline-date-wrapper,
  .cid-ubwa4i5Le1 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubwa4i5Le1 .timeline-date-wrapper,
  .cid-ubwa4i5Le1 .timeline-text-wrapper,
  .cid-ubwa4i5Le1 .image-wrapper {
    padding: 2rem;
  }
}
.cid-ubwa4jg7sO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubwa4jg7sO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwa4jg7sO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwa4jg7sO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ubwa4jg7sO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ubwa4jg7sO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ubwa4jJDUa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ubwa4jJDUa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubwa4jJDUa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ubwa4jJDUa .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ubwa4jJDUa .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubwa4jJDUa .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubwa4jJDUa .row .foot-menu li p {
  margin: 0;
}
.cid-ubwa4jJDUa .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ubwa4jJDUa .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ubwa4jJDUa .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ubwa4jJDUa .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ubwa4jJDUa .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubwa4jJDUa .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubwa4jJDUa .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ubwa4jJDUa .row .row-copirayt p {
  width: 100%;
}
.cid-ubVW3AYGvr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubVW3AYGvr nav.navbar {
  position: fixed;
}
.cid-ubVW3AYGvr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubVW3AYGvr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubVW3AYGvr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubVW3AYGvr .dropdown-item:hover,
.cid-ubVW3AYGvr .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-ubVW3AYGvr .dropdown-item:hover span {
  color: white;
}
.cid-ubVW3AYGvr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubVW3AYGvr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubVW3AYGvr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubVW3AYGvr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubVW3AYGvr .nav-link {
  position: relative;
}
.cid-ubVW3AYGvr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubVW3AYGvr .container {
    flex-wrap: nowrap;
  }
}
.cid-ubVW3AYGvr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubVW3AYGvr .dropdown-menu,
.cid-ubVW3AYGvr .navbar.opened {
  background: #243b98 !important;
}
.cid-ubVW3AYGvr .nav-item:focus,
.cid-ubVW3AYGvr .nav-link:focus {
  outline: none;
}
.cid-ubVW3AYGvr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubVW3AYGvr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubVW3AYGvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubVW3AYGvr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubVW3AYGvr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubVW3AYGvr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubVW3AYGvr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-ubVW3AYGvr .navbar.opened {
  transition: all 0.3s;
}
.cid-ubVW3AYGvr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubVW3AYGvr .navbar .navbar-logo img {
  width: auto;
}
.cid-ubVW3AYGvr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubVW3AYGvr .navbar.collapsed {
  justify-content: center;
}
.cid-ubVW3AYGvr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubVW3AYGvr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubVW3AYGvr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubVW3AYGvr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubVW3AYGvr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubVW3AYGvr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubVW3AYGvr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubVW3AYGvr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubVW3AYGvr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubVW3AYGvr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubVW3AYGvr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubVW3AYGvr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubVW3AYGvr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubVW3AYGvr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubVW3AYGvr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubVW3AYGvr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubVW3AYGvr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubVW3AYGvr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubVW3AYGvr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubVW3AYGvr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubVW3AYGvr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubVW3AYGvr .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubVW3AYGvr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubVW3AYGvr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubVW3AYGvr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubVW3AYGvr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubVW3AYGvr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubVW3AYGvr .dropdown-item.active,
.cid-ubVW3AYGvr .dropdown-item:active {
  background-color: transparent;
}
.cid-ubVW3AYGvr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubVW3AYGvr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubVW3AYGvr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubVW3AYGvr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-ubVW3AYGvr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubVW3AYGvr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubVW3AYGvr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubVW3AYGvr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubVW3AYGvr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubVW3AYGvr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubVW3AYGvr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubVW3AYGvr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubVW3AYGvr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubVW3AYGvr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubVW3AYGvr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubVW3AYGvr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubVW3AYGvr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubVW3AYGvr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubVW3AYGvr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubVW3AYGvr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubVW3AYGvr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubVW3AYGvr .navbar {
    height: 70px;
  }
  .cid-ubVW3AYGvr .navbar.opened {
    height: auto;
  }
  .cid-ubVW3AYGvr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubVW3DuXsW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fotosie1-2-1600x881.png");
}
.cid-ubVW3DuXsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVW3DuXsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubVW3DuXsW .mbr-section-title {
  color: #ffe885;
}
.cid-ubVW3DuXsW .mbr-text,
.cid-ubVW3DuXsW .mbr-section-btn {
  color: #ffe161;
}
.cid-ubVW3DuXsW .mbr-section-title,
.cid-ubVW3DuXsW .mbr-section-subtitle,
.cid-ubVW3DuXsW .mbr-text {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-ubVW3DuXsW .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-ubVW3E44S1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ubVW3E44S1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVW3E44S1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubVW3E44S1 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ubVW3E44S1 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ubVW3E44S1 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ubVW3E44S1 .card {
    margin-bottom: 2rem;
  }
  .cid-ubVW3E44S1 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ubVW3E44S1 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubVW3E44S1 .card-title,
.cid-ubVW3E44S1 .card-box {
  text-align: center;
}
.cid-ubVW3E44S1 .mbr-text,
.cid-ubVW3E44S1 .mbr-section-btn {
  text-align: right;
}
.cid-ubVW3EF5xl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-ubVW3EF5xl .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ubVW3EF5xl img,
.cid-ubVW3EF5xl .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ubVW3EF5xl .item:focus,
.cid-ubVW3EF5xl span:focus {
  outline: none;
}
.cid-ubVW3EF5xl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubVW3EF5xl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .cid-ubVW3EF5xl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubVW3EF5xl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubVW3EF5xl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubVW3EF5xl .mbr-section-title {
  color: #232323;
}
.cid-ubVW3EF5xl .mbr-text,
.cid-ubVW3EF5xl .mbr-section-btn {
  text-align: center;
}
.cid-ubVW3EF5xl .item-title {
  text-align: left;
}
.cid-ubVW3EF5xl .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ubVYnND6Jn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubVYnND6Jn .justify-content-center {
  align-items: center;
}
.cid-ubVYnND6Jn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVYnND6Jn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubVYnND6Jn .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ubVYnND6Jn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubVYnND6Jn .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ubVYnND6Jn .content-head {
  max-width: 800px;
}
.cid-ubVYnND6Jn .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffe161;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #243b98;
  height: 80px;
  border-radius: 50%;
}
.cid-ubW0qXefNp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubW0qXefNp .row {
  flex-direction: row-reverse;
}
.cid-ubW0qXefNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubW0qXefNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubW0qXefNp .mbr-description {
  text-align: left;
}
.cid-ubW0qXefNp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ubW0qXefNp .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubW0qXefNp .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ubW0qXefNp .card-title,
.cid-ubW0qXefNp .iconfont-wrapper {
  color: #000000;
}
.cid-ubW0qXefNp .card-text {
  color: #000000;
}
.cid-ubW0qXefNp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ubW0qXefNp .mbr-text,
.cid-ubW0qXefNp .mbr-section-btn {
  text-align: center;
}
.cid-ubW0qXefNp .card-text,
.cid-ubW0qXefNp .item .mbr-section-btn {
  text-align: left;
}
.cid-ubW0qXefNp .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ubW0qXefNp .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ubW0qXefNp .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ubW0qXefNp .mbr-text UL {
  text-align: left;
}
.cid-ubVW3IoHtK {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/professional-investor-using-calculator-and-checkin-2022-05-03-05-03-47-utc-2.webp");
}
.cid-ubVW3IoHtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVW3IoHtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubVW3IoHtK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ubVW3IoHtK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ubVW3IoHtK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ubVW3IULyj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubVW3IULyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVW3IULyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubVW3IULyj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubVW3IULyj .row {
  flex-direction: row-reverse;
}
.cid-ubVW3IULyj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubVW3IULyj .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubVW3Jndqt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubVW3Jndqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVW3Jndqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubVW3Jndqt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubVW3Jndqt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubVW3Jndqt .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubVW3LlRAt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubVW3LlRAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVW3LlRAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubVW3LlRAt .timeline-element {
  position: relative;
}
.cid-ubVW3LlRAt .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubVW3LlRAt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubVW3LlRAt .mbr-section-title,
.cid-ubVW3LlRAt .mbr-section-subtitle,
.cid-ubVW3LlRAt .timeline-date {
  text-align: center;
}
.cid-ubVW3LlRAt .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #243b98;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ubVW3LlRAt .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-ubVW3LlRAt .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-ubVW3LlRAt .row:after {
  content: "";
  position: absolute;
  background-color: #243b98;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-ubVW3LlRAt .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ubVW3LlRAt .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubVW3LlRAt .timeline-date-wrapper,
  .cid-ubVW3LlRAt .timeline-text-wrapper,
  .cid-ubVW3LlRAt .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ubVW3LlRAt .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-ubVW3LlRAt .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubVW3LlRAt .timeline-date-wrapper,
  .cid-ubVW3LlRAt .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubVW3LlRAt .timeline-date-wrapper,
  .cid-ubVW3LlRAt .timeline-text-wrapper,
  .cid-ubVW3LlRAt .image-wrapper {
    padding: 2rem;
  }
}
.cid-ulgTozMDAe {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ulgTozMDAe .carousel {
    min-height: 700px;
  }
  .cid-ulgTozMDAe .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulgTozMDAe .carousel {
    min-height: 455px;
  }
  .cid-ulgTozMDAe .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-ulgTozMDAe .carousel {
    min-height: 385px;
  }
  .cid-ulgTozMDAe .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-ulgTozMDAe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ulgTozMDAe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ulgTozMDAe .carousel,
.cid-ulgTozMDAe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ulgTozMDAe .item-wrapper {
  width: 100%;
}
.cid-ulgTozMDAe .carousel-caption {
  bottom: 40px;
}
.cid-ulgTozMDAe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ulgTozMDAe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ulgTozMDAe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ulgTozMDAe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ulgTozMDAe .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ulgTozMDAe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulgTozMDAe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulgTozMDAe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulgTozMDAe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ulgTozMDAe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ulgTozMDAe .carousel-indicators li.active,
.cid-ulgTozMDAe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ulgTozMDAe .carousel-indicators li::after,
.cid-ulgTozMDAe .carousel-indicators li::before {
  content: none;
}
.cid-ulgTozMDAe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ulgTozMDAe .carousel-indicators {
    display: none !important;
  }
}
.cid-ubVW3MtdTs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubVW3MtdTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVW3MtdTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubVW3MtdTs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubVW3MtdTs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubVW3MtdTs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubVW3MtdTs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubVW3MtdTs .mbr-section-title {
  color: #000000;
}
.cid-ubVW3MtdTs .mbr-text,
.cid-ubVW3MtdTs .mbr-section-btn {
  color: #000000;
}
.cid-ubVW3NtJJM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubVW3NtJJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubVW3NtJJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubVW3NtJJM ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ubVW3NtJJM li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ubVW3NtJJM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ubVW3NWJXr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ubVW3NWJXr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubVW3NWJXr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ubVW3NWJXr .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ubVW3NWJXr .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubVW3NWJXr .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubVW3NWJXr .row .foot-menu li p {
  margin: 0;
}
.cid-ubVW3NWJXr .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ubVW3NWJXr .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ubVW3NWJXr .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ubVW3NWJXr .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ubVW3NWJXr .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubVW3NWJXr .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubVW3NWJXr .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ubVW3NWJXr .row .row-copirayt p {
  width: 100%;
}
.cid-ubWm9KvWQa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubWm9KvWQa nav.navbar {
  position: fixed;
}
.cid-ubWm9KvWQa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubWm9KvWQa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubWm9KvWQa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubWm9KvWQa .dropdown-item:hover,
.cid-ubWm9KvWQa .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-ubWm9KvWQa .dropdown-item:hover span {
  color: white;
}
.cid-ubWm9KvWQa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubWm9KvWQa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubWm9KvWQa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubWm9KvWQa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubWm9KvWQa .nav-link {
  position: relative;
}
.cid-ubWm9KvWQa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubWm9KvWQa .container {
    flex-wrap: nowrap;
  }
}
.cid-ubWm9KvWQa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubWm9KvWQa .dropdown-menu,
.cid-ubWm9KvWQa .navbar.opened {
  background: #243b98 !important;
}
.cid-ubWm9KvWQa .nav-item:focus,
.cid-ubWm9KvWQa .nav-link:focus {
  outline: none;
}
.cid-ubWm9KvWQa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubWm9KvWQa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubWm9KvWQa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubWm9KvWQa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubWm9KvWQa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubWm9KvWQa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubWm9KvWQa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-ubWm9KvWQa .navbar.opened {
  transition: all 0.3s;
}
.cid-ubWm9KvWQa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubWm9KvWQa .navbar .navbar-logo img {
  width: auto;
}
.cid-ubWm9KvWQa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubWm9KvWQa .navbar.collapsed {
  justify-content: center;
}
.cid-ubWm9KvWQa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubWm9KvWQa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubWm9KvWQa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubWm9KvWQa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubWm9KvWQa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubWm9KvWQa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubWm9KvWQa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubWm9KvWQa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubWm9KvWQa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubWm9KvWQa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubWm9KvWQa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubWm9KvWQa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubWm9KvWQa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubWm9KvWQa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubWm9KvWQa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubWm9KvWQa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubWm9KvWQa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubWm9KvWQa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubWm9KvWQa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubWm9KvWQa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubWm9KvWQa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubWm9KvWQa .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubWm9KvWQa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubWm9KvWQa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubWm9KvWQa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubWm9KvWQa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubWm9KvWQa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubWm9KvWQa .dropdown-item.active,
.cid-ubWm9KvWQa .dropdown-item:active {
  background-color: transparent;
}
.cid-ubWm9KvWQa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubWm9KvWQa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubWm9KvWQa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubWm9KvWQa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-ubWm9KvWQa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubWm9KvWQa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubWm9KvWQa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubWm9KvWQa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubWm9KvWQa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubWm9KvWQa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubWm9KvWQa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubWm9KvWQa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubWm9KvWQa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubWm9KvWQa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubWm9KvWQa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubWm9KvWQa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubWm9KvWQa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubWm9KvWQa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubWm9KvWQa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubWm9KvWQa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubWm9KvWQa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubWm9KvWQa .navbar {
    height: 70px;
  }
  .cid-ubWm9KvWQa .navbar.opened {
    height: auto;
  }
  .cid-ubWm9KvWQa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubWm9KUYQQ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background4-2.jpeg");
}
.cid-ubWm9KUYQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm9KUYQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubWm9LgO9b {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ubWm9LgO9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm9LgO9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubWm9LgO9b .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ubWm9LgO9b .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ubWm9LgO9b .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ubWm9LgO9b .card {
    margin-bottom: 2rem;
  }
  .cid-ubWm9LgO9b .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ubWm9LgO9b .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubWm9LgO9b .card-title,
.cid-ubWm9LgO9b .card-box {
  text-align: center;
}
.cid-ubWm9LgO9b .mbr-text,
.cid-ubWm9LgO9b .mbr-section-btn {
  text-align: right;
}
.cid-ubWm9LDVk1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-ubWm9LDVk1 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ubWm9LDVk1 img,
.cid-ubWm9LDVk1 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ubWm9LDVk1 .item:focus,
.cid-ubWm9LDVk1 span:focus {
  outline: none;
}
.cid-ubWm9LDVk1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubWm9LDVk1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .cid-ubWm9LDVk1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubWm9LDVk1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubWm9LDVk1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubWm9LDVk1 .mbr-section-title {
  color: #232323;
}
.cid-ubWm9LDVk1 .mbr-text,
.cid-ubWm9LDVk1 .mbr-section-btn {
  text-align: center;
}
.cid-ubWm9LDVk1 .item-title {
  text-align: left;
}
.cid-ubWm9LDVk1 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ubWm9MfmNs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubWm9MfmNs .justify-content-center {
  align-items: center;
}
.cid-ubWm9MfmNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm9MfmNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubWm9MfmNs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ubWm9MfmNs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubWm9MfmNs .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ubWm9MfmNs .content-head {
  max-width: 800px;
}
.cid-ubWm9MfmNs .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffe161;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #243b98;
  height: 80px;
  border-radius: 50%;
}
.cid-ubWm9MPCUs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubWm9MPCUs .row {
  flex-direction: row-reverse;
}
.cid-ubWm9MPCUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm9MPCUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubWm9MPCUs .mbr-description {
  text-align: left;
}
.cid-ubWm9MPCUs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ubWm9MPCUs .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubWm9MPCUs .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ubWm9MPCUs .card-title,
.cid-ubWm9MPCUs .iconfont-wrapper {
  color: #000000;
}
.cid-ubWm9MPCUs .card-text {
  color: #000000;
}
.cid-ubWm9MPCUs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ubWm9MPCUs .mbr-text,
.cid-ubWm9MPCUs .mbr-section-btn {
  text-align: center;
}
.cid-ubWm9MPCUs .card-text,
.cid-ubWm9MPCUs .item .mbr-section-btn {
  text-align: left;
}
.cid-ubWm9MPCUs .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ubWm9MPCUs .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ubWm9MPCUs .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ubWm9MPCUs .mbr-text UL {
  text-align: left;
}
.cid-ubWm9NbN8Z {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/professional-investor-using-calculator-and-checkin-2022-05-03-05-03-47-utc-2.webp");
}
.cid-ubWm9NbN8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm9NbN8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubWm9NbN8Z ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ubWm9NbN8Z li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ubWm9NbN8Z ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ubWm9Nyy17 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubWm9Nyy17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm9Nyy17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubWm9Nyy17 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubWm9Nyy17 .row {
  flex-direction: row-reverse;
}
.cid-ubWm9Nyy17 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubWm9Nyy17 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubWm9NTSsv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ubWm9NTSsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm9NTSsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubWm9NTSsv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubWm9NTSsv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubWm9NTSsv .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubWm9Oj4ls {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubWm9Oj4ls .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm9Oj4ls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubWm9Oj4ls .timeline-element {
  position: relative;
}
.cid-ubWm9Oj4ls .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubWm9Oj4ls .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubWm9Oj4ls .mbr-section-title,
.cid-ubWm9Oj4ls .mbr-section-subtitle,
.cid-ubWm9Oj4ls .timeline-date {
  text-align: center;
}
.cid-ubWm9Oj4ls .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #243b98;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ubWm9Oj4ls .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-ubWm9Oj4ls .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-ubWm9Oj4ls .row:after {
  content: "";
  position: absolute;
  background-color: #243b98;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-ubWm9Oj4ls .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ubWm9Oj4ls .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubWm9Oj4ls .timeline-date-wrapper,
  .cid-ubWm9Oj4ls .timeline-text-wrapper,
  .cid-ubWm9Oj4ls .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ubWm9Oj4ls .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-ubWm9Oj4ls .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubWm9Oj4ls .timeline-date-wrapper,
  .cid-ubWm9Oj4ls .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubWm9Oj4ls .timeline-date-wrapper,
  .cid-ubWm9Oj4ls .timeline-text-wrapper,
  .cid-ubWm9Oj4ls .image-wrapper {
    padding: 2rem;
  }
}
.cid-ubWm9OZ8oO {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubWm9OZ8oO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm9OZ8oO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubWm9OZ8oO .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ubWm9OZ8oO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubWm9OZ8oO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubWm9OZ8oO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubWm9OZ8oO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubWm9OZ8oO .mbr-section-title {
  color: #000000;
}
.cid-ubWm9OZ8oO .mbr-text,
.cid-ubWm9OZ8oO .mbr-section-btn {
  color: #000000;
}
.cid-ubWm9Pm8TC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubWm9Pm8TC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm9Pm8TC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubWm9Pm8TC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubWm9Pm8TC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubWm9Pm8TC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubWm9Pm8TC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubWm9Pm8TC .mbr-section-title {
  color: #000000;
}
.cid-ubWm9Pm8TC .mbr-text,
.cid-ubWm9Pm8TC .mbr-section-btn {
  color: #000000;
}
.cid-ubWm9PNvqu {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubWm9PNvqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm9PNvqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubWm9PNvqu ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ubWm9PNvqu li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ubWm9PNvqu ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ubWm9Q9bvo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ubWm9Q9bvo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubWm9Q9bvo .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ubWm9Q9bvo .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ubWm9Q9bvo .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubWm9Q9bvo .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubWm9Q9bvo .row .foot-menu li p {
  margin: 0;
}
.cid-ubWm9Q9bvo .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ubWm9Q9bvo .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ubWm9Q9bvo .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ubWm9Q9bvo .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ubWm9Q9bvo .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubWm9Q9bvo .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubWm9Q9bvo .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ubWm9Q9bvo .row .row-copirayt p {
  width: 100%;
}
.cid-ubWm6WjCc0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubWm6WjCc0 nav.navbar {
  position: fixed;
}
.cid-ubWm6WjCc0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubWm6WjCc0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubWm6WjCc0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubWm6WjCc0 .dropdown-item:hover,
.cid-ubWm6WjCc0 .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-ubWm6WjCc0 .dropdown-item:hover span {
  color: white;
}
.cid-ubWm6WjCc0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubWm6WjCc0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubWm6WjCc0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubWm6WjCc0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubWm6WjCc0 .nav-link {
  position: relative;
}
.cid-ubWm6WjCc0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubWm6WjCc0 .container {
    flex-wrap: nowrap;
  }
}
.cid-ubWm6WjCc0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubWm6WjCc0 .dropdown-menu,
.cid-ubWm6WjCc0 .navbar.opened {
  background: #243b98 !important;
}
.cid-ubWm6WjCc0 .nav-item:focus,
.cid-ubWm6WjCc0 .nav-link:focus {
  outline: none;
}
.cid-ubWm6WjCc0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubWm6WjCc0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubWm6WjCc0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubWm6WjCc0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubWm6WjCc0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubWm6WjCc0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubWm6WjCc0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-ubWm6WjCc0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubWm6WjCc0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubWm6WjCc0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubWm6WjCc0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubWm6WjCc0 .navbar.collapsed {
  justify-content: center;
}
.cid-ubWm6WjCc0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubWm6WjCc0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubWm6WjCc0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubWm6WjCc0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubWm6WjCc0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubWm6WjCc0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubWm6WjCc0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubWm6WjCc0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubWm6WjCc0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubWm6WjCc0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubWm6WjCc0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubWm6WjCc0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubWm6WjCc0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubWm6WjCc0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubWm6WjCc0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubWm6WjCc0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubWm6WjCc0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubWm6WjCc0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubWm6WjCc0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubWm6WjCc0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubWm6WjCc0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubWm6WjCc0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubWm6WjCc0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubWm6WjCc0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubWm6WjCc0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubWm6WjCc0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubWm6WjCc0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubWm6WjCc0 .dropdown-item.active,
.cid-ubWm6WjCc0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubWm6WjCc0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubWm6WjCc0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubWm6WjCc0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubWm6WjCc0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-ubWm6WjCc0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubWm6WjCc0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubWm6WjCc0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubWm6WjCc0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubWm6WjCc0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubWm6WjCc0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubWm6WjCc0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubWm6WjCc0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubWm6WjCc0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubWm6WjCc0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubWm6WjCc0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubWm6WjCc0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubWm6WjCc0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubWm6WjCc0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubWm6WjCc0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubWm6WjCc0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubWm6WjCc0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubWm6WjCc0 .navbar {
    height: 70px;
  }
  .cid-ubWm6WjCc0 .navbar.opened {
    height: auto;
  }
  .cid-ubWm6WjCc0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubWm6WKTYL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/prices-1920x216.png");
}
.cid-ubWm6WKTYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWm6WKTYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQPaIicbn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-urQPaIicbn img,
.cid-urQPaIicbn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-urQPaIicbn .item:focus,
.cid-urQPaIicbn span:focus {
  outline: none;
}
.cid-urQPaIicbn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urQPaIicbn .item {
    margin-bottom: 1rem;
  }
}
.cid-urQPaIicbn .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urQPaIicbn .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-urQPaIicbn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-urQPaIicbn .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-urQPaIicbn .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-urQPaIicbn .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-urQPaIicbn .mbr-section-title {
  color: #232323;
}
.cid-urQPaIicbn .mbr-text,
.cid-urQPaIicbn .mbr-section-btn {
  text-align: center;
}
.cid-urQPaIicbn .item-title {
  text-align: left;
}
.cid-urQPaIicbn .content-head {
  max-width: 800px;
}
.cid-urQPaIicbn .mbr-text,
.cid-urQPaIicbn .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uc5y0nGe5L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uc5y0nGe5L blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ukLtStLZnr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ukLtStLZnr .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukLtStLZnr .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ukLtStLZnr .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukLtStLZnr .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukLtStLZnr .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ukLtStLZnr .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukLtStLZnr .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukLtStLZnr .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ukLtStLZnr .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ukLtStLZnr .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukLtStLZnr .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ukLtStLZnr .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ukLtStLZnr .btn {
  width: -webkit-fill-available;
}
.cid-ukLtStLZnr .item:focus,
.cid-ukLtStLZnr span:focus {
  outline: none;
}
.cid-ukLtStLZnr .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ukLtStLZnr .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukLtStLZnr .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ukLtStLZnr .mbr-section-title {
  color: #000000;
}
.cid-ukLtStLZnr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukLtStLZnr .mbr-text,
.cid-ukLtStLZnr .mbr-section-btn {
  text-align: left;
}
.cid-ukLtStLZnr .item-title {
  text-align: left;
  color: #000000;
}
.cid-ukLtStLZnr .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ukLtStLZnr .content-head {
  max-width: 800px;
}
.cid-ukLtStLZnr .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ukLtStLZnr .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ukLtStLZnr .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ukLtStLZnr .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-ukLtStLZnr .mbr-text UL {
  text-align: left;
}
.cid-uc7GhIbrow {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uc7GhIbrow .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uc7GhIbrow .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uc7GhIbrow .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uc7GhIbrow .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc7GhIbrow .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uc7GhIbrow .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uc7GhIbrow .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uc7GhIbrow .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uc7GhIbrow .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uc7GhIbrow .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uc7GhIbrow .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uc7GhIbrow .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uc7GhIbrow .btn {
  width: -webkit-fill-available;
}
.cid-uc7GhIbrow .item:focus,
.cid-uc7GhIbrow span:focus {
  outline: none;
}
.cid-uc7GhIbrow .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uc7GhIbrow .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc7GhIbrow .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uc7GhIbrow .mbr-section-title {
  color: #000000;
}
.cid-uc7GhIbrow .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uc7GhIbrow .mbr-text,
.cid-uc7GhIbrow .mbr-section-btn {
  text-align: left;
}
.cid-uc7GhIbrow .item-title {
  text-align: left;
  color: #000000;
}
.cid-uc7GhIbrow .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uc7GhIbrow .content-head {
  max-width: 800px;
}
.cid-uc7GhIbrow .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uc7GhIbrow .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uc7GhIbrow .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uc7GhIbrow .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uc7GhIbrow .mbr-text UL {
  text-align: left;
}
.cid-ukLv9pqlIK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ukLv9pqlIK .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukLv9pqlIK .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ukLv9pqlIK .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukLv9pqlIK .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukLv9pqlIK .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ukLv9pqlIK .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukLv9pqlIK .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukLv9pqlIK .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ukLv9pqlIK .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ukLv9pqlIK .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukLv9pqlIK .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ukLv9pqlIK .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ukLv9pqlIK .btn {
  width: -webkit-fill-available;
}
.cid-ukLv9pqlIK .item:focus,
.cid-ukLv9pqlIK span:focus {
  outline: none;
}
.cid-ukLv9pqlIK .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ukLv9pqlIK .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukLv9pqlIK .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ukLv9pqlIK .mbr-section-title {
  color: #000000;
}
.cid-ukLv9pqlIK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukLv9pqlIK .mbr-text,
.cid-ukLv9pqlIK .mbr-section-btn {
  text-align: left;
}
.cid-ukLv9pqlIK .item-title {
  text-align: left;
  color: #000000;
}
.cid-ukLv9pqlIK .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ukLv9pqlIK .content-head {
  max-width: 800px;
}
.cid-ukLv9pqlIK .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ukLv9pqlIK .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ukLv9pqlIK .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ukLv9pqlIK .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-ukLv9pqlIK .mbr-text UL {
  text-align: left;
}
.cid-ubWm72ErFO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ubWm72ErFO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubWm72ErFO .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ubWm72ErFO .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ubWm72ErFO .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubWm72ErFO .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubWm72ErFO .row .foot-menu li p {
  margin: 0;
}
.cid-ubWm72ErFO .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ubWm72ErFO .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ubWm72ErFO .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ubWm72ErFO .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ubWm72ErFO .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubWm72ErFO .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubWm72ErFO .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ubWm72ErFO .row .row-copirayt p {
  width: 100%;
}
.cid-ubWnoqn1gl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubWnoqn1gl nav.navbar {
  position: fixed;
}
.cid-ubWnoqn1gl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubWnoqn1gl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubWnoqn1gl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubWnoqn1gl .dropdown-item:hover,
.cid-ubWnoqn1gl .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-ubWnoqn1gl .dropdown-item:hover span {
  color: white;
}
.cid-ubWnoqn1gl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubWnoqn1gl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubWnoqn1gl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubWnoqn1gl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubWnoqn1gl .nav-link {
  position: relative;
}
.cid-ubWnoqn1gl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubWnoqn1gl .container {
    flex-wrap: nowrap;
  }
}
.cid-ubWnoqn1gl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubWnoqn1gl .dropdown-menu,
.cid-ubWnoqn1gl .navbar.opened {
  background: #243b98 !important;
}
.cid-ubWnoqn1gl .nav-item:focus,
.cid-ubWnoqn1gl .nav-link:focus {
  outline: none;
}
.cid-ubWnoqn1gl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubWnoqn1gl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubWnoqn1gl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubWnoqn1gl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubWnoqn1gl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubWnoqn1gl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubWnoqn1gl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-ubWnoqn1gl .navbar.opened {
  transition: all 0.3s;
}
.cid-ubWnoqn1gl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubWnoqn1gl .navbar .navbar-logo img {
  width: auto;
}
.cid-ubWnoqn1gl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubWnoqn1gl .navbar.collapsed {
  justify-content: center;
}
.cid-ubWnoqn1gl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubWnoqn1gl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubWnoqn1gl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubWnoqn1gl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubWnoqn1gl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubWnoqn1gl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubWnoqn1gl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubWnoqn1gl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubWnoqn1gl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubWnoqn1gl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubWnoqn1gl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubWnoqn1gl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubWnoqn1gl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubWnoqn1gl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubWnoqn1gl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubWnoqn1gl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubWnoqn1gl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubWnoqn1gl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubWnoqn1gl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubWnoqn1gl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubWnoqn1gl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubWnoqn1gl .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubWnoqn1gl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubWnoqn1gl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubWnoqn1gl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubWnoqn1gl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubWnoqn1gl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubWnoqn1gl .dropdown-item.active,
.cid-ubWnoqn1gl .dropdown-item:active {
  background-color: transparent;
}
.cid-ubWnoqn1gl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubWnoqn1gl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubWnoqn1gl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubWnoqn1gl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-ubWnoqn1gl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubWnoqn1gl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubWnoqn1gl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubWnoqn1gl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubWnoqn1gl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubWnoqn1gl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubWnoqn1gl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubWnoqn1gl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubWnoqn1gl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubWnoqn1gl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubWnoqn1gl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubWnoqn1gl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubWnoqn1gl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubWnoqn1gl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubWnoqn1gl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubWnoqn1gl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubWnoqn1gl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubWnoqn1gl .navbar {
    height: 70px;
  }
  .cid-ubWnoqn1gl .navbar.opened {
    height: auto;
  }
  .cid-ubWnoqn1gl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubWnSxo1eR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubWnSxo1eR .mbr-text {
  color: #000000;
}
.cid-ubWnSxo1eR .mbr-section-subtitle {
  color: #000000;
}
.cid-ubWnSxo1eR .mbr-section-title {
  color: #000000;
}
.cid-ubWnorsCJz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ubWnorsCJz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubWnorsCJz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ubWnorsCJz .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ubWnorsCJz .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubWnorsCJz .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubWnorsCJz .row .foot-menu li p {
  margin: 0;
}
.cid-ubWnorsCJz .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ubWnorsCJz .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ubWnorsCJz .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ubWnorsCJz .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ubWnorsCJz .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubWnorsCJz .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubWnorsCJz .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ubWnorsCJz .row .row-copirayt p {
  width: 100%;
}
.cid-uaMjVPcmV7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaMjVPcmV7 nav.navbar {
  position: fixed;
}
.cid-uaMjVPcmV7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMjVPcmV7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMjVPcmV7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMjVPcmV7 .dropdown-item:hover,
.cid-uaMjVPcmV7 .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-uaMjVPcmV7 .dropdown-item:hover span {
  color: white;
}
.cid-uaMjVPcmV7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMjVPcmV7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMjVPcmV7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMjVPcmV7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMjVPcmV7 .nav-link {
  position: relative;
}
.cid-uaMjVPcmV7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uaMjVPcmV7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uaMjVPcmV7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMjVPcmV7 .dropdown-menu,
.cid-uaMjVPcmV7 .navbar.opened {
  background: #243b98 !important;
}
.cid-uaMjVPcmV7 .nav-item:focus,
.cid-uaMjVPcmV7 .nav-link:focus {
  outline: none;
}
.cid-uaMjVPcmV7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMjVPcmV7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMjVPcmV7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMjVPcmV7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMjVPcmV7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMjVPcmV7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMjVPcmV7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-uaMjVPcmV7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMjVPcmV7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMjVPcmV7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMjVPcmV7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMjVPcmV7 .navbar.collapsed {
  justify-content: center;
}
.cid-uaMjVPcmV7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMjVPcmV7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaMjVPcmV7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uaMjVPcmV7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMjVPcmV7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMjVPcmV7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMjVPcmV7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMjVPcmV7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMjVPcmV7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMjVPcmV7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMjVPcmV7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMjVPcmV7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMjVPcmV7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMjVPcmV7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMjVPcmV7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMjVPcmV7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMjVPcmV7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMjVPcmV7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMjVPcmV7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMjVPcmV7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaMjVPcmV7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaMjVPcmV7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMjVPcmV7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMjVPcmV7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMjVPcmV7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMjVPcmV7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMjVPcmV7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMjVPcmV7 .dropdown-item.active,
.cid-uaMjVPcmV7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMjVPcmV7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMjVPcmV7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMjVPcmV7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMjVPcmV7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-uaMjVPcmV7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMjVPcmV7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMjVPcmV7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMjVPcmV7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMjVPcmV7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMjVPcmV7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uaMjVPcmV7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMjVPcmV7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMjVPcmV7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMjVPcmV7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMjVPcmV7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMjVPcmV7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMjVPcmV7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMjVPcmV7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMjVPcmV7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMjVPcmV7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMjVPcmV7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMjVPcmV7 .navbar {
    height: 70px;
  }
  .cid-uaMjVPcmV7 .navbar.opened {
    height: auto;
  }
  .cid-uaMjVPcmV7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMxuZ8NGG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/study-1-1920x216.png");
}
.cid-uaMxuZ8NGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMxuZ8NGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMxuZ8NGG .mbr-text,
.cid-uaMxuZ8NGG .mbr-section-btn {
  color: #232323;
}
.cid-uaMxuZ8NGG .card-title,
.cid-uaMxuZ8NGG .card-box {
  color: #ffffff;
}
.cid-uaMxuZ8NGG .mbr-text,
.cid-uaMxuZ8NGG .link-wrap {
  color: #ffffff;
}
.cid-uaMxuZ8NGG .card-title {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-uaMjVSLDob {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaMjVSLDob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMjVSLDob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaMjVSLDob .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaMjVSLDob .row {
  flex-direction: row-reverse;
}
.cid-uaMjVSLDob img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaMjVSLDob .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaMjVTzNIG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaMjVTzNIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMjVTzNIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaMjVTzNIG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaMjVTzNIG .row {
  flex-direction: row-reverse;
}
.cid-uaMjVTzNIG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaMjVTzNIG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaMjVTWEJy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaMjVTWEJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMjVTWEJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaMjVTWEJy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaMjVTWEJy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaMjVTWEJy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaMxiv2Oft {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/implementation-1920x240.png");
}
.cid-uaMxiv2Oft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMxiv2Oft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMxiv2Oft .mbr-text,
.cid-uaMxiv2Oft .mbr-section-btn {
  color: #232323;
}
.cid-uaMxiv2Oft .card-title,
.cid-uaMxiv2Oft .card-box {
  color: #ffffff;
}
.cid-uaMxiv2Oft .mbr-text,
.cid-uaMxiv2Oft .link-wrap {
  color: #ffffff;
}
.cid-uaMxiv2Oft .card-title {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-uaMxKi7syd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaMxKi7syd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMxKi7syd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaMxKi7syd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaMxKi7syd .row {
  flex-direction: row-reverse;
}
.cid-uaMxKi7syd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaMxKi7syd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaMxUEvs6V {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/technical-support-1920x216.png");
}
.cid-uaMxUEvs6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMxUEvs6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMxUEvs6V .mbr-text,
.cid-uaMxUEvs6V .mbr-section-btn {
  color: #232323;
}
.cid-uaMxUEvs6V .card-title,
.cid-uaMxUEvs6V .card-box {
  color: #ffffff;
}
.cid-uaMxUEvs6V .mbr-text,
.cid-uaMxUEvs6V .link-wrap {
  color: #ffffff;
}
.cid-uaMxUEvs6V .card-title {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-uaMydFlSS0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaMydFlSS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMydFlSS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMydFlSS0 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uaMydFlSS0 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaMydFlSS0 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uaMydFlSS0 .card {
    margin-bottom: 2rem;
  }
  .cid-uaMydFlSS0 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uaMydFlSS0 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uaMzq0vMK6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/teh-vimogy-1920x216.png");
}
.cid-uaMzq0vMK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMzq0vMK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMzq0vMK6 .mbr-text,
.cid-uaMzq0vMK6 .mbr-section-btn {
  color: #232323;
}
.cid-uaMzq0vMK6 .card-title,
.cid-uaMzq0vMK6 .card-box {
  color: #ffffff;
}
.cid-uaMzq0vMK6 .mbr-text,
.cid-uaMzq0vMK6 .link-wrap {
  color: #ffffff;
}
.cid-uaMzq0vMK6 .card-title {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-uaMAmY0kv1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaMAmY0kv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMAmY0kv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaMAmY0kv1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaMAmY0kv1 .row {
  flex-direction: row-reverse;
}
.cid-uaMAmY0kv1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaMAmY0kv1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaMBcpumgQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/cloud-1-1920x216.png");
}
.cid-uaMBcpumgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMBcpumgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMBcpumgQ .mbr-text,
.cid-uaMBcpumgQ .mbr-section-btn {
  color: #232323;
}
.cid-uaMBcpumgQ .card-title,
.cid-uaMBcpumgQ .card-box {
  color: #ffffff;
}
.cid-uaMBcpumgQ .mbr-text,
.cid-uaMBcpumgQ .link-wrap {
  color: #ffffff;
}
.cid-uaMBcpumgQ .card-title {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-uaMC4F0wCP {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uaMC4F0wCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMC4F0wCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaMC4F0wCP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaMC4F0wCP .row {
  flex-direction: row-reverse;
}
.cid-uaMC4F0wCP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaMC4F0wCP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMC4F0wCP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaMC4F0wCP .mbr-section-title {
  color: #000000;
}
.cid-uaMC4F0wCP .mbr-text,
.cid-uaMC4F0wCP .mbr-section-btn {
  color: #000000;
}
.cid-uaMClpi1y8 {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uaMClpi1y8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMClpi1y8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaMClpi1y8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaMClpi1y8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaMClpi1y8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMClpi1y8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaMClpi1y8 .mbr-section-title {
  color: #000000;
}
.cid-uaMClpi1y8 .mbr-text,
.cid-uaMClpi1y8 .mbr-section-btn {
  color: #000000;
}
.cid-uci1e9lJib {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/about-us-1920x216.png");
}
.cid-uci1e9lJib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uci1e9lJib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uci1e9lJib .mbr-text,
.cid-uci1e9lJib .mbr-section-btn {
  color: #232323;
}
.cid-uci1e9lJib .card-title,
.cid-uci1e9lJib .card-box {
  color: #ffffff;
}
.cid-uci1e9lJib .mbr-text,
.cid-uci1e9lJib .link-wrap {
  color: #ffffff;
}
.cid-uci1e9lJib .card-title {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-uci1ypvC2M {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uci1ypvC2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uci1ypvC2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uci1ypvC2M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uci1ypvC2M .row {
  flex-direction: row-reverse;
}
.cid-uci1ypvC2M .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uci1ypvC2M .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uci1ypvC2M .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uci1ypvC2M .mbr-section-title {
  color: #000000;
}
.cid-uci1ypvC2M .mbr-text,
.cid-uci1ypvC2M .mbr-section-btn {
  color: #000000;
}
.cid-uci1ypvC2M .card-title {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-uaMjVX3dxP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uaMjVX3dxP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaMjVX3dxP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaMjVX3dxP .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaMjVX3dxP .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaMjVX3dxP .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaMjVX3dxP .row .foot-menu li p {
  margin: 0;
}
.cid-uaMjVX3dxP .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaMjVX3dxP .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaMjVX3dxP .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaMjVX3dxP .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaMjVX3dxP .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaMjVX3dxP .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaMjVX3dxP .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaMjVX3dxP .row .row-copirayt p {
  width: 100%;
}
.cid-ucGXgg3NHA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucGXgg3NHA nav.navbar {
  position: fixed;
}
.cid-ucGXgg3NHA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucGXgg3NHA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucGXgg3NHA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucGXgg3NHA .dropdown-item:hover,
.cid-ucGXgg3NHA .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-ucGXgg3NHA .dropdown-item:hover span {
  color: white;
}
.cid-ucGXgg3NHA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucGXgg3NHA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucGXgg3NHA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucGXgg3NHA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucGXgg3NHA .nav-link {
  position: relative;
}
.cid-ucGXgg3NHA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucGXgg3NHA .container {
    flex-wrap: nowrap;
  }
}
.cid-ucGXgg3NHA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucGXgg3NHA .dropdown-menu,
.cid-ucGXgg3NHA .navbar.opened {
  background: #243b98 !important;
}
.cid-ucGXgg3NHA .nav-item:focus,
.cid-ucGXgg3NHA .nav-link:focus {
  outline: none;
}
.cid-ucGXgg3NHA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucGXgg3NHA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucGXgg3NHA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucGXgg3NHA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucGXgg3NHA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucGXgg3NHA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucGXgg3NHA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-ucGXgg3NHA .navbar.opened {
  transition: all 0.3s;
}
.cid-ucGXgg3NHA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucGXgg3NHA .navbar .navbar-logo img {
  width: auto;
}
.cid-ucGXgg3NHA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucGXgg3NHA .navbar.collapsed {
  justify-content: center;
}
.cid-ucGXgg3NHA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucGXgg3NHA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucGXgg3NHA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ucGXgg3NHA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucGXgg3NHA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucGXgg3NHA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucGXgg3NHA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucGXgg3NHA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucGXgg3NHA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucGXgg3NHA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucGXgg3NHA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucGXgg3NHA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucGXgg3NHA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucGXgg3NHA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucGXgg3NHA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucGXgg3NHA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucGXgg3NHA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucGXgg3NHA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucGXgg3NHA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucGXgg3NHA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucGXgg3NHA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucGXgg3NHA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucGXgg3NHA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucGXgg3NHA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucGXgg3NHA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucGXgg3NHA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucGXgg3NHA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucGXgg3NHA .dropdown-item.active,
.cid-ucGXgg3NHA .dropdown-item:active {
  background-color: transparent;
}
.cid-ucGXgg3NHA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucGXgg3NHA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucGXgg3NHA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucGXgg3NHA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-ucGXgg3NHA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucGXgg3NHA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucGXgg3NHA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucGXgg3NHA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucGXgg3NHA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucGXgg3NHA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucGXgg3NHA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucGXgg3NHA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucGXgg3NHA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucGXgg3NHA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucGXgg3NHA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucGXgg3NHA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucGXgg3NHA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucGXgg3NHA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucGXgg3NHA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucGXgg3NHA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucGXgg3NHA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucGXgg3NHA .navbar {
    height: 70px;
  }
  .cid-ucGXgg3NHA .navbar.opened {
    height: auto;
  }
  .cid-ucGXgg3NHA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucGXggpphs {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/integration-1920x216.png");
}
.cid-ucGXggpphs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucGXggpphs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucGXgiRqod {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucGXgiRqod .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucGXgiRqod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucGXgiRqod .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucGXgiRqod .row {
  flex-direction: row-reverse;
}
.cid-ucGXgiRqod img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucGXgiRqod .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucSuTAXDun {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucSuTAXDun .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucSuTAXDun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucSuTAXDun .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucSuTAXDun .row {
  flex-direction: row-reverse;
}
.cid-ucSuTAXDun img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucSuTAXDun .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucSw7pa4Fa {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ucSw7pa4Fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucSw7pa4Fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucSw7pa4Fa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucSw7pa4Fa .row {
  flex-direction: row-reverse;
}
.cid-ucSw7pa4Fa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucSw7pa4Fa .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucGXgmHUJL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ucGXgmHUJL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ucGXgmHUJL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ucGXgmHUJL .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ucGXgmHUJL .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucGXgmHUJL .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucGXgmHUJL .row .foot-menu li p {
  margin: 0;
}
.cid-ucGXgmHUJL .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ucGXgmHUJL .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ucGXgmHUJL .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucGXgmHUJL .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ucGXgmHUJL .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucGXgmHUJL .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucGXgmHUJL .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ucGXgmHUJL .row .row-copirayt p {
  width: 100%;
}
.cid-ukeJyBCvwN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukeJyBCvwN nav.navbar {
  position: fixed;
}
.cid-ukeJyBCvwN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeJyBCvwN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukeJyBCvwN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukeJyBCvwN .dropdown-item:hover,
.cid-ukeJyBCvwN .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-ukeJyBCvwN .dropdown-item:hover span {
  color: white;
}
.cid-ukeJyBCvwN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukeJyBCvwN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukeJyBCvwN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukeJyBCvwN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukeJyBCvwN .nav-link {
  position: relative;
}
.cid-ukeJyBCvwN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukeJyBCvwN .container {
    flex-wrap: nowrap;
  }
}
.cid-ukeJyBCvwN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukeJyBCvwN .dropdown-menu,
.cid-ukeJyBCvwN .navbar.opened {
  background: #243b98 !important;
}
.cid-ukeJyBCvwN .nav-item:focus,
.cid-ukeJyBCvwN .nav-link:focus {
  outline: none;
}
.cid-ukeJyBCvwN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukeJyBCvwN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukeJyBCvwN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukeJyBCvwN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukeJyBCvwN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukeJyBCvwN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukeJyBCvwN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-ukeJyBCvwN .navbar.opened {
  transition: all 0.3s;
}
.cid-ukeJyBCvwN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukeJyBCvwN .navbar .navbar-logo img {
  width: auto;
}
.cid-ukeJyBCvwN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukeJyBCvwN .navbar.collapsed {
  justify-content: center;
}
.cid-ukeJyBCvwN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukeJyBCvwN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukeJyBCvwN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ukeJyBCvwN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukeJyBCvwN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukeJyBCvwN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukeJyBCvwN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukeJyBCvwN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukeJyBCvwN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukeJyBCvwN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukeJyBCvwN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukeJyBCvwN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukeJyBCvwN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukeJyBCvwN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukeJyBCvwN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukeJyBCvwN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukeJyBCvwN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukeJyBCvwN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukeJyBCvwN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukeJyBCvwN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukeJyBCvwN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukeJyBCvwN .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukeJyBCvwN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukeJyBCvwN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukeJyBCvwN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukeJyBCvwN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukeJyBCvwN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukeJyBCvwN .dropdown-item.active,
.cid-ukeJyBCvwN .dropdown-item:active {
  background-color: transparent;
}
.cid-ukeJyBCvwN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukeJyBCvwN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukeJyBCvwN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukeJyBCvwN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-ukeJyBCvwN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukeJyBCvwN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukeJyBCvwN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukeJyBCvwN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukeJyBCvwN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukeJyBCvwN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukeJyBCvwN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukeJyBCvwN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeJyBCvwN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukeJyBCvwN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukeJyBCvwN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeJyBCvwN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukeJyBCvwN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukeJyBCvwN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukeJyBCvwN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukeJyBCvwN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukeJyBCvwN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukeJyBCvwN .navbar {
    height: 70px;
  }
  .cid-ukeJyBCvwN .navbar.opened {
    height: auto;
  }
  .cid-ukeJyBCvwN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukeJyIxsgh {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #243b98;
}
.cid-ukeJyIxsgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukeJyIxsgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukeJyIxsgh .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ukeJyIxsgh .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukeJyIxsgh .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ukeJyIxsgh .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ukeJyIxsgh .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ukeJyIxsgh .row {
  flex-direction: row-reverse;
}
.cid-ukeJyIxsgh .image-wrapper {
  padding: 0 1rem;
}
.cid-ukeJyIxsgh img,
.cid-ukeJyIxsgh .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ukeJyIxsgh img,
  .cid-ukeJyIxsgh .image-wrapper {
    max-height: 350px;
  }
}
.cid-ukeJyIxsgh .mbr-section-title {
  color: #000000;
}
.cid-ukeJyIxsgh .mbr-text {
  color: #000000;
}
.cid-ukeJyJlzod {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ukeJyJlzod .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ukeJyJlzod .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ukeJyJlzod .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ukeJyJlzod .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukeJyJlzod .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukeJyJlzod .row .foot-menu li p {
  margin: 0;
}
.cid-ukeJyJlzod .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ukeJyJlzod .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ukeJyJlzod .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ukeJyJlzod .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ukeJyJlzod .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukeJyJlzod .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukeJyJlzod .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ukeJyJlzod .row .row-copirayt p {
  width: 100%;
}
.cid-umGQcNww3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umGQcNww3z nav.navbar {
  position: fixed;
}
.cid-umGQcNww3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umGQcNww3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umGQcNww3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umGQcNww3z .dropdown-item:hover,
.cid-umGQcNww3z .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-umGQcNww3z .dropdown-item:hover span {
  color: white;
}
.cid-umGQcNww3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umGQcNww3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umGQcNww3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umGQcNww3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umGQcNww3z .nav-link {
  position: relative;
}
.cid-umGQcNww3z .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umGQcNww3z .container {
    flex-wrap: nowrap;
  }
}
.cid-umGQcNww3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umGQcNww3z .dropdown-menu,
.cid-umGQcNww3z .navbar.opened {
  background: #243b98 !important;
}
.cid-umGQcNww3z .nav-item:focus,
.cid-umGQcNww3z .nav-link:focus {
  outline: none;
}
.cid-umGQcNww3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umGQcNww3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umGQcNww3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umGQcNww3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umGQcNww3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umGQcNww3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umGQcNww3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-umGQcNww3z .navbar.opened {
  transition: all 0.3s;
}
.cid-umGQcNww3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umGQcNww3z .navbar .navbar-logo img {
  width: auto;
}
.cid-umGQcNww3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umGQcNww3z .navbar.collapsed {
  justify-content: center;
}
.cid-umGQcNww3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umGQcNww3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umGQcNww3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-umGQcNww3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umGQcNww3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umGQcNww3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umGQcNww3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umGQcNww3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umGQcNww3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umGQcNww3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umGQcNww3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umGQcNww3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umGQcNww3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umGQcNww3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umGQcNww3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umGQcNww3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umGQcNww3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umGQcNww3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umGQcNww3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umGQcNww3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umGQcNww3z .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umGQcNww3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-umGQcNww3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umGQcNww3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umGQcNww3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umGQcNww3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umGQcNww3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umGQcNww3z .dropdown-item.active,
.cid-umGQcNww3z .dropdown-item:active {
  background-color: transparent;
}
.cid-umGQcNww3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umGQcNww3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umGQcNww3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umGQcNww3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-umGQcNww3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umGQcNww3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umGQcNww3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umGQcNww3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umGQcNww3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umGQcNww3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umGQcNww3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umGQcNww3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umGQcNww3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umGQcNww3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umGQcNww3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umGQcNww3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umGQcNww3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umGQcNww3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umGQcNww3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umGQcNww3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umGQcNww3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umGQcNww3z .navbar {
    height: 70px;
  }
  .cid-umGQcNww3z .navbar.opened {
    height: auto;
  }
  .cid-umGQcNww3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umGQcNQg5U {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background4.jpeg");
}
.cid-umGQcNQg5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGQcNQg5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGQcNQg5U .mbr-section-title {
  color: #ffe885;
}
.cid-umGQcNQg5U .mbr-text,
.cid-umGQcNQg5U .mbr-section-btn {
  color: #ffe161;
}
.cid-umGQcNQg5U .mbr-section-title,
.cid-umGQcNQg5U .mbr-section-subtitle,
.cid-umGQcNQg5U .mbr-text {
  text-shadow: 2px -8px 12px #000000, 11px 1px 12px #000000, 3px 14px 12px #000000, 3px 14px 12px #000000;
}
.cid-umGQcNQg5U .mbr-section-subtitle {
  color: #ffe885;
}
.cid-umGTJUTH6j {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umGTJUTH6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGTJUTH6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGTJUTH6j ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-umGTJUTH6j li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-umGTJUTH6j ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-umGWxH170Y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umGWxH170Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGWxH170Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGWxH170Y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-umGWxH170Y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-umGWxH170Y ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-umGWGcJe19 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umGWGcJe19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGWGcJe19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGWGcJe19 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-umGWGcJe19 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-umGWGcJe19 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-umGWPVw47h {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umGWPVw47h .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGWPVw47h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGWPVw47h ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-umGWPVw47h li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-umGWPVw47h ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-umGX0wgP3T {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umGX0wgP3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGX0wgP3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGX0wgP3T ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-umGX0wgP3T li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-umGX0wgP3T ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-umGX6e9OPc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umGX6e9OPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGX6e9OPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGX6e9OPc ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-umGX6e9OPc li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-umGX6e9OPc ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-umGXcUYONs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umGXcUYONs .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGXcUYONs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGXcUYONs ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-umGXcUYONs li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-umGXcUYONs ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-umGXmaXSNW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umGXmaXSNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGXmaXSNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGXmaXSNW ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-umGXmaXSNW li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-umGXmaXSNW ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-umGXts6ezI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umGXts6ezI .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGXts6ezI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGXts6ezI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-umGXts6ezI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-umGXts6ezI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #243b98;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-umGQcRCBoy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-umGQcRCBoy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-umGQcRCBoy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-umGQcRCBoy .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-umGQcRCBoy .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-umGQcRCBoy .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-umGQcRCBoy .row .foot-menu li p {
  margin: 0;
}
.cid-umGQcRCBoy .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-umGQcRCBoy .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-umGQcRCBoy .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-umGQcRCBoy .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-umGQcRCBoy .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-umGQcRCBoy .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-umGQcRCBoy .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-umGQcRCBoy .row .row-copirayt p {
  width: 100%;
}
.cid-ura6hczIg6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ura6hczIg6 nav.navbar {
  position: fixed;
}
.cid-ura6hczIg6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ura6hczIg6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ura6hczIg6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ura6hczIg6 .dropdown-item:hover,
.cid-ura6hczIg6 .dropdown-item:focus {
  background: #243b98 !important;
  color: white !important;
}
.cid-ura6hczIg6 .dropdown-item:hover span {
  color: white;
}
.cid-ura6hczIg6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ura6hczIg6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ura6hczIg6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ura6hczIg6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ura6hczIg6 .nav-link {
  position: relative;
}
.cid-ura6hczIg6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ura6hczIg6 .container {
    flex-wrap: nowrap;
  }
}
.cid-ura6hczIg6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ura6hczIg6 .dropdown-menu,
.cid-ura6hczIg6 .navbar.opened {
  background: #243b98 !important;
}
.cid-ura6hczIg6 .nav-item:focus,
.cid-ura6hczIg6 .nav-link:focus {
  outline: none;
}
.cid-ura6hczIg6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ura6hczIg6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ura6hczIg6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ura6hczIg6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ura6hczIg6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ura6hczIg6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ura6hczIg6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #243b98;
}
.cid-ura6hczIg6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ura6hczIg6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ura6hczIg6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ura6hczIg6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ura6hczIg6 .navbar.collapsed {
  justify-content: center;
}
.cid-ura6hczIg6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ura6hczIg6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ura6hczIg6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ura6hczIg6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ura6hczIg6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ura6hczIg6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ura6hczIg6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ura6hczIg6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ura6hczIg6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ura6hczIg6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ura6hczIg6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ura6hczIg6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ura6hczIg6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ura6hczIg6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ura6hczIg6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ura6hczIg6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ura6hczIg6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ura6hczIg6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ura6hczIg6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ura6hczIg6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ura6hczIg6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ura6hczIg6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ura6hczIg6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ura6hczIg6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ura6hczIg6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ura6hczIg6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ura6hczIg6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ura6hczIg6 .dropdown-item.active,
.cid-ura6hczIg6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ura6hczIg6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ura6hczIg6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ura6hczIg6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ura6hczIg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #243b98;
}
.cid-ura6hczIg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ura6hczIg6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ura6hczIg6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ura6hczIg6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ura6hczIg6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ura6hczIg6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ura6hczIg6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ura6hczIg6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ura6hczIg6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ura6hczIg6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ura6hczIg6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ura6hczIg6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ura6hczIg6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ura6hczIg6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ura6hczIg6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ura6hczIg6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ura6hczIg6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ura6hczIg6 .navbar {
    height: 70px;
  }
  .cid-ura6hczIg6 .navbar.opened {
    height: auto;
  }
  .cid-ura6hczIg6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ura6hgdljE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ura6hgdljE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ura6hgdljE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ura6hgdljE .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ura6hgdljE .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ura6hgdljE .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ura6hgdljE .row .foot-menu li p {
  margin: 0;
}
.cid-ura6hgdljE .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ura6hgdljE .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ura6hgdljE .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ura6hgdljE .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ura6hgdljE .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ura6hgdljE .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ura6hgdljE .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ura6hgdljE .row .row-copirayt p {
  width: 100%;
}
