.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Rubik-VariableFont_wght';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Rubik-VariableFont_wght';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Rubik-VariableFont_wght';
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Rubik-VariableFont_wght';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Rubik-VariableFont_wght';
  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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #192e54 !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: #192e54 !important;
  border-color: #192e54 !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: #050911 !important;
  border-color: #050911 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #050911 !important;
  border-color: #050911 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #982828 !important;
  border-color: #982828 !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: #531616 !important;
  border-color: #531616 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #531616 !important;
  border-color: #531616 !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: #192e54;
  color: #192e54;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #050911 !important;
  background-color: transparent!important;
  border-color: #050911 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #192e54 !important;
  border-color: #192e54 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #982828;
  color: #982828;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #531616 !important;
  background-color: transparent!important;
  border-color: #531616 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #982828 !important;
  border-color: #982828 !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: #192e54 !important;
}
.text-secondary {
  color: #982828 !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: #020305 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #471313 !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: #192e54;
}
.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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #192e54;
  border-color: #192e54;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #192e54;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7b9cd8;
}
.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: 'Rubik-VariableFont_wght';
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #192e54 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik-VariableFont_wght';
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #192e54;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #192e54;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #192e54;
}
.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: #192e54;
  border-bottom-color: #192e54;
}
.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: #192e54 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #982828 !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='%23192e54' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIYXjSZ2fi {
  background-image: url("../../../assets/images/moodbild-erdanker-5-versenkt-2000x1216.jpg");
}
.cid-tIYXjSZ2fi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIYXjSZ2fi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIYXjSZ2fi .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tIYXjSZ2fi .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tIYXjSZ2fi .mbr-section-title {
  color: #f9f7ef;
}
.cid-tIYXjSZ2fi .mbr-text,
.cid-tIYXjSZ2fi .mbr-section-btn {
  color: #fafafa;
}
.cid-tIYL0a5Qjo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tIYL0a5Qjo .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIMhvkSgD3 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIMhvkSgD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMhvkSgD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMhvkSgD3 .mbr-section-title {
  color: #325188;
}
.cid-tIMgT5HlKx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIMgT5HlKx img,
.cid-tIMgT5HlKx .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tIMgT5HlKx .item:focus,
.cid-tIMgT5HlKx span:focus {
  outline: none;
}
.cid-tIMgT5HlKx .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tIMgT5HlKx .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIMgT5HlKx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIMgT5HlKx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tIMgT5HlKx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIMgT5HlKx .mbr-section-title {
  color: #ffffff;
}
.cid-tIMgT5HlKx .mbr-text,
.cid-tIMgT5HlKx .mbr-section-btn {
  text-align: center;
}
.cid-tIMgT5HlKx .item-title {
  text-align: center;
}
.cid-tIMgT5HlKx .item-subtitle {
  text-align: left;
}
.cid-tJgsjupTt0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJgsjupTt0 .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJgsjupTt0 .mbr-section-subtitle {
  text-align: center;
  color: #325188;
}
.cid-tJgxraekNi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgxraekNi .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tIMkHQXJ0Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIMkHQXJ0Y .mbr-section-title {
  text-align: center;
}
.cid-tIMkHQXJ0Y .mbr-section-subtitle {
  text-align: center;
  color: #982828;
}
.cid-tIMkHQXJ0Y .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tIMl5uIgOU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tIMl5uIgOU .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tIMlmMcGoR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIMlmMcGoR .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tIMlFt0Gp3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tIMlFt0Gp3 .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJguuYNA2L {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJguuYNA2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJguuYNA2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJguuYNA2L .mbr-section-title {
  color: #325188;
}
.cid-tJgA5OW9qs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJgA5OW9qs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJgA5OW9qs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJgA5OW9qs .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJgA5OW9qs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJgA5OW9qs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJgA5OW9qs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJgA5OW9qs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tJgA5OW9qs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tJgA5OW9qs .image-wrapper img {
  width: 90%;
  object-fit: cover;
}
.cid-tJgA5OW9qs .card-title {
  color: #325188;
  text-align: left;
}
.cid-tIMquvguqK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tIMquvguqK .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tIYL0a5Qjo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tIYL0a5Qjo .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIA4SxqRWE {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/13a4184-pano-bearbeitet-940x466.jpg");
}
.cid-tIA4SxqRWE .mbr-overlay {
  background-color: #353535;
  opacity: 0.2;
}
.cid-tIA4SxqRWE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tIA4SxqRWE {
    align-items: flex-end;
  }
  .cid-tIA4SxqRWE .row {
    justify-content: center;
  }
  .cid-tIA4SxqRWE .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tIA4SxqRWE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tIA4SxqRWE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tIA4SxqRWE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tIA4SxqRWE .content-wrap {
    width: 100%;
  }
}
.cid-tIA4SxqRWE .mbr-section-title {
  text-align: center;
}
.cid-tIA4SxqRWE .mbr-text,
.cid-tIA4SxqRWE .mbr-section-btn {
  text-align: center;
}
.cid-tIA6JvzgpP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIA6JvzgpP .mbr-text {
  color: #325188;
}
.cid-tIYL0a5Qjo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tIYL0a5Qjo .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIA4YrJpDT {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/13a4184-pano-bearbeitet-940x466.jpg");
}
.cid-tIA4YrJpDT .mbr-overlay {
  background-color: #353535;
  opacity: 0.2;
}
.cid-tIA4YrJpDT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tIA4YrJpDT {
    align-items: flex-end;
  }
  .cid-tIA4YrJpDT .row {
    justify-content: center;
  }
  .cid-tIA4YrJpDT .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tIA4YrJpDT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tIA4YrJpDT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tIA4YrJpDT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tIA4YrJpDT .content-wrap {
    width: 100%;
  }
}
.cid-tIA4YrJpDT .mbr-section-title {
  text-align: center;
}
.cid-tIA4YrJpDT .mbr-text,
.cid-tIA4YrJpDT .mbr-section-btn {
  text-align: center;
}
.cid-tIA5w4U46l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIA5w4U46l .mbr-section-subtitle {
  color: #192e54;
}
.cid-tIA5w4U46l .mbr-text {
  color: #325188;
}
.cid-tIYL0a5Qjo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tIYL0a5Qjo .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ4wl4HNnZ {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ4wl4HNnZ .mbr-section-subtitle {
  text-align: center;
  color: #192e54;
}
.cid-tJ4wl4HNnZ .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJaLl8OUiR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJaLl8OUiR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tJaLl8OUiR .mbr-section-title {
  color: #24262b;
}
.cid-tJaLl8OUiR .mbr-section-subtitle {
  color: #24262b;
}
.cid-tJaLl8OUiR .items-row {
  row-gap: 32px;
}
.cid-tJaLl8OUiR .item {
  cursor: pointer;
}
.cid-tJaLl8OUiR .item:focus,
.cid-tJaLl8OUiR span:focus {
  outline: none;
}
.cid-tJaLl8OUiR .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tJaLl8OUiR .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-tJaLl8OUiR img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 2));
  object-fit: cover;
}
.cid-tJaLl8OUiR .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-tJaLl8OUiR .item-title {
  color: #325188;
}
.cid-tJaLl8OUiR .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-tJaLl8OUiR .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-tJli8r5tps {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tJli8r5tps .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJli8r5tps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIYL0a5Qjo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tIYL0a5Qjo .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ4ycDBpli {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4ycDBpli .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4ycDBpli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4ycDBpli .mbr-section-title {
  color: #325188;
}
.cid-tJ4ycFMNQ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4ycFMNQ7 .mbr-section-title {
  text-align: center;
}
.cid-tJ4ycFMNQ7 .mbr-section-subtitle {
  text-align: center;
}
.cid-tJ4ycFMNQ7 .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJ4ycEC39Q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ4ycEC39Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4ycEC39Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4ycEC39Q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ4ycEC39Q .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJ4ycEC39Q .mbr-section-title {
  color: #325188;
}
.cid-tJ4ycEC39Q .mbr-text,
.cid-tJ4ycEC39Q .mbr-section-btn {
  color: #325188;
}
.cid-tJ4ycH34nl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ4ycH34nl .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJ4ycI41nU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4ycI41nU .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJ4AxFE5dg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4AxFE5dg .mbr-section-title {
  text-align: center;
}
.cid-tJ4AxFE5dg .mbr-section-subtitle {
  text-align: center;
}
.cid-tJ4AxFE5dg .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJ4ycHzAVS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4ATs3FFP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ4ATs3FFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4ATs3FFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4ATs3FFP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ4ATs3FFP .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJ4ATs3FFP .mbr-section-title {
  color: #e43f3f;
}
.cid-tJ4ycJokas {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tJ4ycJokas .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ4DlBxVFj {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4DlBxVFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4DlBxVFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4DlBxVFj .mbr-section-title {
  color: #325188;
}
.cid-tJ4DlCfiWY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4DlCfiWY .mbr-section-title {
  text-align: center;
}
.cid-tJ4DlCfiWY .mbr-section-subtitle {
  text-align: center;
}
.cid-tJ4DlCfiWY .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJ4DRR2PJe {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJ4DRR2PJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4DRR2PJe .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-tJ4DRR2PJe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ4DRR2PJe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ4DRR2PJe .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJ4DRR2PJe .mbr-section-title {
  color: #325188;
  text-align: center;
}
.cid-tJ4DRR2PJe .mbr-text {
  color: #325188;
  text-align: center;
}
.cid-tJ4DlGrwEe {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tJ4DlGrwEe .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ4Hmcjye4 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4Hmcjye4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4Hmcjye4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4Hmcjye4 .mbr-section-title {
  color: #325188;
  text-align: left;
}
.cid-uKmcKHPjtU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKmcKHPjtU .mbr-section-subtitle {
  color: #325188;
}
.cid-uKmddevzFf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKmddevzFf .mbr-text {
  color: #192e54;
}
.cid-uKmdDOduL0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKmdDOduL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmdDOduL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmdDOduL0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKmdDOduL0 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uKmdDOduL0 .mbr-section-title {
  color: #e43f3f;
}
.cid-uKmekTRixo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKmekTRixo .mbr-text {
  color: #192e54;
}
.cid-uKmcdwby9w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKmcdwby9w .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKmfJysWYr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKmfJysWYr .mbr-section-subtitle {
  color: #325188;
}
.cid-uKmfMfgEsh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKmfMfgEsh .mbr-text {
  color: #192e54;
}
.cid-uKmfOOLXac {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKmfOOLXac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmfOOLXac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmfOOLXac .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKmfOOLXac .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uKmfOOLXac .mbr-section-title {
  color: #e43f3f;
}
.cid-uKmgKigVD7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKmgKigVD7 .mbr-text {
  color: #192e54;
}
.cid-uKmfSr1QaK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKmfSr1QaK .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJ4NdZznKi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4NdZznKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4NdZznKi .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-tJ4NdZznKi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ4NdZznKi .row {
  flex-direction: row-reverse;
}
.cid-tJ4NdZznKi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ4NdZznKi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJ4NdZznKi .mbr-section-title {
  color: #325188;
}
.cid-tJ4OiwVJ7o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4OiwVJ7o .mbr-text {
  color: #192e54;
}
.cid-tJ4Hmf7rXJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4Hmf7rXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4Hmf7rXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4Hmf7rXJ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ4Hmf7rXJ .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJ4Hmf7rXJ .mbr-section-title {
  color: #e43f3f;
}
.cid-tJ4PnjzIh2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJ4PnjzIh2 .mbr-text {
  color: #192e54;
}
.cid-tJ4Q3a8uYM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJ4Q3a8uYM .mbr-section-subtitle {
  color: #325188;
}
.cid-tJ4Q3a8uYM .mbr-text {
  color: #192e54;
}
.cid-tJ4QlDTr6h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4QlDTr6h .mbr-section-subtitle {
  color: #325188;
}
.cid-tJ4QlDTr6h .mbr-text {
  color: #192e54;
}
.cid-tJ4QM74oMQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4QM74oMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4QM74oMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4QM74oMQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ4QM74oMQ .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJ4QM74oMQ .mbr-section-title {
  color: #e43f3f;
}
.cid-tJ4R3qACKX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4R3qACKX .mbr-section-title {
  text-align: center;
}
.cid-tJ4R3qACKX .mbr-section-subtitle {
  text-align: center;
}
.cid-tJ4R3qACKX .mbr-text {
  text-align: left;
  color: #325188;
}
.cid-tJ4RCT9St7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJ4RCT9St7 .mbr-section-subtitle {
  color: #325188;
}
.cid-tJ4RCT9St7 .mbr-text {
  color: #192e54;
}
.cid-tJ4RVVB5pc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ4RVVB5pc .mbr-section-subtitle {
  color: #325188;
}
.cid-tJ4RVVB5pc .mbr-text {
  color: #192e54;
}
.cid-tJ4RXFAMDT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJ4RXFAMDT .mbr-section-subtitle {
  color: #325188;
}
.cid-tJ4RXFAMDT .mbr-text {
  color: #192e54;
}
.cid-tJ7kraCWil {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7kraCWil .mbr-text {
  color: #325188;
}
.cid-tJ7kGIIy29 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJ7kGIIy29 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1.5rem;
}
.cid-tJ7kGIIy29 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tJ7kGIIy29 .counter-container ul li:before {
  position: absolute;
  left: -30px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #9ca9c1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 8px;
}
.cid-tJ7kGIIy29 .mbr-text UL {
  text-align: left;
}
.cid-tJ7kGIIy29 .mbr-text {
  color: #192e54;
}
.cid-tJgevKFpdW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgevKFpdW .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJ7lo5GzOe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7lo5GzOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7lo5GzOe .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-tJ7lo5GzOe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ7lo5GzOe .row {
  flex-direction: row-reverse;
}
.cid-tJ7lo5GzOe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ7lo5GzOe .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJ7lo5GzOe .mbr-section-title {
  color: #325188;
}
.cid-tJ7lL8mmR6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7lL8mmR6 .mbr-text {
  color: #192e54;
}
.cid-tJ7mjzhXhX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7mjzhXhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7mjzhXhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7mjzhXhX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ7mjzhXhX .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJ7mjzhXhX .mbr-section-title {
  color: #e43f3f;
}
.cid-tJ7mwm72OM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7mwm72OM .mbr-section-title {
  text-align: center;
}
.cid-tJ7mwm72OM .mbr-section-subtitle {
  text-align: center;
}
.cid-tJ7mwm72OM .mbr-text {
  text-align: left;
  color: #325188;
}
.cid-tJ7mOSou2O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7mOSou2O .mbr-section-subtitle {
  color: #325188;
}
.cid-tJ7mOSou2O .mbr-text {
  color: #192e54;
}
.cid-tJ7nj2Tw12 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7nj2Tw12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7nj2Tw12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7nj2Tw12 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ7nj2Tw12 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJ7nj2Tw12 .mbr-section-title {
  color: #e43f3f;
}
.cid-tJ7nD7iYAY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7nD7iYAY .mbr-section-title {
  text-align: center;
}
.cid-tJ7nD7iYAY .mbr-section-subtitle {
  text-align: center;
}
.cid-tJ7nD7iYAY .mbr-text {
  text-align: left;
  color: #325188;
}
.cid-tJ7nG4Quu6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7nG4Quu6 .mbr-text {
  color: #192e54;
}
.cid-tJ7o4j9fGL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7o4j9fGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7o4j9fGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7o4j9fGL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ7o4j9fGL .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJ7o4j9fGL .mbr-section-title {
  color: #e43f3f;
}
.cid-tJ7ogd1cuY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7ogd1cuY .mbr-section-title {
  text-align: center;
}
.cid-tJ7ogd1cuY .mbr-section-subtitle {
  text-align: center;
}
.cid-tJ7ogd1cuY .mbr-text {
  text-align: left;
  color: #325188;
}
.cid-tJ7oppyeFn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ7oppyeFn .mbr-section-subtitle {
  color: #325188;
}
.cid-tJ7oppyeFn .mbr-text {
  color: #192e54;
}
.cid-tJ7os2f7hQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJ7os2f7hQ .mbr-section-subtitle {
  color: #325188;
}
.cid-tJ7os2f7hQ .mbr-text {
  color: #192e54;
}
.cid-tJ7pdS48PM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJ7pdS48PM .mbr-section-subtitle {
  color: #325188;
}
.cid-tJ7pdS48PM .mbr-text {
  color: #192e54;
}
.cid-tJgeBiI1bS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgeBiI1bS .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJftL5k4uC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJftL5k4uC .mbr-section-subtitle {
  color: #325188;
}
.cid-tJftL5k4uC .mbr-section-title {
  color: #325188;
}
.cid-tJftL5k4uC .mbr-text {
  color: #325188;
}
.cid-tJfuHjZPcJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfuHjZPcJ .mbr-text {
  color: #192e54;
}
.cid-tJfuQNZWdT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfuQNZWdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfuQNZWdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfuQNZWdT .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJfuQNZWdT .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJfuQNZWdT .mbr-section-title {
  color: #e43f3f;
}
.cid-tJfuU3zs5b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfuU3zs5b .mbr-text {
  color: #192e54;
}
.cid-tJfuWAXifk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfuWAXifk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfuWAXifk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfuWAXifk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJfuWAXifk .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJfuWAXifk .mbr-section-title {
  color: #e43f3f;
}
.cid-tJfuYkMf38 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfuYkMf38 .mbr-text {
  color: #192e54;
}
.cid-tJgeDjKlfA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgeDjKlfA .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJfvIIP8yP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfvIIP8yP .mbr-section-subtitle {
  color: #325188;
}
.cid-tJfvIIP8yP .mbr-section-title {
  color: #325188;
}
.cid-tJfvIIP8yP .mbr-text {
  color: #325188;
}
.cid-tJfw4rA7wH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfw4rA7wH .mbr-text {
  color: #192e54;
}
.cid-tJfw6QWHm4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfw6QWHm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfw6QWHm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfw6QWHm4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJfw6QWHm4 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJfw6QWHm4 .mbr-section-title {
  color: #e43f3f;
}
.cid-tJfw8lpzrD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfw8lpzrD .mbr-text {
  color: #192e54;
}
.cid-tJfw9JvP63 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfw9JvP63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfw9JvP63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfw9JvP63 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJfw9JvP63 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJfw9JvP63 .mbr-section-title {
  color: #e43f3f;
}
.cid-tJgeF5Kt7k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgeF5Kt7k .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJfyPFZH0f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfyPFZH0f .mbr-section-subtitle {
  color: #325188;
}
.cid-tJfyPFZH0f .mbr-section-title {
  color: #325188;
}
.cid-tJfyPFZH0f .mbr-text {
  color: #325188;
}
.cid-tJfySpockv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfySpockv .mbr-text {
  color: #192e54;
}
.cid-tJgeHU3t5C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgeHU3t5C .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJfzPRSGZW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfzPRSGZW .mbr-section-subtitle {
  color: #325188;
}
.cid-tJfzPRSGZW .mbr-section-title {
  color: #325188;
}
.cid-tJfzPRSGZW .mbr-text {
  color: #325188;
}
.cid-tJfzNqxPhp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfzNqxPhp .mbr-text {
  color: #192e54;
}
.cid-tJgeJoUMZQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgeJoUMZQ .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJfzRnJwPn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfzRnJwPn .mbr-section-subtitle {
  color: #325188;
}
.cid-tJfzRnJwPn .mbr-section-title {
  color: #325188;
}
.cid-tJfzRnJwPn .mbr-text {
  color: #325188;
}
.cid-tJfzXwLJf6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfzXwLJf6 .mbr-text {
  color: #192e54;
}
.cid-tJgeLgjnOu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgeLgjnOu .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJfzZgYieU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfzZgYieU .mbr-section-subtitle {
  color: #325188;
}
.cid-tJfzZgYieU .mbr-section-title {
  color: #325188;
}
.cid-tJfzZgYieU .mbr-text {
  color: #325188;
}
.cid-tJfA1aXpFt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfA1aXpFt .mbr-text {
  color: #192e54;
}
.cid-tJgeNd74UP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgeNd74UP .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJfA9q2bmI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfA9q2bmI .mbr-section-subtitle {
  color: #325188;
}
.cid-tJfA9q2bmI .mbr-section-title {
  color: #325188;
}
.cid-tJfA9q2bmI .mbr-text {
  color: #325188;
}
.cid-tJfAcdlI51 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfAcdlI51 .mbr-text {
  color: #192e54;
}
.cid-tJfCm12f9w {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfCm12f9w .mbr-section-title {
  text-align: center;
}
.cid-tJfCm12f9w .mbr-section-subtitle {
  text-align: center;
}
.cid-tJfCm12f9w .mbr-text {
  text-align: left;
  color: #325188;
}
.cid-tJfCzd2GDn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfCzd2GDn .mbr-text {
  color: #192e54;
}
.cid-tJgeOKDoZy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgeOKDoZy .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJfAdQffLU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfAdQffLU .mbr-section-subtitle {
  color: #325188;
}
.cid-tJfAdQffLU .mbr-section-title {
  color: #325188;
}
.cid-tJfAdQffLU .mbr-text {
  color: #325188;
}
.cid-tJfAfhWV3c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfAfhWV3c .mbr-text {
  color: #192e54;
}
.cid-tJfBhQu0cs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfBhQu0cs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfBhQu0cs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfBhQu0cs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJfBhQu0cs .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJfBhQu0cs .mbr-section-title {
  color: #e43f3f;
}
.cid-tJgeQjxeeQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgeQjxeeQ .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJgeUzPm5F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJgeUzPm5F .mbr-section-subtitle {
  color: #325188;
}
.cid-tJgeUzPm5F .mbr-section-title {
  color: #325188;
}
.cid-tJgeUzPm5F .mbr-text {
  color: #325188;
}
.cid-tJgf9J7OZ8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJgf9J7OZ8 .mbr-text {
  color: #192e54;
}
.cid-tJgfOPao38 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJgfOPao38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJgfOPao38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJgfOPao38 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJgfOPao38 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJgfOPao38 .mbr-section-title {
  color: #e43f3f;
}
.cid-tJgfR1PRUQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJgfR1PRUQ .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJgfTpGaP1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJgfTpGaP1 .mbr-section-subtitle {
  color: #325188;
}
.cid-tJgfTpGaP1 .mbr-section-title {
  color: #325188;
}
.cid-tJgfTpGaP1 .mbr-text {
  color: #325188;
}
.cid-tJgfW2Vp34 {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tJgfW2Vp34 .mbr-text {
  color: #192e54;
}
.cid-tJ4HmkT51T {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tJ4HmkT51T .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ4IaX8dcv {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4IaX8dcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4IaX8dcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4IaX8dcv .mbr-section-title {
  color: #325188;
  text-align: left;
}
.cid-tJ4JhXbza7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4JhXbza7 .mbr-text {
  color: #325188;
}
.cid-tJMqoMP0Uv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJMqoMP0Uv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJMqoMP0Uv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJMqoMP0Uv .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJMqoMP0Uv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJMqoMP0Uv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJMqoMP0Uv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJMqoMP0Uv .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tJMqoMP0Uv .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tJMqoMP0Uv .image-wrapper img {
  width: 90%;
  object-fit: cover;
}
.cid-tJMqoMP0Uv .card-title {
  color: #325188;
  text-align: left;
}
.cid-tJqcoVjU0y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJqcoVjU0y .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJlvSGtcHI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJlvSGtcHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlvSGtcHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlvSGtcHI .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJlvSGtcHI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJlvSGtcHI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJlvSGtcHI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJlvSGtcHI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tJlvSGtcHI .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tJlvSGtcHI .image-wrapper img {
  width: 90%;
  object-fit: cover;
}
.cid-tJlvSGtcHI .card-title {
  color: #325188;
  text-align: left;
}
.cid-tJqcyhihTe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJqcyhihTe .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJlvTMMNMS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJlvTMMNMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlvTMMNMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlvTMMNMS .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJlvTMMNMS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJlvTMMNMS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJlvTMMNMS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJlvTMMNMS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tJlvTMMNMS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tJlvTMMNMS .image-wrapper img {
  width: 90%;
  object-fit: cover;
}
.cid-tJlvTMMNMS .card-title {
  color: #325188;
  text-align: left;
}
.cid-tJqdhtyOYe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJqdhtyOYe .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJqdfcKoCj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJqdfcKoCj .mbr-text {
  color: #325188;
}
.cid-tJqdmHrate {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJqdmHrate .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqdmHrate .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJqdmHrate .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJqdmHrate .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJqdmHrate .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJqdmHrate .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJqdmHrate .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tJqdmHrate .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tJqdmHrate .image-wrapper img {
  width: 90%;
  object-fit: cover;
}
.cid-tJqdmHrate .card-title {
  color: #325188;
  text-align: left;
}
.cid-tJqdQ9QVt6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJqdQ9QVt6 .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJqdNM3mLx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJqdNM3mLx .mbr-text {
  color: #325188;
}
.cid-tJqdSq3EaE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJqdSq3EaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqdSq3EaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJqdSq3EaE .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJqdSq3EaE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJqdSq3EaE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJqdSq3EaE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJqdSq3EaE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tJqdSq3EaE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tJqdSq3EaE .image-wrapper img {
  width: 90%;
  object-fit: cover;
}
.cid-tJqdSq3EaE .card-title {
  color: #325188;
  text-align: left;
}
.cid-tJ4Ib1MyoL {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tJ4Ib1MyoL .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ4ZePXIWr {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4ZePXIWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4ZePXIWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4ZePXIWr .mbr-section-title {
  color: #325188;
  text-align: left;
}
.cid-tJ4ZeVakCk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4ZeVakCk .mbr-section-title {
  text-align: center;
}
.cid-tJ4ZeVakCk .mbr-section-subtitle {
  text-align: center;
}
.cid-tJ4ZeVakCk .mbr-text {
  text-align: left;
  color: #325188;
}
.cid-tJcQYRDKPb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJcQYRDKPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJcQYRDKPb .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-tJcQYRDKPb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJcQYRDKPb .row {
  flex-direction: row-reverse;
}
.cid-tJcQYRDKPb img {
  width: 100%;
}
.cid-tJ4ZeYAFPb {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJ4ZeYAFPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4ZeYAFPb .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-tJ4ZeYAFPb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ4ZeYAFPb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ4ZeYAFPb .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJ4ZeYAFPb .mbr-section-title {
  color: #325188;
  text-align: center;
}
.cid-tJ4ZeYAFPb .mbr-text {
  color: #325188;
  text-align: center;
}
.cid-tJ4ZeZ7VT6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tJ4ZeZ7VT6 .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ6JziW1dU {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ6JziW1dU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ6JziW1dU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ6JziW1dU .mbr-section-title {
  color: #192e54;
  text-align: left;
}
.cid-tJaDq2xaho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJaDq2xaho .mbr-section-subtitle {
  color: #192e54;
}
.cid-tJaDq2xaho .mbr-text {
  color: #325188;
}
.cid-tJ6Jzu0iop {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tJ6Jzu0iop .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJalKN9sC9 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJalKN9sC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJalKN9sC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJalKN9sC9 .mbr-section-title {
  color: #325188;
}
.cid-tJaq8TXRRP {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJaq8TXRRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJaq8TXRRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJaq8TXRRP .item {
  padding-bottom: 2rem;
}
.cid-tJaq8TXRRP .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-tJaq8TXRRP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tJaq8TXRRP .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-tJaq8TXRRP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJaq8TXRRP .carousel-control,
.cid-tJaq8TXRRP .close {
  background: #1b1b1b;
}
.cid-tJaq8TXRRP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJaq8TXRRP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJaq8TXRRP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJaq8TXRRP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJaq8TXRRP .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-tJaq8TXRRP .close::before {
  content: '\e91a';
}
.cid-tJaq8TXRRP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJaq8TXRRP .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-tJaq8TXRRP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJaq8TXRRP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJaq8TXRRP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJaq8TXRRP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJaq8TXRRP .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-tJaq8TXRRP .carousel-indicators li.active,
.cid-tJaq8TXRRP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJaq8TXRRP .carousel-indicators li::after,
.cid-tJaq8TXRRP .carousel-indicators li::before {
  content: none;
}
.cid-tJaq8TXRRP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJaq8TXRRP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJaq8TXRRP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJaq8TXRRP .carousel-indicators {
    display: none;
  }
}
.cid-tJaq8TXRRP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJaq8TXRRP .carousel-inner > .active {
  display: block;
}
.cid-tJaq8TXRRP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJaq8TXRRP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJaq8TXRRP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJaq8TXRRP .carousel-control,
  .cid-tJaq8TXRRP .carousel-indicators,
  .cid-tJaq8TXRRP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJaq8TXRRP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJaq8TXRRP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJaq8TXRRP .carousel-indicators .active,
.cid-tJaq8TXRRP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJaq8TXRRP .carousel-indicators .active {
  background: #fff;
}
.cid-tJaq8TXRRP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJaq8TXRRP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJaq8TXRRP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJaq8TXRRP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJaq8TXRRP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJaq8TXRRP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJaq8TXRRP .carousel {
  width: 100%;
}
.cid-tJaq8TXRRP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJaq8TXRRP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJaq8TXRRP .modal.fade .modal-dialog,
.cid-tJaq8TXRRP .modal.in .modal-dialog {
  transform: none;
}
.cid-tJaq8TXRRP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJaq8TXRRP H6 {
  text-align: center;
  color: #325188;
}
.cid-tJaq8TXRRP H3 {
  color: #325188;
}
.cid-tJlwONnuhu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJlwONnuhu .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJlwZaLqAz {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJlwZaLqAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlwZaLqAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlwZaLqAz .item {
  padding-bottom: 2rem;
}
.cid-tJlwZaLqAz .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-tJlwZaLqAz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tJlwZaLqAz .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-tJlwZaLqAz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJlwZaLqAz .carousel-control,
.cid-tJlwZaLqAz .close {
  background: #1b1b1b;
}
.cid-tJlwZaLqAz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJlwZaLqAz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJlwZaLqAz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJlwZaLqAz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJlwZaLqAz .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-tJlwZaLqAz .close::before {
  content: '\e91a';
}
.cid-tJlwZaLqAz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJlwZaLqAz .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-tJlwZaLqAz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJlwZaLqAz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJlwZaLqAz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJlwZaLqAz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJlwZaLqAz .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-tJlwZaLqAz .carousel-indicators li.active,
.cid-tJlwZaLqAz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJlwZaLqAz .carousel-indicators li::after,
.cid-tJlwZaLqAz .carousel-indicators li::before {
  content: none;
}
.cid-tJlwZaLqAz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJlwZaLqAz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJlwZaLqAz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJlwZaLqAz .carousel-indicators {
    display: none;
  }
}
.cid-tJlwZaLqAz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJlwZaLqAz .carousel-inner > .active {
  display: block;
}
.cid-tJlwZaLqAz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJlwZaLqAz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJlwZaLqAz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJlwZaLqAz .carousel-control,
  .cid-tJlwZaLqAz .carousel-indicators,
  .cid-tJlwZaLqAz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJlwZaLqAz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJlwZaLqAz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJlwZaLqAz .carousel-indicators .active,
.cid-tJlwZaLqAz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJlwZaLqAz .carousel-indicators .active {
  background: #fff;
}
.cid-tJlwZaLqAz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJlwZaLqAz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJlwZaLqAz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJlwZaLqAz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJlwZaLqAz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJlwZaLqAz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJlwZaLqAz .carousel {
  width: 100%;
}
.cid-tJlwZaLqAz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJlwZaLqAz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJlwZaLqAz .modal.fade .modal-dialog,
.cid-tJlwZaLqAz .modal.in .modal-dialog {
  transform: none;
}
.cid-tJlwZaLqAz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJlwZaLqAz H6 {
  text-align: center;
  color: #325188;
}
.cid-tJlwZaLqAz H3 {
  color: #325188;
}
.cid-tJlyn2UqRs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJlyn2UqRs .line {
  background-color: #222222;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJlxZBfQSo {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJlxZBfQSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlxZBfQSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlxZBfQSo .item {
  padding-bottom: 2rem;
}
.cid-tJlxZBfQSo .item-wrapper {
  position: relative;
}
.cid-tJlxZBfQSo .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-tJlxZBfQSo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJlxZBfQSo .carousel-control,
.cid-tJlxZBfQSo .close {
  background: #1b1b1b;
}
.cid-tJlxZBfQSo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJlxZBfQSo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJlxZBfQSo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJlxZBfQSo .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJlxZBfQSo .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-tJlxZBfQSo .close::before {
  content: '\e91a';
}
.cid-tJlxZBfQSo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJlxZBfQSo .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-tJlxZBfQSo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJlxZBfQSo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJlxZBfQSo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJlxZBfQSo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJlxZBfQSo .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-tJlxZBfQSo .carousel-indicators li.active,
.cid-tJlxZBfQSo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJlxZBfQSo .carousel-indicators li::after,
.cid-tJlxZBfQSo .carousel-indicators li::before {
  content: none;
}
.cid-tJlxZBfQSo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJlxZBfQSo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJlxZBfQSo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJlxZBfQSo .carousel-indicators {
    display: none;
  }
}
.cid-tJlxZBfQSo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJlxZBfQSo .carousel-inner > .active {
  display: block;
}
.cid-tJlxZBfQSo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJlxZBfQSo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJlxZBfQSo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJlxZBfQSo .carousel-control,
  .cid-tJlxZBfQSo .carousel-indicators,
  .cid-tJlxZBfQSo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJlxZBfQSo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJlxZBfQSo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJlxZBfQSo .carousel-indicators .active,
.cid-tJlxZBfQSo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJlxZBfQSo .carousel-indicators .active {
  background: #fff;
}
.cid-tJlxZBfQSo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJlxZBfQSo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJlxZBfQSo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJlxZBfQSo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJlxZBfQSo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJlxZBfQSo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJlxZBfQSo .carousel {
  width: 100%;
}
.cid-tJlxZBfQSo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJlxZBfQSo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJlxZBfQSo .modal.fade .modal-dialog,
.cid-tJlxZBfQSo .modal.in .modal-dialog {
  transform: none;
}
.cid-tJlxZBfQSo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJlxZBfQSo H6 {
  text-align: center;
  color: #325188;
}
.cid-tJlxZBfQSo H3 {
  color: #325188;
}
.cid-tJalKT7gDP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tJalKT7gDP .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ45VA8qnj {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ45VA8qnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ45VA8qnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ45VA8qnj .mbr-section-title {
  color: #325188;
}
.cid-tJ47z0uHNn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ47z0uHNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ47z0uHNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ47z0uHNn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ47z0uHNn .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJ47z0uHNn .mbr-section-title {
  color: #982828;
}
.cid-tJ47z0uHNn .mbr-text,
.cid-tJ47z0uHNn .mbr-section-btn {
  color: #325188;
}
.cid-tJ45VAOTfp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ45VAOTfp img,
.cid-tJ45VAOTfp .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJ45VAOTfp .item:focus,
.cid-tJ45VAOTfp span:focus {
  outline: none;
}
.cid-tJ45VAOTfp .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tJ45VAOTfp .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJ45VAOTfp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJ45VAOTfp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tJ45VAOTfp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJ45VAOTfp .mbr-section-title {
  color: #ffffff;
}
.cid-tJ45VAOTfp .mbr-text,
.cid-tJ45VAOTfp .mbr-section-btn {
  text-align: center;
}
.cid-tJ45VAOTfp .item-title {
  text-align: center;
}
.cid-tJ45VAOTfp .item-subtitle {
  text-align: left;
}
.cid-tJ45VBq3MO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ45VBq3MO .mbr-section-title {
  text-align: center;
}
.cid-tJ45VBq3MO .mbr-section-subtitle {
  text-align: center;
}
.cid-tJ45VBq3MO .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJ4gvmtnYY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ4gvmtnYY .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tJ4gvmtnYY .mbr-section-title {
  color: #24262b;
}
.cid-tJ4gvmtnYY .mbr-section-subtitle {
  color: #24262b;
}
.cid-tJ4gvmtnYY .items-row {
  row-gap: 32px;
}
.cid-tJ4gvmtnYY .item {
  cursor: pointer;
}
.cid-tJ4gvmtnYY .item:focus,
.cid-tJ4gvmtnYY span:focus {
  outline: none;
}
.cid-tJ4gvmtnYY .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tJ4gvmtnYY .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-tJ4gvmtnYY img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-tJ4gvmtnYY .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-tJ4gvmtnYY .item-title {
  color: #24262b;
}
.cid-tJ4gvmtnYY .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-tJ4gvmtnYY .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-tJ45VCTT0Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ45VCTT0Z .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJ4kf6gda8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4kf6gda8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4kf6gda8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4kf6gda8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ4kf6gda8 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJ4kf6gda8 .mbr-section-title {
  color: #e43f3f;
}
.cid-tJ45VGMBbt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4lhiR4mN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4lhiR4mN .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJ4lRdllRK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ4lRdllRK .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tJ4lRdllRK .mbr-section-title {
  color: #24262b;
}
.cid-tJ4lRdllRK .mbr-section-subtitle {
  color: #24262b;
}
.cid-tJ4lRdllRK .items-row {
  row-gap: 32px;
}
.cid-tJ4lRdllRK .item {
  cursor: pointer;
}
.cid-tJ4lRdllRK .item:focus,
.cid-tJ4lRdllRK span:focus {
  outline: none;
}
.cid-tJ4lRdllRK .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tJ4lRdllRK .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-tJ4lRdllRK img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 7));
  object-fit: cover;
}
.cid-tJ4lRdllRK .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-tJ4lRdllRK .item-title {
  color: #24262b;
}
.cid-tJ4lRdllRK .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-tJ4lRdllRK .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-tJ4lRdllRK .mbr-text,
.cid-tJ4lRdllRK .mbr-section-btn {
  text-align: center;
  color: #325188;
}
.cid-tJ45VHc0CZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tJ45VHc0CZ .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJBaL3wTg8 {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/moodbild-erdanker-5-versenkt-2000x1216.jpg");
}
.cid-tJBaL3wTg8 .mbr-overlay {
  background-color: #353535;
  opacity: 0.2;
}
.cid-tJBaL3wTg8 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tJBaL3wTg8 {
    align-items: flex-end;
  }
  .cid-tJBaL3wTg8 .row {
    justify-content: center;
  }
  .cid-tJBaL3wTg8 .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJBaL3wTg8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJBaL3wTg8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJBaL3wTg8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJBaL3wTg8 .content-wrap {
    width: 100%;
  }
}
.cid-tJBaL3wTg8 .mbr-section-title {
  text-align: center;
}
.cid-tJBaL3wTg8 .mbr-text,
.cid-tJBaL3wTg8 .mbr-section-btn {
  text-align: center;
}
.cid-tJBaL4CdMS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJBaL4CdMS .mbr-section-subtitle {
  color: #325188;
}
.cid-tJBaL4CdMS .mbr-text {
  color: #325188;
}
.cid-tJBcilfxph {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJBcilfxph .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJBcilfxph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJBcilfxph .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJBcilfxph .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJBcilfxph .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJBcilfxph .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJBcilfxph .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tJBcilfxph .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tJBcilfxph .image-wrapper img {
  width: 90%;
  object-fit: cover;
}
.cid-tJBcilfxph .card-title {
  color: #325188;
  text-align: left;
}
.cid-tJBaL5luFQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tJBaL5luFQ .media-container-row .mbr-text {
  text-align: right;
}
.cid-tJLOk8S3pR {
  z-index: 1000;
  width: 100%;
}
.cid-tJLOk8S3pR nav.navbar {
  position: fixed;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJLOk8S3pR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJLOk8S3pR .dropdown-item:hover,
.cid-tJLOk8S3pR .dropdown-item:focus {
  background: #192e54 !important;
  color: white !important;
}
.cid-tJLOk8S3pR .dropdown-item:hover span {
  color: white;
}
.cid-tJLOk8S3pR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJLOk8S3pR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJLOk8S3pR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJLOk8S3pR .nav-link {
  position: relative;
}
.cid-tJLOk8S3pR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .container {
    flex-wrap: nowrap;
  }
}
.cid-tJLOk8S3pR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown-menu,
.cid-tJLOk8S3pR .navbar.opened {
  background: #192e54 !important;
}
.cid-tJLOk8S3pR .nav-item:focus,
.cid-tJLOk8S3pR .nav-link:focus {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJLOk8S3pR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJLOk8S3pR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJLOk8S3pR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJLOk8S3pR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.opened {
  transition: all 0.3s;
}
.cid-tJLOk8S3pR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJLOk8S3pR .navbar .navbar-logo img {
  width: auto;
}
.cid-tJLOk8S3pR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJLOk8S3pR .navbar.collapsed {
  justify-content: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJLOk8S3pR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJLOk8S3pR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJLOk8S3pR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJLOk8S3pR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJLOk8S3pR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJLOk8S3pR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJLOk8S3pR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJLOk8S3pR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJLOk8S3pR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJLOk8S3pR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJLOk8S3pR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJLOk8S3pR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJLOk8S3pR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJLOk8S3pR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJLOk8S3pR .dropdown-item.active,
.cid-tJLOk8S3pR .dropdown-item:active {
  background-color: transparent;
}
.cid-tJLOk8S3pR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJLOk8S3pR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192e54;
}
.cid-tJLOk8S3pR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJLOk8S3pR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJLOk8S3pR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJLOk8S3pR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJLOk8S3pR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f7ef;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJLOk8S3pR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJLOk8S3pR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJLOk8S3pR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJLOk8S3pR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJLOk8S3pR .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-tJLOk8S3pR .navbar {
    height: 70px;
  }
  .cid-tJLOk8S3pR .navbar.opened {
    height: auto;
  }
  .cid-tJLOk8S3pR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ4nsRQT1C {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4nsRQT1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4nsRQT1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4nsRQT1C .mbr-section-title {
  color: #325188;
}
.cid-tJ4nsThaVW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ4nsThaVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4nsThaVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4nsThaVW .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ4nsThaVW .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tJ4nsThaVW .mbr-section-title {
  color: #982828;
}
.cid-tJ4nsThaVW .mbr-text,
.cid-tJ4nsThaVW .mbr-section-btn {
  color: #325188;
}
.cid-tJ4nsTS5KL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4nsTS5KL img,
.cid-tJ4nsTS5KL .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJ4nsTS5KL .item:focus,
.cid-tJ4nsTS5KL span:focus {
  outline: none;
}
.cid-tJ4nsTS5KL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tJ4nsTS5KL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJ4nsTS5KL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJ4nsTS5KL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tJ4nsTS5KL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJ4nsTS5KL .mbr-section-title {
  color: #ffffff;
}
.cid-tJ4nsTS5KL .mbr-text,
.cid-tJ4nsTS5KL .mbr-section-btn {
  text-align: center;
}
.cid-tJ4nsTS5KL .item-title {
  text-align: center;
}
.cid-tJ4nsTS5KL .item-subtitle {
  text-align: left;
}
.cid-tJ4nsUEhpB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4nsUEhpB .mbr-section-title {
  text-align: center;
}
.cid-tJ4nsUEhpB .mbr-section-subtitle {
  text-align: center;
}
.cid-tJ4nsUEhpB .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJ4nsVdeTs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ4nsVdeTs .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tJ4nsVdeTs .mbr-section-title {
  color: #24262b;
}
.cid-tJ4nsVdeTs .mbr-section-subtitle {
  color: #24262b;
}
.cid-tJ4nsVdeTs .items-row {
  row-gap: 32px;
}
.cid-tJ4nsVdeTs .item {
  cursor: pointer;
}
.cid-tJ4nsVdeTs .item:focus,
.cid-tJ4nsVdeTs span:focus {
  outline: none;
}
.cid-tJ4nsVdeTs .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tJ4nsVdeTs .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-tJ4nsVdeTs img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-tJ4nsVdeTs .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-tJ4nsVdeTs .item-title {
  color: #24262b;
}
.cid-tJ4nsVdeTs .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-tJ4nsVdeTs .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-tJ4nsW0gXq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ4nsW0gXq .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJ4nsXeJTq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4nsXMsSe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ4nsXMsSe .mbr-text {
  text-align: center;
  color: #325188;
}
.cid-tJ4nsYfSZs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJ4nsYfSZs .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tJ4nsYfSZs .mbr-section-title {
  color: #24262b;
}
.cid-tJ4nsYfSZs .mbr-section-subtitle {
  color: #24262b;
}
.cid-tJ4nsYfSZs .items-row {
  row-gap: 32px;
}
.cid-tJ4nsYfSZs .item {
  cursor: pointer;
}
.cid-tJ4nsYfSZs .item:focus,
.cid-tJ4nsYfSZs span:focus {
  outline: none;
}
.cid-tJ4nsYfSZs .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tJ4nsYfSZs .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-tJ4nsYfSZs img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 7));
  object-fit: cover;
}
.cid-tJ4nsYfSZs .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-tJ4nsYfSZs .item-title {
  color: #24262b;
}
.cid-tJ4nsYfSZs .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-tJ4nsYfSZs .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-tJ4nsYfSZs .mbr-text,
.cid-tJ4nsYfSZs .mbr-section-btn {
  text-align: center;
  color: #325188;
}
.cid-tJ4nsZb7XS {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #192e54;
  overflow: hidden;
}
.cid-tJ4nsZb7XS .media-container-row .mbr-text {
  text-align: right;
}
