body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((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: #2e3192 !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #36187d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e3192 !important;
  border-color: #2e3192 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #22246b !important;
  border-color: #22246b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #22246b !important;
  border-color: #22246b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2e3192;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #191b50 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e3192 !important;
  border-color: #2e3192 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea2396;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61067 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #2e3192 !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #161744 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980f5e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !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: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #110827 !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):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #2e3192;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #36187d;
}
.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: #2e3192;
  border-color: #2e3192;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2e3192;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6e71d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.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: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2e3192 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2e3192;
}
/* 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: #2e3192;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2e3192;
}
.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: #2e3192;
  border-bottom-color: #2e3192;
}
.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: #2e3192 !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: #ea2396 !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='%232e3192' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tslGmcMjmU {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tslGmcMjmU .mbr-section-title {
  color: #ffffff;
}
.cid-tslGmcMjmU .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tslGmcMjmU .mbr-text {
  color: #ffffff;
}
.cid-tslGmcMjmU .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tslGmcMjmU .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tslGmcMjmU .text-col {
  align-items: center;
  display: flex;
}
.cid-tslGmcMjmU .mbr-section-subtitle,
.cid-tslGmcMjmU .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tslK5Bvw8l {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tslK5Bvw8l .container {
  padding: 0 5%;
}
.cid-tslK5Bvw8l .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #F0F4FF;
  text-align: center;
}
.cid-tslK5Bvw8l .article-wrapper {
  background-color: #1e4381;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-tslK5Bvw8l .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tslK5Bvw8l .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-tslK5Bvw8l .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-tslK5Bvw8l .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-tslK5Bvw8l .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-tslK5Bvw8l .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-tslK5Bvw8l .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-tslK5Bvw8l .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-tslK5Bvw8l .article-column1 {
    padding-right: 16px;
  }
}
.cid-tslK5Bvw8l .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-tslK5Bvw8l .article-column2 {
    padding-left: 16px;
  }
}
.cid-tslK5Bvw8l .mbr-section-subtitle,
.cid-tslK5Bvw8l .mbr-iconfont {
  color: #e082c5;
}
.cid-tslK5Bvw8l .mbr-text {
  color: #ffffff;
}
.cid-tslK5Bvw8l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsIYqH0PAv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIYqH0PAv p {
  text-align: center;
}
.cid-tsIYqH0PAv .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIYqH0PAv .btn-underline:hover {
  color: #505050;
}
.cid-tsIYqH0PAv .btn-underline:before {
  background-color: #505050;
}
.cid-tsIYqH0PAv .social-list a:focus {
  text-decoration: none;
}
.cid-tsIYqH0PAv .text-copyright {
  width: 100%;
}
.cid-tsIYqH0PAv .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIYqH0PAv .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIYqH0PAv .logo-footer {
  line-height: normal;
}
.cid-tsIYqH0PAv .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIYqH0PAv .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIYqH0PAv .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIYqH0PAv .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsifyozVwd {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsifyozVwd .mbr-section-title {
  color: #ffffff;
}
.cid-tsifyozVwd .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsifyozVwd .mbr-text {
  color: #ffffff;
}
.cid-tsifyozVwd .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsifyozVwd .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsifyozVwd .text-col {
  align-items: center;
  display: flex;
}
.cid-tsifyozVwd .mbr-section-subtitle,
.cid-tsifyozVwd .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsihg8oRTX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsihg8oRTX .col-lg-6 {
  padding: 0 2rem;
}
.cid-tsihg8oRTX .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tsihg8oRTX .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-tsihg8oRTX .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tsihg8oRTX .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tsihg8oRTX .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-tsihg8oRTX .mbr-iconfont {
  font-size: 3rem;
  color: #0196e3;
  padding: 2.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
}
.cid-tsihg8oRTX .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-tsihg8oRTX .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsihg8oRTX .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tsihg8oRTX .card-text {
  color: #6c758f;
}
.cid-tsihg8oRTX .card-title {
  color: #1e4381;
}
.cid-tsihg8oRTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsihg8oRTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsiiHXisgE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsiiHXisgE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tsiiHXisgE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tsiiHXisgE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e3192;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tsiiHXisgE H3 {
  color: #1e4381;
}
.cid-tsiiHXisgE .list {
  color: #6c758f;
}
.cid-tsiiHXisgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsiiHXisgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsijLskrFP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsijLskrFP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tsijLskrFP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tsijLskrFP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e3192;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tsijLskrFP H3 {
  color: #36187d;
}
.cid-tsijLskrFP .list {
  color: #6c758f;
}
.cid-tsijLskrFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsijLskrFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsikuqOawg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsikuqOawg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tsikuqOawg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tsikuqOawg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e3192;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tsikuqOawg H3 {
  color: #36187d;
}
.cid-tsikuqOawg .list {
  color: #6c758f;
}
.cid-tsikuqOawg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsikuqOawg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsilTt3H8x {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsilTt3H8x .mbr-section-title {
  color: #1e4381;
}
.cid-tsilTt3H8x .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-tsilTt3H8x .align-left {
    text-align: center;
  }
}
.cid-tsilTt3H8x .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-tsilTt3H8x .row {
    padding: 3rem 2rem;
  }
}
.cid-tsilTt3H8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsilTt3H8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsioNvYSnn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsioNvYSnn .col-lg-6 {
  padding: 0 2rem;
}
.cid-tsioNvYSnn .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tsioNvYSnn .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-tsioNvYSnn .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tsioNvYSnn .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tsioNvYSnn .card-wrapper:hover {
  background: #ffffff;
}
.cid-tsioNvYSnn .mbr-iconfont {
  font-size: 3rem;
  color: #1e4381;
  padding: 2.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
}
.cid-tsioNvYSnn .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-tsioNvYSnn .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsioNvYSnn .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tsioNvYSnn .card-text {
  color: #6c758f;
}
.cid-tsioNvYSnn .card-title {
  color: #1e4381;
}
.cid-tsioNvYSnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsioNvYSnn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsiqfntzSv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsiqfntzSv .col-lg-6 {
  padding: 0 2rem;
}
.cid-tsiqfntzSv .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tsiqfntzSv .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-tsiqfntzSv .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tsiqfntzSv .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tsiqfntzSv .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-tsiqfntzSv .mbr-iconfont {
  font-size: 3rem;
  color: #1e4381;
  padding: 2.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
}
.cid-tsiqfntzSv .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-tsiqfntzSv .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsiqfntzSv .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tsiqfntzSv .card-text {
  color: #6c758f;
}
.cid-tsiqfntzSv .card-title {
  color: #1e4381;
}
.cid-tsiqfntzSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsiqfntzSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsilumZLhk {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #1e4381;
}
.cid-tsilumZLhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsilumZLhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsil6LR7Jc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsil6LR7Jc .mbr-section-subtitle {
  color: #36187d;
}
.cid-tsil6LR7Jc .mbr-text {
  color: #1e4381;
}
.cid-tsIYvk4mcB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIYvk4mcB p {
  text-align: center;
}
.cid-tsIYvk4mcB .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIYvk4mcB .btn-underline:hover {
  color: #505050;
}
.cid-tsIYvk4mcB .btn-underline:before {
  background-color: #505050;
}
.cid-tsIYvk4mcB .social-list a:focus {
  text-decoration: none;
}
.cid-tsIYvk4mcB .text-copyright {
  width: 100%;
}
.cid-tsIYvk4mcB .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIYvk4mcB .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIYvk4mcB .logo-footer {
  line-height: normal;
}
.cid-tsIYvk4mcB .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIYvk4mcB .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIYvk4mcB .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIYvk4mcB .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .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-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #ffffff !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiP9pY73j {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiP9pY73j .mbr-section-title {
  color: #ffffff;
}
.cid-tsiP9pY73j .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiP9pY73j .mbr-text {
  color: #ffffff;
}
.cid-tsiP9pY73j .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiP9pY73j .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiP9pY73j .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiP9pY73j .mbr-section-subtitle,
.cid-tsiP9pY73j .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-svGLnMdalK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-svGLnMdalK .title {
  padding: 0 2rem;
  color: #1e4381;
}
.cid-svGLnMdalK .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-svGLnMdalK .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-svGLnMdalK img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-svGLnMdalK .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGLnMdalK .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGLnMdalK .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-svGLnMdalK .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-svGLnMdalK .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-tshqQsPdEY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tshqQsPdEY .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tshqQsPdEY .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tshqQsPdEY .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tshqQsPdEY img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tshqQsPdEY .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tshqQsPdEY .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tshqQsPdEY .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tshqQsPdEY .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tshqQsPdEY .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-tshqQsPdEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tshqQsPdEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tshqRzfP5b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tshqRzfP5b .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tshqRzfP5b .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tshqRzfP5b .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tshqRzfP5b img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tshqRzfP5b .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tshqRzfP5b .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tshqRzfP5b .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tshqRzfP5b .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tshqRzfP5b .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-tshqRzfP5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tshqRzfP5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tshqR1yJ4R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tshqR1yJ4R .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tshqR1yJ4R .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tshqR1yJ4R .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tshqR1yJ4R img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tshqR1yJ4R .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tshqR1yJ4R .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tshqR1yJ4R .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tshqR1yJ4R .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tshqR1yJ4R .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-tshqR1yJ4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tshqR1yJ4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tshyxaa3yO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tshyxaa3yO .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tshyxaa3yO .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tshyxaa3yO .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tshyxaa3yO img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tshyxaa3yO .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tshyxaa3yO .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tshyxaa3yO .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tshyxaa3yO .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tshyxaa3yO .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-tshyxaa3yO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tshyxaa3yO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tshyvz5mtd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tshyvz5mtd .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tshyvz5mtd .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tshyvz5mtd .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tshyvz5mtd img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tshyvz5mtd .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tshyvz5mtd .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tshyvz5mtd .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tshyvz5mtd .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tshyvz5mtd .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-tshyvz5mtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tshyvz5mtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tshywr26Zy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tshywr26Zy .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tshywr26Zy .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tshywr26Zy .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tshywr26Zy img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tshywr26Zy .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tshywr26Zy .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tshywr26Zy .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tshywr26Zy .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tshywr26Zy .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-tshywr26Zy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tshywr26Zy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP5j9Y1LJH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP5j9Y1LJH .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tP5j9Y1LJH .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tP5j9Y1LJH .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tP5j9Y1LJH img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tP5j9Y1LJH .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tP5j9Y1LJH .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tP5j9Y1LJH .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tP5j9Y1LJH .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tP5j9Y1LJH .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-tP5j9Y1LJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5j9Y1LJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP5jdJn7GI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP5jdJn7GI .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tP5jdJn7GI .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tP5jdJn7GI .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tP5jdJn7GI img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tP5jdJn7GI .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tP5jdJn7GI .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tP5jdJn7GI .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tP5jdJn7GI .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tP5jdJn7GI .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-tP5jdJn7GI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5jdJn7GI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u38U3UVHlt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u38U3UVHlt .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-u38U3UVHlt .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-u38U3UVHlt .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-u38U3UVHlt img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-u38U3UVHlt .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u38U3UVHlt .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u38U3UVHlt .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-u38U3UVHlt .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-u38U3UVHlt .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-u38U3UVHlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u38U3UVHlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um4Nw9KJO7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um4Nw9KJO7 .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-um4Nw9KJO7 .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-um4Nw9KJO7 .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-um4Nw9KJO7 img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-um4Nw9KJO7 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-um4Nw9KJO7 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-um4Nw9KJO7 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-um4Nw9KJO7 .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-um4Nw9KJO7 .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-um4Nw9KJO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4Nw9KJO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsIYzgf7cs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIYzgf7cs p {
  text-align: center;
}
.cid-tsIYzgf7cs .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIYzgf7cs .btn-underline:hover {
  color: #505050;
}
.cid-tsIYzgf7cs .btn-underline:before {
  background-color: #505050;
}
.cid-tsIYzgf7cs .social-list a:focus {
  text-decoration: none;
}
.cid-tsIYzgf7cs .text-copyright {
  width: 100%;
}
.cid-tsIYzgf7cs .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIYzgf7cs .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIYzgf7cs .logo-footer {
  line-height: normal;
}
.cid-tsIYzgf7cs .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIYzgf7cs .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIYzgf7cs .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIYzgf7cs .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsivX0pQQW {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsivX0pQQW .mbr-section-title {
  color: #ffffff;
}
.cid-tsivX0pQQW .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsivX0pQQW .mbr-text {
  color: #ffffff;
}
.cid-tsivX0pQQW .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsivX0pQQW .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsivX0pQQW .text-col {
  align-items: center;
  display: flex;
}
.cid-tsivX0pQQW .mbr-section-subtitle,
.cid-tsivX0pQQW .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsiwsjxTQs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsiwsjxTQs .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tsiwsjxTQs .card-title {
  max-width: 600px;
  color: #1e4381;
}
.cid-tsiwsjxTQs a {
  display: flex;
}
.cid-tsiwsjxTQs .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tsiwsjxTQs .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tsiwsjxTQs .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsiwsjxTQs .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiwsjxTQs img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tsiwsjxTQs .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tsiwsjxTQs .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsiwsjxTQs .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tsiwsjxTQs .card-text {
  color: #0196e3;
}
.cid-tsiwsjxTQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsiwsjxTQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsixbkxU8g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsixbkxU8g .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tsixbkxU8g .card-title {
  max-width: 600px;
  color: #1e4381;
}
.cid-tsixbkxU8g a {
  display: flex;
}
.cid-tsixbkxU8g .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tsixbkxU8g .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tsixbkxU8g .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsixbkxU8g .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsixbkxU8g img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tsixbkxU8g .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tsixbkxU8g .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsixbkxU8g .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tsixbkxU8g .card-text {
  color: #0196e3;
}
.cid-tsixbkxU8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsixbkxU8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsIYD2dNnx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIYD2dNnx p {
  text-align: center;
}
.cid-tsIYD2dNnx .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIYD2dNnx .btn-underline:hover {
  color: #505050;
}
.cid-tsIYD2dNnx .btn-underline:before {
  background-color: #505050;
}
.cid-tsIYD2dNnx .social-list a:focus {
  text-decoration: none;
}
.cid-tsIYD2dNnx .text-copyright {
  width: 100%;
}
.cid-tsIYD2dNnx .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIYD2dNnx .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIYD2dNnx .logo-footer {
  line-height: normal;
}
.cid-tsIYD2dNnx .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIYD2dNnx .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIYD2dNnx .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIYD2dNnx .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tsm1dO5XdR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsm1dO5XdR .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tsm1dO5XdR .container {
    padding: 0 ;
  }
}
.cid-tsm1dO5XdR .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tsm1dO5XdR .navbar.opened {
  transition: all 0.3s;
}
.cid-tsm1dO5XdR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsm1dO5XdR .navbar .navbar-logo img {
  width: auto;
}
.cid-tsm1dO5XdR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsm1dO5XdR .navbar.collapsed {
  justify-content: center;
}
.cid-tsm1dO5XdR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsm1dO5XdR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsm1dO5XdR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tsm1dO5XdR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsm1dO5XdR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsm1dO5XdR .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-tsm1dO5XdR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsm1dO5XdR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsm1dO5XdR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsm1dO5XdR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsm1dO5XdR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsm1dO5XdR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsm1dO5XdR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsm1dO5XdR .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-tsm1dO5XdR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsm1dO5XdR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsm1dO5XdR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsm1dO5XdR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsm1dO5XdR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsm1dO5XdR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tsm1dO5XdR .navbar.navbar-short {
  min-height: 110px;
}
.cid-tsm1dO5XdR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsm1dO5XdR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsm1dO5XdR .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tsm1dO5XdR nav.navbar {
  position: fixed;
}
.cid-tsm1dO5XdR .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-tsm1dO5XdR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tsm1dO5XdR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsm1dO5XdR .dropdown-item:hover,
.cid-tsm1dO5XdR .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-tsm1dO5XdR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsm1dO5XdR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsm1dO5XdR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsm1dO5XdR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsm1dO5XdR .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsm1dO5XdR .dropdown-menu,
.cid-tsm1dO5XdR .navbar.opened {
  background: #ffffff !important;
}
.cid-tsm1dO5XdR .nav-item:focus,
.cid-tsm1dO5XdR .nav-link:focus {
  outline: none;
}
.cid-tsm1dO5XdR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsm1dO5XdR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsm1dO5XdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsm1dO5XdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsm1dO5XdR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsm1dO5XdR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsm1dO5XdR .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-tsm1dO5XdR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsm1dO5XdR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsm1dO5XdR .dropdown-item.active,
.cid-tsm1dO5XdR .dropdown-item:active {
  background-color: transparent;
}
.cid-tsm1dO5XdR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsm1dO5XdR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsm1dO5XdR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsm1dO5XdR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsm1dO5XdR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsm1dO5XdR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsm1dO5XdR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsm1dO5XdR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsm1dO5XdR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsm1dO5XdR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-tsm1dO5XdR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsm1dO5XdR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsm1dO5XdR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsm1dO5XdR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsm1dO5XdR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsm1dO5XdR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsm1dO5XdR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsm1dO5XdR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsm1dO5XdR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsm1dO5XdR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsm1dO5XdR .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-tsm1dO5XdR .navbar {
    height: 70px;
  }
  .cid-tsm1dO5XdR .navbar.opened {
    height: auto;
  }
  .cid-tsm1dO5XdR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsm1dO5XdR .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsm1dO5XdR .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsm1dOLNin {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsm1dOLNin .mbr-section-title {
  color: #ffffff;
}
.cid-tsm1dOLNin .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsm1dOLNin .mbr-text {
  color: #ffffff;
}
.cid-tsm1dOLNin .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsm1dOLNin .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsm1dOLNin .text-col {
  align-items: center;
  display: flex;
}
.cid-tsm1dOLNin .mbr-section-subtitle,
.cid-tsm1dOLNin .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsm1dP1X3F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsm1dP1X3F .container {
  padding: 0 5%;
}
.cid-tsm1dP1X3F .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #F0F4FF;
  text-align: center;
}
.cid-tsm1dP1X3F .article-wrapper {
  background-color: #1e4381;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-tsm1dP1X3F .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tsm1dP1X3F .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-tsm1dP1X3F .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-tsm1dP1X3F .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-tsm1dP1X3F .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-tsm1dP1X3F .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-tsm1dP1X3F .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-tsm1dP1X3F .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-tsm1dP1X3F .article-column1 {
    padding-right: 16px;
  }
}
.cid-tsm1dP1X3F .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-tsm1dP1X3F .article-column2 {
    padding-left: 16px;
  }
}
.cid-tsm1dP1X3F .mbr-section-subtitle,
.cid-tsm1dP1X3F .mbr-iconfont {
  color: #e082c5;
}
.cid-tsm1dP1X3F .mbr-text {
  color: #ffffff;
}
.cid-tsm1dP1X3F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZT91xZMBH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZT91xZMBH .container {
  padding: 0 5%;
}
.cid-uZT91xZMBH .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #F0F4FF;
  text-align: center;
}
.cid-uZT91xZMBH .article-wrapper {
  background-color: #1e4381;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uZT91xZMBH .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uZT91xZMBH .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uZT91xZMBH .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uZT91xZMBH .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uZT91xZMBH .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uZT91xZMBH .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uZT91xZMBH .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uZT91xZMBH .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uZT91xZMBH .article-column1 {
    padding-right: 16px;
  }
}
.cid-uZT91xZMBH .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uZT91xZMBH .article-column2 {
    padding-left: 16px;
  }
}
.cid-uZT91xZMBH .mbr-section-subtitle,
.cid-uZT91xZMBH .mbr-iconfont {
  color: #e082c5;
}
.cid-uZT91xZMBH .mbr-text {
  color: #ffffff;
}
.cid-uZT91xZMBH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsIYG0OwAT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIYG0OwAT p {
  text-align: center;
}
.cid-tsIYG0OwAT .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIYG0OwAT .btn-underline:hover {
  color: #505050;
}
.cid-tsIYG0OwAT .btn-underline:before {
  background-color: #505050;
}
.cid-tsIYG0OwAT .social-list a:focus {
  text-decoration: none;
}
.cid-tsIYG0OwAT .text-copyright {
  width: 100%;
}
.cid-tsIYG0OwAT .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIYG0OwAT .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIYG0OwAT .logo-footer {
  line-height: normal;
}
.cid-tsIYG0OwAT .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIYG0OwAT .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIYG0OwAT .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIYG0OwAT .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsm04DuJbV {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsm04DuJbV .mbr-section-title {
  color: #ffffff;
}
.cid-tsm04DuJbV .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsm04DuJbV .mbr-text {
  color: #ffffff;
}
.cid-tsm04DuJbV .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsm04DuJbV .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsm04DuJbV .text-col {
  align-items: center;
  display: flex;
}
.cid-tsm04DuJbV .mbr-section-subtitle,
.cid-tsm04DuJbV .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-uIQu0Ys3i4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIQu0Ys3i4 .container {
  padding: 0 5%;
}
.cid-uIQu0Ys3i4 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #F0F4FF;
  text-align: center;
}
.cid-uIQu0Ys3i4 .article-wrapper {
  background-color: #1e4381;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-uIQu0Ys3i4 .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-uIQu0Ys3i4 .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-uIQu0Ys3i4 .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-uIQu0Ys3i4 .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-uIQu0Ys3i4 .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-uIQu0Ys3i4 .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-uIQu0Ys3i4 .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-uIQu0Ys3i4 .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uIQu0Ys3i4 .article-column1 {
    padding-right: 16px;
  }
}
.cid-uIQu0Ys3i4 .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uIQu0Ys3i4 .article-column2 {
    padding-left: 16px;
  }
}
.cid-uIQu0Ys3i4 .mbr-section-subtitle,
.cid-uIQu0Ys3i4 .mbr-iconfont {
  color: #e082c5;
}
.cid-uIQu0Ys3i4 .mbr-text {
  color: #ffffff;
}
.cid-uIQu0Ys3i4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsm33HHDgW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsm33HHDgW .container {
  padding: 0 5%;
}
.cid-tsm33HHDgW .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #F0F4FF;
  text-align: center;
}
.cid-tsm33HHDgW .article-wrapper {
  background-color: #1e4381;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-tsm33HHDgW .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tsm33HHDgW .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-tsm33HHDgW .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-tsm33HHDgW .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-tsm33HHDgW .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-tsm33HHDgW .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-tsm33HHDgW .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-tsm33HHDgW .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-tsm33HHDgW .article-column1 {
    padding-right: 16px;
  }
}
.cid-tsm33HHDgW .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-tsm33HHDgW .article-column2 {
    padding-left: 16px;
  }
}
.cid-tsm33HHDgW .mbr-section-subtitle,
.cid-tsm33HHDgW .mbr-iconfont {
  color: #e082c5;
}
.cid-tsm33HHDgW .mbr-text {
  color: #ffffff;
}
.cid-tsm33HHDgW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsIYJxbMR3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIYJxbMR3 p {
  text-align: center;
}
.cid-tsIYJxbMR3 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIYJxbMR3 .btn-underline:hover {
  color: #505050;
}
.cid-tsIYJxbMR3 .btn-underline:before {
  background-color: #505050;
}
.cid-tsIYJxbMR3 .social-list a:focus {
  text-decoration: none;
}
.cid-tsIYJxbMR3 .text-copyright {
  width: 100%;
}
.cid-tsIYJxbMR3 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIYJxbMR3 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIYJxbMR3 .logo-footer {
  line-height: normal;
}
.cid-tsIYJxbMR3 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIYJxbMR3 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIYJxbMR3 .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIYJxbMR3 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsme7nuojc {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsme7nuojc .mbr-section-title {
  color: #ffffff;
}
.cid-tsme7nuojc .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsme7nuojc .mbr-text {
  color: #ffffff;
}
.cid-tsme7nuojc .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsme7nuojc .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsme7nuojc .text-col {
  align-items: center;
  display: flex;
}
.cid-tsme7nuojc .mbr-section-subtitle,
.cid-tsme7nuojc .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsmeExZncQ {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tsmeExZncQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tsmeExZncQ .row {
    flex-direction: column-reverse;
  }
  .cid-tsmeExZncQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tsmeExZncQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tsmeExZncQ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tsmeExZncQ .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tsmeExZncQ .card-title {
  color: #1e4381;
}
.cid-tsmeExZncQ .mbr-text,
.cid-tsmeExZncQ .mbr-section-btn {
  color: #6c758f;
}
.cid-tsmeExZncQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsmeExZncQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsIYMY3wFC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIYMY3wFC p {
  text-align: center;
}
.cid-tsIYMY3wFC .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIYMY3wFC .btn-underline:hover {
  color: #505050;
}
.cid-tsIYMY3wFC .btn-underline:before {
  background-color: #505050;
}
.cid-tsIYMY3wFC .social-list a:focus {
  text-decoration: none;
}
.cid-tsIYMY3wFC .text-copyright {
  width: 100%;
}
.cid-tsIYMY3wFC .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIYMY3wFC .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIYMY3wFC .logo-footer {
  line-height: normal;
}
.cid-tsIYMY3wFC .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIYMY3wFC .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIYMY3wFC .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIYMY3wFC .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsmifkzrTp {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsmifkzrTp .mbr-section-title {
  color: #ffffff;
}
.cid-tsmifkzrTp .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsmifkzrTp .mbr-text {
  color: #ffffff;
}
.cid-tsmifkzrTp .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsmifkzrTp .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsmifkzrTp .text-col {
  align-items: center;
  display: flex;
}
.cid-tsmifkzrTp .mbr-section-subtitle,
.cid-tsmifkzrTp .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsmiwpzWhB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsmiwpzWhB .container {
  padding: 0 5%;
}
.cid-tsmiwpzWhB .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #F0F4FF;
  text-align: center;
}
.cid-tsmiwpzWhB .article-wrapper {
  background-color: #1e4381;
  border-radius: 15px;
  padding: 2.8rem 3.1rem;
  margin-bottom: 42px;
}
.cid-tsmiwpzWhB .article-wrapper .article-title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-tsmiwpzWhB .article-wrapper .article-title-wrapper span {
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .cid-tsmiwpzWhB .article-wrapper .article-title-wrapper span {
    margin-top: .5rem;
  }
}
@media (max-width: 425px) {
  .cid-tsmiwpzWhB .article-wrapper .article-title-wrapper span {
    margin-right: .5rem;
  }
}
.cid-tsmiwpzWhB .article-wrapper .article-title-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-tsmiwpzWhB .article-wrapper .article-content {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .cid-tsmiwpzWhB .article-wrapper .article-content {
    margin-left: 0;
  }
}
.cid-tsmiwpzWhB .article-column1 {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-tsmiwpzWhB .article-column1 {
    padding-right: 16px;
  }
}
.cid-tsmiwpzWhB .article-column2 {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-tsmiwpzWhB .article-column2 {
    padding-left: 16px;
  }
}
.cid-tsmiwpzWhB .mbr-section-subtitle,
.cid-tsmiwpzWhB .mbr-iconfont {
  color: #e082c5;
}
.cid-tsmiwpzWhB .mbr-text {
  color: #ffffff;
}
.cid-tsmiwpzWhB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsIYQgLalj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIYQgLalj p {
  text-align: center;
}
.cid-tsIYQgLalj .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIYQgLalj .btn-underline:hover {
  color: #505050;
}
.cid-tsIYQgLalj .btn-underline:before {
  background-color: #505050;
}
.cid-tsIYQgLalj .social-list a:focus {
  text-decoration: none;
}
.cid-tsIYQgLalj .text-copyright {
  width: 100%;
}
.cid-tsIYQgLalj .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIYQgLalj .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIYQgLalj .logo-footer {
  line-height: normal;
}
.cid-tsIYQgLalj .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIYQgLalj .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIYQgLalj .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIYQgLalj .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiywHFwjU {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiywHFwjU .mbr-section-title {
  color: #ffffff;
}
.cid-tsiywHFwjU .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiywHFwjU .mbr-text {
  color: #ffffff;
}
.cid-tsiywHFwjU .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiywHFwjU .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiywHFwjU .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiywHFwjU .mbr-section-subtitle,
.cid-tsiywHFwjU .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsiAQWS6ik {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsiAQWS6ik img,
.cid-tsiAQWS6ik .item-img {
  vertical-align: middle;
}
.cid-tsiAQWS6ik .item:focus,
.cid-tsiAQWS6ik span:focus {
  outline: none;
}
.cid-tsiAQWS6ik .item-img {
  height: 10rem;
}
.cid-tsiAQWS6ik .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsiAQWS6ik .item-content,
.cid-tsiAQWS6ik .item-footer {
  background: #ffffff;
}
.cid-tsiAQWS6ik .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tsiAQWS6ik .item {
  padding: 0;
  margin: 0;
}
.cid-tsiAQWS6ik .features-image {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .cid-tsiAQWS6ik .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-tsiAQWS6ik .features-image-wrap {
  flex-wrap: wrap;
}
.cid-tsiAQWS6ik .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-tsiAQWS6ik .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsiAQWS6ik .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tsiAQWS6ik .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsiAQWS6ik .mbr-section-title b:last-child,
.cid-tsiAQWS6ik .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tsiAQWS6ik .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tsiGGjpylZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsiGGjpylZ img,
.cid-tsiGGjpylZ .item-img {
  vertical-align: middle;
}
.cid-tsiGGjpylZ .item:focus,
.cid-tsiGGjpylZ span:focus {
  outline: none;
}
.cid-tsiGGjpylZ .item-img {
  height: 10rem;
}
.cid-tsiGGjpylZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsiGGjpylZ .item-content,
.cid-tsiGGjpylZ .item-footer {
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tsiGGjpylZ .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-tsiGGjpylZ .features-image-wrap {
  flex-wrap: wrap;
}
.cid-tsiGGjpylZ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-tsiGGjpylZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsiGGjpylZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tsiGGjpylZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsiGGjpylZ .mbr-section-title b:last-child,
.cid-tsiGGjpylZ .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tsiGGjpylZ .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-tsmMcqCMow {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1e4381;
}
.cid-tsmMcqCMow .mbr-section-text {
  color: #464646;
}
.cid-tsmJMnY5bb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsmJMnY5bb .row {
  flex-direction: row-reverse;
}
.cid-tsmJMnY5bb .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tsmJMnY5bb .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsmJMnY5bb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tsmJMnY5bb .mbr-section-title {
  color: #103178;
}
.cid-tsmJMnY5bb .mbr-text,
.cid-tsmJMnY5bb .mbr-section-btn {
  color: #103178;
}
.cid-tsIYTyuMaA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIYTyuMaA p {
  text-align: center;
}
.cid-tsIYTyuMaA .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIYTyuMaA .btn-underline:hover {
  color: #505050;
}
.cid-tsIYTyuMaA .btn-underline:before {
  background-color: #505050;
}
.cid-tsIYTyuMaA .social-list a:focus {
  text-decoration: none;
}
.cid-tsIYTyuMaA .text-copyright {
  width: 100%;
}
.cid-tsIYTyuMaA .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIYTyuMaA .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIYTyuMaA .logo-footer {
  line-height: normal;
}
.cid-tsIYTyuMaA .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIYTyuMaA .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIYTyuMaA .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIYTyuMaA .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiMVqyZK4 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiMVqyZK4 .mbr-section-title {
  color: #ffffff;
}
.cid-tsiMVqyZK4 .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiMVqyZK4 .mbr-text {
  color: #ffffff;
}
.cid-tsiMVqyZK4 .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiMVqyZK4 .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiMVqyZK4 .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiMVqyZK4 .mbr-section-subtitle,
.cid-tsiMVqyZK4 .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsmO0eV69Q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsmO0eV69Q .title {
  padding: 0 2rem;
  color: #1e4381;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-tsmO0eV69Q .card-title {
  color: #1e4381;
  text-align: center;
}
.cid-tsmO0eV69Q .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tsmO0eV69Q .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-tsmO0eV69Q .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsmO0eV69Q .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tsmO0eV69Q .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-tsmO0eV69Q .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tsmO0eV69Q .card-text {
  text-align: center;
}
.cid-tsmO0eV69Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsmO0eV69Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsmHrx3OGM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsmHrx3OGM img,
.cid-tsmHrx3OGM .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsmHrx3OGM .item:focus,
.cid-tsmHrx3OGM span:focus {
  outline: none;
}
.cid-tsmHrx3OGM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsmHrx3OGM .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsmHrx3OGM .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tsmHrx3OGM .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tsmHrx3OGM .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tsmHrx3OGM .item-content {
    padding: 1rem 0;
  }
}
.cid-tsmHrx3OGM .mbr-section-title {
  color: #1e4381;
}
.cid-tsmHrx3OGM .item-title {
  color: #1e4381;
}
.cid-tsmHrx3OGM .item-subtitle {
  color: #bec2cf;
}
.cid-tsmHrx3OGM .mbr-text,
.cid-tsmHrx3OGM .mbr-section-btn {
  color: #6c758f;
}
.cid-tsmHrx3OGM .mbr-link {
  color: #1e4381;
  display: block;
}
.cid-tsmHF9El7J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsmHF9El7J .mbr-section-title {
  color: #1e4381;
}
.cid-tsmHF9El7J .mbr-section-subtitle {
  color: #36187d;
}
@media (max-width: 992px) {
  .cid-tsmHF9El7J .align-left {
    text-align: center;
  }
}
.cid-tsmHF9El7J .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-tsmHF9El7J .row {
    padding: 3rem 2rem;
  }
}
.cid-tsmHF9El7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsmHF9El7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsIYWUJMAo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIYWUJMAo p {
  text-align: center;
}
.cid-tsIYWUJMAo .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIYWUJMAo .btn-underline:hover {
  color: #505050;
}
.cid-tsIYWUJMAo .btn-underline:before {
  background-color: #505050;
}
.cid-tsIYWUJMAo .social-list a:focus {
  text-decoration: none;
}
.cid-tsIYWUJMAo .text-copyright {
  width: 100%;
}
.cid-tsIYWUJMAo .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIYWUJMAo .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIYWUJMAo .logo-footer {
  line-height: normal;
}
.cid-tsIYWUJMAo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIYWUJMAo .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIYWUJMAo .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIYWUJMAo .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiNirv83V {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiNirv83V .mbr-section-title {
  color: #ffffff;
}
.cid-tsiNirv83V .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiNirv83V .mbr-text {
  color: #ffffff;
}
.cid-tsiNirv83V .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiNirv83V .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiNirv83V .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiNirv83V .mbr-section-subtitle,
.cid-tsiNirv83V .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsmZfCMshp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsmZfCMshp .mbr-section-subtitle {
  color: #36187d;
}
.cid-tsmZfCMshp .mbr-text {
  color: #6c758f;
  text-align: left;
}
.cid-tsmZjUIRVO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsmZjUIRVO img,
.cid-tsmZjUIRVO .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsmZjUIRVO .item:focus,
.cid-tsmZjUIRVO span:focus {
  outline: none;
}
.cid-tsmZjUIRVO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsmZjUIRVO .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsmZjUIRVO .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tsmZjUIRVO .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tsmZjUIRVO .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tsmZjUIRVO .item-content {
    padding: 1rem 0;
  }
}
.cid-tsmZjUIRVO .mbr-section-title {
  color: #36187d;
}
.cid-tsmZjUIRVO .item-title {
  color: #1e4381;
}
.cid-tsmZjUIRVO .item-subtitle {
  color: #bec2cf;
}
.cid-tsmZjUIRVO .mbr-text,
.cid-tsmZjUIRVO .mbr-section-btn {
  color: #6c758f;
  text-align: left;
}
.cid-tsmZjUIRVO .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tsDOz3D9iZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1e4381;
}
.cid-tsDOz3D9iZ .mbr-section-text {
  color: #464646;
}
.cid-tsDOC2ymoO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1e4381;
}
.cid-tsDOC2ymoO .mbr-section-text {
  color: #464646;
}
.cid-tsndazMzsp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsndazMzsp .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tsndazMzsp .col-lg-4,
.cid-tsndazMzsp .col-12 {
  padding: 0 2rem;
}
.cid-tsndazMzsp .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tsndazMzsp .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tsndazMzsp .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsndazMzsp .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tsndazMzsp .card-title,
.cid-tsndazMzsp .iconfont-wrapper {
  color: #1e4381;
  text-align: center;
}
.cid-tsndazMzsp .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tsndazMzsp .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tsndazMzsp .mbr-section-title {
  color: #1e4381;
}
.cid-tsndazMzsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsndazMzsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsIZ09RBin {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIZ09RBin p {
  text-align: center;
}
.cid-tsIZ09RBin .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIZ09RBin .btn-underline:hover {
  color: #505050;
}
.cid-tsIZ09RBin .btn-underline:before {
  background-color: #505050;
}
.cid-tsIZ09RBin .social-list a:focus {
  text-decoration: none;
}
.cid-tsIZ09RBin .text-copyright {
  width: 100%;
}
.cid-tsIZ09RBin .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIZ09RBin .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIZ09RBin .logo-footer {
  line-height: normal;
}
.cid-tsIZ09RBin .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIZ09RBin .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIZ09RBin .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIZ09RBin .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiNOz9HAF {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiNOz9HAF .mbr-section-title {
  color: #ffffff;
}
.cid-tsiNOz9HAF .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiNOz9HAF .mbr-text {
  color: #ffffff;
}
.cid-tsiNOz9HAF .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiNOz9HAF .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiNOz9HAF .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiNOz9HAF .mbr-section-subtitle,
.cid-tsiNOz9HAF .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsnfYoaJv2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsnfYoaJv2 .mbr-section-subtitle {
  color: #36187d;
}
.cid-tsnfYoaJv2 .mbr-text {
  color: #6c758f;
  text-align: left;
}
.cid-tsnfHNVqkW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsnfHNVqkW img,
.cid-tsnfHNVqkW .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsnfHNVqkW .item:focus,
.cid-tsnfHNVqkW span:focus {
  outline: none;
}
.cid-tsnfHNVqkW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsnfHNVqkW .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsnfHNVqkW .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tsnfHNVqkW .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tsnfHNVqkW .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tsnfHNVqkW .item-content {
    padding: 1rem 0;
  }
}
.cid-tsnfHNVqkW .mbr-section-title {
  color: #1e4381;
}
.cid-tsnfHNVqkW .item-title {
  color: #1e4381;
}
.cid-tsnfHNVqkW .item-subtitle {
  color: #bec2cf;
}
.cid-tsnfHNVqkW .mbr-text,
.cid-tsnfHNVqkW .mbr-section-btn {
  color: #6c758f;
}
.cid-tsnfHNVqkW .mbr-link {
  color: #1e4381;
  display: block;
}
.cid-tsnhRV2nHr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsnhRV2nHr img,
.cid-tsnhRV2nHr .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsnhRV2nHr .item:focus,
.cid-tsnhRV2nHr span:focus {
  outline: none;
}
.cid-tsnhRV2nHr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsnhRV2nHr .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsnhRV2nHr .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tsnhRV2nHr .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tsnhRV2nHr .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tsnhRV2nHr .item-content {
    padding: 1rem 0;
  }
}
.cid-tsnhRV2nHr .mbr-section-title {
  color: #1e4381;
}
.cid-tsnhRV2nHr .item-title {
  color: #1e4381;
}
.cid-tsnhRV2nHr .item-subtitle {
  color: #bec2cf;
}
.cid-tsnhRV2nHr .mbr-text,
.cid-tsnhRV2nHr .mbr-section-btn {
  color: #6c758f;
}
.cid-tsnhRV2nHr .mbr-link {
  color: #1e4381;
  display: block;
}
.cid-tsnxpOcx8f {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsnxpOcx8f img,
.cid-tsnxpOcx8f .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsnxpOcx8f .item:focus,
.cid-tsnxpOcx8f span:focus {
  outline: none;
}
.cid-tsnxpOcx8f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsnxpOcx8f .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsnxpOcx8f .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tsnxpOcx8f .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tsnxpOcx8f .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tsnxpOcx8f .item-content {
    padding: 1rem 0;
  }
}
.cid-tsnxpOcx8f .mbr-section-title {
  color: #1e4381;
}
.cid-tsnxpOcx8f .item-title {
  color: #1e4381;
}
.cid-tsnxpOcx8f .item-subtitle {
  color: #bec2cf;
}
.cid-tsnxpOcx8f .mbr-text,
.cid-tsnxpOcx8f .mbr-section-btn {
  color: #6c758f;
}
.cid-tsnxpOcx8f .mbr-link {
  color: #1e4381;
  display: block;
}
.cid-tsDMB5yZtd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1e4381;
}
.cid-tsDMB5yZtd .mbr-section-text {
  color: #464646;
}
.cid-tsDMC4JM2r {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1e4381;
}
.cid-tsDMC4JM2r .mbr-section-text {
  color: #464646;
}
.cid-tsnfKLLd3k {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tsnfKLLd3k .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tsnfKLLd3k .col-lg-4,
.cid-tsnfKLLd3k .col-12 {
  padding: 0 2rem;
}
.cid-tsnfKLLd3k .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tsnfKLLd3k .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tsnfKLLd3k .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsnfKLLd3k .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tsnfKLLd3k .card-title,
.cid-tsnfKLLd3k .iconfont-wrapper {
  color: #1e4381;
  text-align: center;
}
.cid-tsnfKLLd3k .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tsnfKLLd3k .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tsnfKLLd3k .mbr-section-title {
  color: #1e4381;
}
.cid-tsnfKLLd3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnfKLLd3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvJuCJnily {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tvJuCJnily .container {
    max-width: 1400px;
  }
}
.cid-tvJuCJnily .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tvJuCJnily .card-box {
    padding: 1rem;
  }
}
.cid-tvJuCJnily .link-wrap {
  width: 100%;
}
.cid-tvJuCJnily .link {
  display: inline-block;
}
.cid-tvJuCJnily .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tvJuCJnily .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: '\e909';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tvJuCJnily .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tvJuCJnily .card-sub-title {
  color: #d58f76;
}
.cid-tvJuCJnily .mbr-text,
.cid-tvJuCJnily .link-wrap {
  color: #6c758f;
}
.cid-tvJuCJnily .card-title,
.cid-tvJuCJnily .card-box {
  color: #1e4381;
}
.cid-tvJuCJnily .mbr-section-subtitle {
  color: #1e4381;
}
.cid-tsnhdlrthe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1e4381;
}
.cid-tsnhdlrthe .mbr-section-text {
  color: #464646;
}
.cid-tsnha7ukEy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsnha7ukEy .mbr-section-title {
  color: #1e4381;
}
.cid-tsnha7ukEy .mbr-section-subtitle {
  color: #1e4381;
}
@media (max-width: 992px) {
  .cid-tsnha7ukEy .align-left {
    text-align: center;
  }
}
.cid-tsnha7ukEy .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-tsnha7ukEy .row {
    padding: 3rem 2rem;
  }
}
.cid-tsnha7ukEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnha7ukEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsIZ4v5S3W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIZ4v5S3W p {
  text-align: center;
}
.cid-tsIZ4v5S3W .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIZ4v5S3W .btn-underline:hover {
  color: #505050;
}
.cid-tsIZ4v5S3W .btn-underline:before {
  background-color: #505050;
}
.cid-tsIZ4v5S3W .social-list a:focus {
  text-decoration: none;
}
.cid-tsIZ4v5S3W .text-copyright {
  width: 100%;
}
.cid-tsIZ4v5S3W .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIZ4v5S3W .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIZ4v5S3W .logo-footer {
  line-height: normal;
}
.cid-tsIZ4v5S3W .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIZ4v5S3W .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIZ4v5S3W .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIZ4v5S3W .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiNWKDC9j {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiNWKDC9j .mbr-section-title {
  color: #ffffff;
}
.cid-tsiNWKDC9j .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiNWKDC9j .mbr-text {
  color: #ffffff;
}
.cid-tsiNWKDC9j .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiNWKDC9j .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiNWKDC9j .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiNWKDC9j .mbr-section-subtitle,
.cid-tsiNWKDC9j .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsnC3ogjy3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsnC3ogjy3 img,
.cid-tsnC3ogjy3 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsnC3ogjy3 .item:focus,
.cid-tsnC3ogjy3 span:focus {
  outline: none;
}
.cid-tsnC3ogjy3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsnC3ogjy3 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsnC3ogjy3 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tsnC3ogjy3 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tsnC3ogjy3 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tsnC3ogjy3 .item-content {
    padding: 1rem 0;
  }
}
.cid-tsnC3ogjy3 .mbr-section-title {
  color: #1e4381;
}
.cid-tsnC3ogjy3 .item-title {
  color: #1e4381;
}
.cid-tsnC3ogjy3 .item-subtitle {
  color: #bec2cf;
}
.cid-tsnC3ogjy3 .mbr-text,
.cid-tsnC3ogjy3 .mbr-section-btn {
  color: #6c758f;
}
.cid-tsnC3ogjy3 .mbr-link {
  color: #1e4381;
  display: block;
}
.cid-tsnCvXbJcl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsnCvXbJcl img,
.cid-tsnCvXbJcl .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsnCvXbJcl .item:focus,
.cid-tsnCvXbJcl span:focus {
  outline: none;
}
.cid-tsnCvXbJcl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsnCvXbJcl .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsnCvXbJcl .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tsnCvXbJcl .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tsnCvXbJcl .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tsnCvXbJcl .item-content {
    padding: 1rem 0;
  }
}
.cid-tsnCvXbJcl .mbr-section-title {
  color: #1e4381;
}
.cid-tsnCvXbJcl .item-title {
  color: #1e4381;
}
.cid-tsnCvXbJcl .item-subtitle {
  color: #bec2cf;
}
.cid-tsnCvXbJcl .mbr-text,
.cid-tsnCvXbJcl .mbr-section-btn {
  color: #6c758f;
}
.cid-tsnCvXbJcl .mbr-link {
  color: #1e4381;
  display: block;
}
.cid-tswMJxNxsJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tswMJxNxsJ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tswMJxNxsJ .col-lg-4,
.cid-tswMJxNxsJ .col-12 {
  padding: 0 2rem;
}
.cid-tswMJxNxsJ .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tswMJxNxsJ .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tswMJxNxsJ .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tswMJxNxsJ .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tswMJxNxsJ .card-title,
.cid-tswMJxNxsJ .iconfont-wrapper {
  color: #1e4381;
  text-align: center;
}
.cid-tswMJxNxsJ .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tswMJxNxsJ .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tswMJxNxsJ .mbr-section-title {
  color: #1e4381;
}
.cid-tswMJxNxsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswMJxNxsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswMMCZ3Bu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tswMMCZ3Bu .container {
    max-width: 1400px;
  }
}
.cid-tswMMCZ3Bu .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tswMMCZ3Bu .card-box {
    padding: 1rem;
  }
}
.cid-tswMMCZ3Bu .link-wrap {
  width: 100%;
}
.cid-tswMMCZ3Bu .link {
  display: inline-block;
}
.cid-tswMMCZ3Bu .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tswMMCZ3Bu .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: '\e909';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tswMMCZ3Bu .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tswMMCZ3Bu .card-sub-title {
  color: #d58f76;
}
.cid-tswMMCZ3Bu .mbr-text,
.cid-tswMMCZ3Bu .link-wrap {
  color: #6c758f;
}
.cid-tswMMCZ3Bu .card-title,
.cid-tswMMCZ3Bu .card-box {
  color: #1e4381;
}
.cid-tswMMCZ3Bu .mbr-section-subtitle {
  color: #1e4381;
}
.cid-tswNinpsOd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1e4381;
}
.cid-tswNinpsOd .mbr-section-text {
  color: #464646;
}
.cid-tsnC7j55Tr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsnC7j55Tr .mbr-section-title {
  color: #1e4381;
}
.cid-tsnC7j55Tr .mbr-section-subtitle {
  color: #1e4381;
}
@media (max-width: 992px) {
  .cid-tsnC7j55Tr .align-left {
    text-align: center;
  }
}
.cid-tsnC7j55Tr .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-tsnC7j55Tr .row {
    padding: 3rem 2rem;
  }
}
.cid-tsnC7j55Tr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnC7j55Tr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsIZ8bL6gC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIZ8bL6gC p {
  text-align: center;
}
.cid-tsIZ8bL6gC .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIZ8bL6gC .btn-underline:hover {
  color: #505050;
}
.cid-tsIZ8bL6gC .btn-underline:before {
  background-color: #505050;
}
.cid-tsIZ8bL6gC .social-list a:focus {
  text-decoration: none;
}
.cid-tsIZ8bL6gC .text-copyright {
  width: 100%;
}
.cid-tsIZ8bL6gC .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIZ8bL6gC .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIZ8bL6gC .logo-footer {
  line-height: normal;
}
.cid-tsIZ8bL6gC .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIZ8bL6gC .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIZ8bL6gC .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIZ8bL6gC .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiO3vqXl5 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiO3vqXl5 .mbr-section-title {
  color: #ffffff;
}
.cid-tsiO3vqXl5 .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiO3vqXl5 .mbr-text {
  color: #ffffff;
}
.cid-tsiO3vqXl5 .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiO3vqXl5 .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiO3vqXl5 .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiO3vqXl5 .mbr-section-subtitle,
.cid-tsiO3vqXl5 .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsqgWuznyR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsqgWuznyR img,
.cid-tsqgWuznyR .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsqgWuznyR .item:focus,
.cid-tsqgWuznyR span:focus {
  outline: none;
}
.cid-tsqgWuznyR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsqgWuznyR .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsqgWuznyR .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tsqgWuznyR .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tsqgWuznyR .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tsqgWuznyR .item-content {
    padding: 1rem 0;
  }
}
.cid-tsqgWuznyR .mbr-section-title {
  color: #1e4381;
}
.cid-tsqgWuznyR .item-title {
  color: #1e4381;
}
.cid-tsqgWuznyR .item-subtitle {
  color: #bec2cf;
}
.cid-tsqgWuznyR .mbr-text,
.cid-tsqgWuznyR .mbr-section-btn {
  color: #6c758f;
}
.cid-tsqgWuznyR .mbr-link {
  color: #1e4381;
  display: block;
}
.cid-tsIZbkXhQX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIZbkXhQX p {
  text-align: center;
}
.cid-tsIZbkXhQX .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIZbkXhQX .btn-underline:hover {
  color: #505050;
}
.cid-tsIZbkXhQX .btn-underline:before {
  background-color: #505050;
}
.cid-tsIZbkXhQX .social-list a:focus {
  text-decoration: none;
}
.cid-tsIZbkXhQX .text-copyright {
  width: 100%;
}
.cid-tsIZbkXhQX .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIZbkXhQX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIZbkXhQX .logo-footer {
  line-height: normal;
}
.cid-tsIZbkXhQX .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIZbkXhQX .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIZbkXhQX .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIZbkXhQX .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiOa1zu07 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiOa1zu07 .mbr-section-title {
  color: #ffffff;
}
.cid-tsiOa1zu07 .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiOa1zu07 .mbr-text {
  color: #ffffff;
}
.cid-tsiOa1zu07 .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiOa1zu07 .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiOa1zu07 .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiOa1zu07 .mbr-section-subtitle,
.cid-tsiOa1zu07 .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-vdtoASgNVi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdtoASgNVi h6 {
  line-height: 1.2;
}
.cid-vdtoASgNVi img,
.cid-vdtoASgNVi .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vdtoASgNVi .item:focus,
.cid-vdtoASgNVi span:focus {
  outline: none;
}
.cid-vdtoASgNVi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vdtoASgNVi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdtoASgNVi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdtoASgNVi .mbr-section-title {
  color: #232323;
}
.cid-vdtoASgNVi .mbr-text,
.cid-vdtoASgNVi .mbr-section-btn {
  color: #353535;
}
.cid-vdtoASgNVi .item-title {
  color: #353535;
}
.cid-vdtoASgNVi .item-subtitle {
  color: #000000;
}
.cid-vaarbBxk7w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaarbBxk7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaarbBxk7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaarbBxk7w .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vaarbBxk7w .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vaarbBxk7w .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vaarbBxk7w .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-vaarbBxk7w .item .item-wrapper {
  height: 100%;
}
.cid-vaarbBxk7w .item .item-wrapper:hover .item-img img,
.cid-vaarbBxk7w .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-vaarbBxk7w .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-vaarbBxk7w .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vaarbBxk7w .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vaarbBxk7w .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vaarbBxk7w .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-vaarbBxk7w .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vaarbBxk7w .item-title {
  color: #2e3192;
}
.cid-vaarbBxk7w .item-date {
  color: #000000;
}
.cid-uV01sykF7l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  height: 100%;
  object-fit: cover;
}
.cid-uV01sykF7l img,
.cid-uV01sykF7l .item-img {
  width: 100%;
  border-radius: 1.8rem;
  object-fit: cover;
  height: 300px;
}
.cid-uV01sykF7l .img-big {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-uV01sykF7l .img-big {
    height: 300px;
  }
}
.cid-uV01sykF7l .item:focus,
.cid-uV01sykF7l span:focus {
  outline: none;
}
.cid-uV01sykF7l .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uV01sykF7l .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uV01sykF7l .item-content {
  margin: 1.5rem 0;
}
.cid-uV01sykF7l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uV01sykF7l .mbr-section-title {
  color: #ae42c8;
}
.cid-uV01sykF7l .item-title {
  color: #1e4381;
}
.cid-uV01sykF7l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uV01sykF7l .mbr-text,
.cid-uV01sykF7l .mbr-section-btn {
  color: #1e4381;
}
.cid-uPwFCi0dvc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  height: 100%;
  object-fit: cover;
}
.cid-uPwFCi0dvc img,
.cid-uPwFCi0dvc .item-img {
  width: 100%;
  border-radius: 1.8rem;
  object-fit: cover;
  height: 300px;
}
.cid-uPwFCi0dvc .img-big {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-uPwFCi0dvc .img-big {
    height: 300px;
  }
}
.cid-uPwFCi0dvc .item:focus,
.cid-uPwFCi0dvc span:focus {
  outline: none;
}
.cid-uPwFCi0dvc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPwFCi0dvc .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uPwFCi0dvc .item-content {
  margin: 1.5rem 0;
}
.cid-uPwFCi0dvc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPwFCi0dvc .mbr-section-title {
  color: #ae42c8;
}
.cid-uPwFCi0dvc .item-title {
  color: #1e4381;
}
.cid-uPwFCi0dvc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPwFCi0dvc .mbr-text,
.cid-uPwFCi0dvc .mbr-section-btn {
  color: #1e4381;
}
.cid-uIQhVJiIMc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  height: 100%;
  object-fit: cover;
}
.cid-uIQhVJiIMc img,
.cid-uIQhVJiIMc .item-img {
  width: 100%;
  border-radius: 1.8rem;
  object-fit: cover;
  height: 300px;
}
.cid-uIQhVJiIMc .img-big {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-uIQhVJiIMc .img-big {
    height: 300px;
  }
}
.cid-uIQhVJiIMc .item:focus,
.cid-uIQhVJiIMc span:focus {
  outline: none;
}
.cid-uIQhVJiIMc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uIQhVJiIMc .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIQhVJiIMc .item-content {
  margin: 1.5rem 0;
}
.cid-uIQhVJiIMc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIQhVJiIMc .mbr-section-title {
  color: #ae42c8;
}
.cid-uIQhVJiIMc .item-title {
  color: #1e4381;
}
.cid-uIQhVJiIMc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIQhVJiIMc .mbr-text,
.cid-uIQhVJiIMc .mbr-section-btn {
  color: #1e4381;
}
.cid-uvUzImlrQI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  height: 100%;
  object-fit: cover;
}
.cid-uvUzImlrQI img,
.cid-uvUzImlrQI .item-img {
  width: 100%;
  border-radius: 1.8rem;
  object-fit: cover;
  height: 300px;
}
.cid-uvUzImlrQI .img-big {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-uvUzImlrQI .img-big {
    height: 300px;
  }
}
.cid-uvUzImlrQI .item:focus,
.cid-uvUzImlrQI span:focus {
  outline: none;
}
.cid-uvUzImlrQI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvUzImlrQI .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvUzImlrQI .item-content {
  margin: 1.5rem 0;
}
.cid-uvUzImlrQI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvUzImlrQI .mbr-section-title {
  color: #ae42c8;
}
.cid-uvUzImlrQI .item-title {
  color: #1e4381;
}
.cid-uvUzImlrQI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvUzImlrQI .mbr-text,
.cid-uvUzImlrQI .mbr-section-btn {
  color: #1e4381;
}
.cid-uIQj4qYyHo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIQj4qYyHo h6 {
  line-height: 1.2;
}
.cid-uIQj4qYyHo img,
.cid-uIQj4qYyHo .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uIQj4qYyHo .item:focus,
.cid-uIQj4qYyHo span:focus {
  outline: none;
}
.cid-uIQj4qYyHo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uIQj4qYyHo .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIQj4qYyHo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIQj4qYyHo .mbr-section-title {
  color: #232323;
}
.cid-uIQj4qYyHo .mbr-text,
.cid-uIQj4qYyHo .mbr-section-btn {
  color: #353535;
}
.cid-uIQj4qYyHo .item-title {
  color: #353535;
}
.cid-uIQj4qYyHo .item-subtitle {
  color: #2e3192;
}
.cid-uIQdWmYBnK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIQdWmYBnK h6 {
  line-height: 1.2;
}
.cid-uIQdWmYBnK img,
.cid-uIQdWmYBnK .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uIQdWmYBnK .item:focus,
.cid-uIQdWmYBnK span:focus {
  outline: none;
}
.cid-uIQdWmYBnK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uIQdWmYBnK .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIQdWmYBnK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIQdWmYBnK .mbr-section-title {
  color: #232323;
}
.cid-uIQdWmYBnK .mbr-text,
.cid-uIQdWmYBnK .mbr-section-btn {
  color: #353535;
}
.cid-uIQdWmYBnK .item-title {
  color: #353535;
}
.cid-uIQdWmYBnK .item-subtitle {
  color: #2e3192;
}
.cid-uIQbuD50d2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIQbuD50d2 h6 {
  line-height: 1.2;
}
.cid-uIQbuD50d2 img,
.cid-uIQbuD50d2 .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uIQbuD50d2 .item:focus,
.cid-uIQbuD50d2 span:focus {
  outline: none;
}
.cid-uIQbuD50d2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uIQbuD50d2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIQbuD50d2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIQbuD50d2 .mbr-section-title {
  color: #232323;
}
.cid-uIQbuD50d2 .mbr-text,
.cid-uIQbuD50d2 .mbr-section-btn {
  color: #353535;
}
.cid-uIQbuD50d2 .item-title {
  color: #353535;
}
.cid-uIQbuD50d2 .item-subtitle {
  color: #2e3192;
}
.cid-uvUzJok2pp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvUzJok2pp h6 {
  line-height: 1.2;
}
.cid-uvUzJok2pp img,
.cid-uvUzJok2pp .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uvUzJok2pp .item:focus,
.cid-uvUzJok2pp span:focus {
  outline: none;
}
.cid-uvUzJok2pp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvUzJok2pp .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvUzJok2pp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvUzJok2pp .mbr-section-title {
  color: #232323;
}
.cid-uvUzJok2pp .mbr-text,
.cid-uvUzJok2pp .mbr-section-btn {
  color: #353535;
}
.cid-uvUzJok2pp .item-title {
  color: #353535;
}
.cid-uvUzJok2pp .item-subtitle {
  color: #000000;
}
.cid-uvUOHAYgZT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvUOHAYgZT h6 {
  line-height: 1.2;
}
.cid-uvUOHAYgZT img,
.cid-uvUOHAYgZT .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uvUOHAYgZT .item:focus,
.cid-uvUOHAYgZT span:focus {
  outline: none;
}
.cid-uvUOHAYgZT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvUOHAYgZT .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvUOHAYgZT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvUOHAYgZT .mbr-section-title {
  color: #232323;
}
.cid-uvUOHAYgZT .mbr-text,
.cid-uvUOHAYgZT .mbr-section-btn {
  color: #353535;
}
.cid-uvUOHAYgZT .item-title {
  color: #353535;
}
.cid-uvUOHAYgZT .item-subtitle {
  color: #000000;
}
.cid-uvUQOFmcWQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvUQOFmcWQ h6 {
  line-height: 1.2;
}
.cid-uvUQOFmcWQ img,
.cid-uvUQOFmcWQ .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uvUQOFmcWQ .item:focus,
.cid-uvUQOFmcWQ span:focus {
  outline: none;
}
.cid-uvUQOFmcWQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvUQOFmcWQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvUQOFmcWQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvUQOFmcWQ .mbr-section-title {
  color: #232323;
}
.cid-uvUQOFmcWQ .mbr-text,
.cid-uvUQOFmcWQ .mbr-section-btn {
  color: #353535;
}
.cid-uvUQOFmcWQ .item-title {
  color: #353535;
}
.cid-uvUQOFmcWQ .item-subtitle {
  color: #000000;
}
.cid-utVFzFSrGE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utVFzFSrGE h6 {
  line-height: 1.2;
}
.cid-utVFzFSrGE img,
.cid-utVFzFSrGE .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-utVFzFSrGE .item:focus,
.cid-utVFzFSrGE span:focus {
  outline: none;
}
.cid-utVFzFSrGE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utVFzFSrGE .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-utVFzFSrGE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utVFzFSrGE .mbr-section-title {
  color: #232323;
}
.cid-utVFzFSrGE .mbr-text,
.cid-utVFzFSrGE .mbr-section-btn {
  color: #353535;
}
.cid-utVFzFSrGE .item-title {
  color: #353535;
}
.cid-utVFzFSrGE .item-subtitle {
  color: #000000;
}
.cid-uqIvEXK8w3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqIvEXK8w3 h6 {
  line-height: 1.2;
}
.cid-uqIvEXK8w3 img,
.cid-uqIvEXK8w3 .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uqIvEXK8w3 .item:focus,
.cid-uqIvEXK8w3 span:focus {
  outline: none;
}
.cid-uqIvEXK8w3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uqIvEXK8w3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqIvEXK8w3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqIvEXK8w3 .mbr-section-title {
  color: #232323;
}
.cid-uqIvEXK8w3 .mbr-text,
.cid-uqIvEXK8w3 .mbr-section-btn {
  color: #353535;
}
.cid-uqIvEXK8w3 .item-title {
  color: #353535;
}
.cid-uqIvEXK8w3 .item-subtitle {
  color: #000000;
}
.cid-uqIyuMChfM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqIyuMChfM h6 {
  line-height: 1.2;
}
.cid-uqIyuMChfM img,
.cid-uqIyuMChfM .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uqIyuMChfM .item:focus,
.cid-uqIyuMChfM span:focus {
  outline: none;
}
.cid-uqIyuMChfM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uqIyuMChfM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqIyuMChfM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqIyuMChfM .mbr-section-title {
  color: #232323;
}
.cid-uqIyuMChfM .mbr-text,
.cid-uqIyuMChfM .mbr-section-btn {
  color: #353535;
}
.cid-uqIyuMChfM .item-title {
  color: #353535;
}
.cid-uqIyuMChfM .item-subtitle {
  color: #000000;
}
.cid-uqIywxIDFt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqIywxIDFt h6 {
  line-height: 1.2;
}
.cid-uqIywxIDFt img,
.cid-uqIywxIDFt .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uqIywxIDFt .item:focus,
.cid-uqIywxIDFt span:focus {
  outline: none;
}
.cid-uqIywxIDFt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uqIywxIDFt .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqIywxIDFt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqIywxIDFt .mbr-section-title {
  color: #232323;
}
.cid-uqIywxIDFt .mbr-text,
.cid-uqIywxIDFt .mbr-section-btn {
  color: #353535;
}
.cid-uqIywxIDFt .item-title {
  color: #353535;
}
.cid-uqIywxIDFt .item-subtitle {
  color: #000000;
}
.cid-uqIyxYte8s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqIyxYte8s h6 {
  line-height: 1.2;
}
.cid-uqIyxYte8s img,
.cid-uqIyxYte8s .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uqIyxYte8s .item:focus,
.cid-uqIyxYte8s span:focus {
  outline: none;
}
.cid-uqIyxYte8s .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uqIyxYte8s .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqIyxYte8s .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqIyxYte8s .mbr-section-title {
  color: #232323;
}
.cid-uqIyxYte8s .mbr-text,
.cid-uqIyxYte8s .mbr-section-btn {
  color: #353535;
}
.cid-uqIyxYte8s .item-title {
  color: #353535;
}
.cid-uqIyxYte8s .item-subtitle {
  color: #000000;
}
.cid-uqIyyGI3AM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqIyyGI3AM h6 {
  line-height: 1.2;
}
.cid-uqIyyGI3AM img,
.cid-uqIyyGI3AM .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uqIyyGI3AM .item:focus,
.cid-uqIyyGI3AM span:focus {
  outline: none;
}
.cid-uqIyyGI3AM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uqIyyGI3AM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqIyyGI3AM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uqIyyGI3AM .mbr-section-title {
  color: #232323;
}
.cid-uqIyyGI3AM .mbr-text,
.cid-uqIyyGI3AM .mbr-section-btn {
  color: #353535;
}
.cid-uqIyyGI3AM .item-title {
  color: #353535;
}
.cid-uqIyyGI3AM .item-subtitle {
  color: #000000;
}
.cid-ua1GxE1Nle {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua1GxE1Nle h6 {
  line-height: 1.2;
}
.cid-ua1GxE1Nle img,
.cid-ua1GxE1Nle .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ua1GxE1Nle .item:focus,
.cid-ua1GxE1Nle span:focus {
  outline: none;
}
.cid-ua1GxE1Nle .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ua1GxE1Nle .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua1GxE1Nle .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ua1GxE1Nle .mbr-section-title {
  color: #232323;
}
.cid-ua1GxE1Nle .mbr-text,
.cid-ua1GxE1Nle .mbr-section-btn {
  color: #353535;
}
.cid-ua1GxE1Nle .item-title {
  color: #353535;
}
.cid-ua1GxE1Nle .item-subtitle {
  color: #000000;
}
.cid-u95S3jeK6h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95S3jeK6h h6 {
  line-height: 1.2;
}
.cid-u95S3jeK6h img,
.cid-u95S3jeK6h .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u95S3jeK6h .item:focus,
.cid-u95S3jeK6h span:focus {
  outline: none;
}
.cid-u95S3jeK6h .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u95S3jeK6h .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u95S3jeK6h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u95S3jeK6h .mbr-section-title {
  color: #232323;
}
.cid-u95S3jeK6h .mbr-text,
.cid-u95S3jeK6h .mbr-section-btn {
  color: #2e3192;
}
.cid-u95S3jeK6h .item-title {
  color: #353535;
}
.cid-u95S3jeK6h .item-subtitle {
  color: #2e3192;
}
.cid-u95S0bn5Js {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u95S0bn5Js h6 {
  line-height: 1.2;
}
.cid-u95S0bn5Js img,
.cid-u95S0bn5Js .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u95S0bn5Js .item:focus,
.cid-u95S0bn5Js span:focus {
  outline: none;
}
.cid-u95S0bn5Js .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u95S0bn5Js .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u95S0bn5Js .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u95S0bn5Js .mbr-section-title {
  color: #232323;
}
.cid-u95S0bn5Js .mbr-text,
.cid-u95S0bn5Js .mbr-section-btn {
  color: #2e3192;
}
.cid-u95S0bn5Js .item-title {
  color: #353535;
}
.cid-u95S0bn5Js .item-subtitle {
  color: #2e3192;
}
.cid-u7dofBYkxX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7dofBYkxX h6 {
  line-height: 1.2;
}
.cid-u7dofBYkxX img,
.cid-u7dofBYkxX .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u7dofBYkxX .item:focus,
.cid-u7dofBYkxX span:focus {
  outline: none;
}
.cid-u7dofBYkxX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7dofBYkxX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7dofBYkxX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7dofBYkxX .mbr-section-title {
  color: #232323;
}
.cid-u7dofBYkxX .mbr-text,
.cid-u7dofBYkxX .mbr-section-btn {
  color: #353535;
}
.cid-u7dofBYkxX .item-title {
  color: #353535;
}
.cid-u7dofBYkxX .item-subtitle {
  color: #2e3192;
}
.cid-tYeUTLO5jq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYeUTLO5jq h6 {
  line-height: 1.2;
}
.cid-tYeUTLO5jq img,
.cid-tYeUTLO5jq .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tYeUTLO5jq .item:focus,
.cid-tYeUTLO5jq span:focus {
  outline: none;
}
.cid-tYeUTLO5jq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYeUTLO5jq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYeUTLO5jq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYeUTLO5jq .mbr-section-title {
  color: #232323;
}
.cid-tYeUTLO5jq .mbr-text,
.cid-tYeUTLO5jq .mbr-section-btn {
  color: #353535;
}
.cid-tYeUTLO5jq .item-title {
  color: #353535;
}
.cid-tYeUTLO5jq .item-subtitle {
  color: #000000;
}
.cid-tVdh4CfC60 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVdh4CfC60 h6 {
  line-height: 1.2;
}
.cid-tVdh4CfC60 img,
.cid-tVdh4CfC60 .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tVdh4CfC60 .item:focus,
.cid-tVdh4CfC60 span:focus {
  outline: none;
}
.cid-tVdh4CfC60 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tVdh4CfC60 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVdh4CfC60 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tVdh4CfC60 .mbr-section-title {
  color: #232323;
}
.cid-tVdh4CfC60 .mbr-text,
.cid-tVdh4CfC60 .mbr-section-btn {
  color: #353535;
}
.cid-tVdh4CfC60 .item-title {
  color: #353535;
}
.cid-tVdh4CfC60 .item-subtitle {
  color: #000000;
}
.cid-tP5PR7aSoj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP5PR7aSoj h6 {
  line-height: 1.2;
}
.cid-tP5PR7aSoj img,
.cid-tP5PR7aSoj .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tP5PR7aSoj .item:focus,
.cid-tP5PR7aSoj span:focus {
  outline: none;
}
.cid-tP5PR7aSoj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tP5PR7aSoj .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tP5PR7aSoj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tP5PR7aSoj .mbr-section-title {
  color: #232323;
}
.cid-tP5PR7aSoj .mbr-text,
.cid-tP5PR7aSoj .mbr-section-btn {
  color: #353535;
}
.cid-tP5PR7aSoj .item-title {
  color: #353535;
}
.cid-tP5PR7aSoj .item-subtitle {
  color: #2e3192;
}
.cid-tNL8ihx0Eh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNL8ihx0Eh h6 {
  line-height: 1.2;
}
.cid-tNL8ihx0Eh img,
.cid-tNL8ihx0Eh .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tNL8ihx0Eh .item:focus,
.cid-tNL8ihx0Eh span:focus {
  outline: none;
}
.cid-tNL8ihx0Eh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNL8ihx0Eh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tNL8ihx0Eh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNL8ihx0Eh .mbr-section-title {
  color: #232323;
}
.cid-tNL8ihx0Eh .mbr-text,
.cid-tNL8ihx0Eh .mbr-section-btn {
  color: #353535;
}
.cid-tNL8ihx0Eh .item-title {
  color: #353535;
}
.cid-tNL8ihx0Eh .item-subtitle {
  color: #2e3192;
}
.cid-tsIZeqn2hV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIZeqn2hV p {
  text-align: center;
}
.cid-tsIZeqn2hV .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIZeqn2hV .btn-underline:hover {
  color: #505050;
}
.cid-tsIZeqn2hV .btn-underline:before {
  background-color: #505050;
}
.cid-tsIZeqn2hV .social-list a:focus {
  text-decoration: none;
}
.cid-tsIZeqn2hV .text-copyright {
  width: 100%;
}
.cid-tsIZeqn2hV .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIZeqn2hV .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIZeqn2hV .logo-footer {
  line-height: normal;
}
.cid-tsIZeqn2hV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIZeqn2hV .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIZeqn2hV .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIZeqn2hV .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsrvuXEGib {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsrvuXEGib .mbr-section-title {
  color: #ffffff;
}
.cid-tsrvuXEGib .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsrvuXEGib .mbr-text {
  color: #ffffff;
}
.cid-tsrvuXEGib .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsrvuXEGib .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsrvuXEGib .text-col {
  align-items: center;
  display: flex;
}
.cid-tsrvuXEGib .mbr-section-subtitle,
.cid-tsrvuXEGib .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsrvMdtgjY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsrvMdtgjY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tsrvMdtgjY .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tsrvMdtgjY .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-tsrvMdtgjY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tsrvMdtgjY .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-tsrvMdtgjY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tsrvMdtgjY .carousel-control,
.cid-tsrvMdtgjY .close {
  background: #1b1b1b;
}
.cid-tsrvMdtgjY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tsrvMdtgjY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tsrvMdtgjY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tsrvMdtgjY .carousel-control-next span {
  margin-left: 5px;
}
.cid-tsrvMdtgjY .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-tsrvMdtgjY .close::before {
  content: '\e91a';
}
.cid-tsrvMdtgjY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsrvMdtgjY .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-tsrvMdtgjY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsrvMdtgjY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsrvMdtgjY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsrvMdtgjY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tsrvMdtgjY .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-tsrvMdtgjY .carousel-indicators li.active,
.cid-tsrvMdtgjY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tsrvMdtgjY .carousel-indicators li::after,
.cid-tsrvMdtgjY .carousel-indicators li::before {
  content: none;
}
.cid-tsrvMdtgjY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tsrvMdtgjY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tsrvMdtgjY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tsrvMdtgjY .carousel-indicators {
    display: none;
  }
}
.cid-tsrvMdtgjY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tsrvMdtgjY .carousel-inner > .active {
  display: block;
}
.cid-tsrvMdtgjY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsrvMdtgjY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsrvMdtgjY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tsrvMdtgjY .carousel-control,
  .cid-tsrvMdtgjY .carousel-indicators,
  .cid-tsrvMdtgjY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tsrvMdtgjY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tsrvMdtgjY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tsrvMdtgjY .carousel-indicators .active,
.cid-tsrvMdtgjY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tsrvMdtgjY .carousel-indicators .active {
  background: #fff;
}
.cid-tsrvMdtgjY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tsrvMdtgjY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tsrvMdtgjY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tsrvMdtgjY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tsrvMdtgjY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tsrvMdtgjY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tsrvMdtgjY .carousel {
  width: 100%;
}
.cid-tsrvMdtgjY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tsrvMdtgjY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tsrvMdtgjY .modal.fade .modal-dialog,
.cid-tsrvMdtgjY .modal.in .modal-dialog {
  transform: none;
}
.cid-tsrvMdtgjY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tsrvMdtgjY H6 {
  text-align: center;
}
.cid-tsrvMdtgjY .mbr-section-title {
  color: #2e6b75;
}
.cid-tsrvMdtgjY .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tsrvMdtgjY .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tsrvMdtgjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsrvMdtgjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsIZszP7gM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIZszP7gM p {
  text-align: center;
}
.cid-tsIZszP7gM .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIZszP7gM .btn-underline:hover {
  color: #505050;
}
.cid-tsIZszP7gM .btn-underline:before {
  background-color: #505050;
}
.cid-tsIZszP7gM .social-list a:focus {
  text-decoration: none;
}
.cid-tsIZszP7gM .text-copyright {
  width: 100%;
}
.cid-tsIZszP7gM .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIZszP7gM .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIZszP7gM .logo-footer {
  line-height: normal;
}
.cid-tsIZszP7gM .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIZszP7gM .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIZszP7gM .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIZszP7gM .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiOvvQ4Pp {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiOvvQ4Pp .mbr-section-title {
  color: #ffffff;
}
.cid-tsiOvvQ4Pp .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiOvvQ4Pp .mbr-text {
  color: #ffffff;
}
.cid-tsiOvvQ4Pp .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiOvvQ4Pp .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiOvvQ4Pp .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiOvvQ4Pp .mbr-section-subtitle,
.cid-tsiOvvQ4Pp .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsrxgB0pJe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsrxgB0pJe img,
.cid-tsrxgB0pJe .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsrxgB0pJe .item:focus,
.cid-tsrxgB0pJe span:focus {
  outline: none;
}
.cid-tsrxgB0pJe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsrxgB0pJe .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsrxgB0pJe .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tsrxgB0pJe .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tsrxgB0pJe .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tsrxgB0pJe .item-content {
    padding: 1rem 0;
  }
}
.cid-tsrxgB0pJe .mbr-section-title {
  color: #1e4381;
}
.cid-tsrxgB0pJe .item-title {
  color: #1e4381;
}
.cid-tsrxgB0pJe .item-subtitle {
  color: #bec2cf;
}
.cid-tsrxgB0pJe .mbr-text,
.cid-tsrxgB0pJe .mbr-section-btn {
  color: #6c758f;
}
.cid-tsrxgB0pJe .mbr-link {
  color: #1e4381;
  display: block;
}
.cid-tsiOvZ6Wrs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsiOvZ6Wrs p {
  text-align: center;
}
.cid-tsiOvZ6Wrs .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsiOvZ6Wrs .btn-underline:hover {
  color: #505050;
}
.cid-tsiOvZ6Wrs .btn-underline:before {
  background-color: #505050;
}
.cid-tsiOvZ6Wrs .social-list a:focus {
  text-decoration: none;
}
.cid-tsiOvZ6Wrs .text-copyright {
  width: 100%;
}
.cid-tsiOvZ6Wrs .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsiOvZ6Wrs .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsiOvZ6Wrs .logo-footer {
  line-height: normal;
}
.cid-tsiOvZ6Wrs .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsiOvZ6Wrs .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsiOvZ6Wrs .mbr-section-btn {
  font-size: 16px;
}
.cid-tsiOvZ6Wrs .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiOEWABmf {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiOEWABmf .mbr-section-title {
  color: #ffffff;
}
.cid-tsiOEWABmf .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiOEWABmf .mbr-text {
  color: #ffffff;
}
.cid-tsiOEWABmf .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiOEWABmf .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiOEWABmf .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiOEWABmf .mbr-section-subtitle,
.cid-tsiOEWABmf .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tswVxzgtNv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswVxzgtNv .mbr-section-subtitle {
  color: #36187d;
}
.cid-tswVxzgtNv .mbr-text {
  color: #6c758f;
}
#custom-html-72 {
  /* Type valid CSS here */
}
#custom-html-72 div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-72 p {
  font-size: 60px;
  color: #777;
}
.cid-tswYeu7cy7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tswYeu7cy7 .card-wrapper {
  background-color: #1e4381;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tswYeu7cy7 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tswYeu7cy7 .text-wrapper {
  max-width: 28rem;
}
.cid-tswYeu7cy7 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tswYeu7cy7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tswYeu7cy7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tswYeu7cy7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tswYeu7cy7 .content-wrapper {
    padding: 3rem;
  }
  .cid-tswYeu7cy7 .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-tswYeu7cy7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tswZBy6uDg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tswZBy6uDg .mbr-section-subtitle {
  color: #36187d;
}
.cid-tswZBy6uDg .mbr-text {
  color: #6c758f;
}
.cid-tsx0iHZg59 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1e4381;
}
.cid-tsx0iHZg59 .mbr-section-text {
  color: #464646;
}
.cid-tsx0hrTiSu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsx0hrTiSu .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tsx0hrTiSu .col-lg-4,
.cid-tsx0hrTiSu .col-12 {
  padding: 0 2rem;
}
.cid-tsx0hrTiSu .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tsx0hrTiSu .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tsx0hrTiSu .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsx0hrTiSu .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tsx0hrTiSu .card-title,
.cid-tsx0hrTiSu .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-tsx0hrTiSu .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tsx0hrTiSu .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tsx0hrTiSu .mbr-section-title {
  color: #1e4381;
}
.cid-tsx0hrTiSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsx0hrTiSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsiOFlhxZ3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsiOFlhxZ3 p {
  text-align: center;
}
.cid-tsiOFlhxZ3 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsiOFlhxZ3 .btn-underline:hover {
  color: #505050;
}
.cid-tsiOFlhxZ3 .btn-underline:before {
  background-color: #505050;
}
.cid-tsiOFlhxZ3 .social-list a:focus {
  text-decoration: none;
}
.cid-tsiOFlhxZ3 .text-copyright {
  width: 100%;
}
.cid-tsiOFlhxZ3 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsiOFlhxZ3 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsiOFlhxZ3 .logo-footer {
  line-height: normal;
}
.cid-tsiOFlhxZ3 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsiOFlhxZ3 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsiOFlhxZ3 .mbr-section-btn {
  font-size: 16px;
}
.cid-tsiOFlhxZ3 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiOmWnfU8 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiOmWnfU8 .mbr-section-title {
  color: #ffffff;
}
.cid-tsiOmWnfU8 .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiOmWnfU8 .mbr-text {
  color: #ffffff;
}
.cid-tsiOmWnfU8 .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiOmWnfU8 .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiOmWnfU8 .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiOmWnfU8 .mbr-section-subtitle,
.cid-tsiOmWnfU8 .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tswyGZroHw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswyGZroHw .mbr-section-subtitle {
  color: #36187d;
}
.cid-tswyGZroHw .mbr-text {
  color: #6c758f;
}
.cid-tswyBEyNmL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswyBEyNmL .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tswyBEyNmL .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tswyBEyNmL .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-tswyBEyNmL .card {
    margin-bottom: 2rem;
  }
  .cid-tswyBEyNmL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tswyBEyNmL .card-title,
.cid-tswyBEyNmL .card-box {
  color: #1e4381;
}
.cid-tswyBEyNmL .icon-title {
  color: #1e4381;
}
.cid-tswyBEyNmL .icon-text {
  color: #6c758f;
}
.cid-tswyBEyNmL .mbr-text,
.cid-tswyBEyNmL .mbr-section-btn {
  color: #6c758f;
}
.cid-tswyBEyNmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswyBEyNmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswArBDmAo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswArBDmAo .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tswArBDmAo .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tswArBDmAo .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-tswArBDmAo .card {
    margin-bottom: 2rem;
  }
  .cid-tswArBDmAo .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tswArBDmAo .card-title,
.cid-tswArBDmAo .card-box {
  color: #1e4381;
}
.cid-tswArBDmAo .icon-title {
  color: #1e4381;
}
.cid-tswArBDmAo .icon-text {
  color: #6c758f;
}
.cid-tswArBDmAo .mbr-text,
.cid-tswArBDmAo .mbr-section-btn {
  color: #6c758f;
}
.cid-tswArBDmAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswArBDmAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tswBhKEI3d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tswBhKEI3d .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tswBhKEI3d .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tswBhKEI3d .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-tswBhKEI3d .card {
    margin-bottom: 2rem;
  }
  .cid-tswBhKEI3d .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tswBhKEI3d .card-title,
.cid-tswBhKEI3d .card-box {
  color: #1e4381;
}
.cid-tswBhKEI3d .icon-title {
  color: #1e4381;
}
.cid-tswBhKEI3d .icon-text {
  color: #6c758f;
}
.cid-tswBhKEI3d .mbr-text,
.cid-tswBhKEI3d .mbr-section-btn {
  color: #6c758f;
}
.cid-tswBhKEI3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswBhKEI3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsx0Q4Crbp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1e4381;
}
.cid-tsx0Q4Crbp .mbr-section-text {
  color: #464646;
}
.cid-tswBD695NU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tswBD695NU .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tswBD695NU .col-lg-4,
.cid-tswBD695NU .col-12 {
  padding: 0 2rem;
}
.cid-tswBD695NU .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tswBD695NU .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tswBD695NU .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tswBD695NU .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tswBD695NU .card-title,
.cid-tswBD695NU .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-tswBD695NU .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tswBD695NU .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tswBD695NU .mbr-section-title {
  color: #1e4381;
}
.cid-tswBD695NU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tswBD695NU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsiOnh19ZZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsiOnh19ZZ p {
  text-align: center;
}
.cid-tsiOnh19ZZ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsiOnh19ZZ .btn-underline:hover {
  color: #505050;
}
.cid-tsiOnh19ZZ .btn-underline:before {
  background-color: #505050;
}
.cid-tsiOnh19ZZ .social-list a:focus {
  text-decoration: none;
}
.cid-tsiOnh19ZZ .text-copyright {
  width: 100%;
}
.cid-tsiOnh19ZZ .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsiOnh19ZZ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsiOnh19ZZ .logo-footer {
  line-height: normal;
}
.cid-tsiOnh19ZZ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsiOnh19ZZ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsiOnh19ZZ .mbr-section-btn {
  font-size: 16px;
}
.cid-tsiOnh19ZZ .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiOLDwutp {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiOLDwutp .mbr-section-title {
  color: #ffffff;
}
.cid-tsiOLDwutp .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiOLDwutp .mbr-text {
  color: #ffffff;
}
.cid-tsiOLDwutp .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiOLDwutp .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiOLDwutp .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiOLDwutp .mbr-section-subtitle,
.cid-tsiOLDwutp .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsx1duYwUb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsx1duYwUb .mbr-section-subtitle {
  color: #36187d;
}
.cid-tsx1duYwUb .mbr-text {
  color: #6c758f;
}
.cid-tsx1wqkSCo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsx1wqkSCo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #2e3192;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-tsx1wqkSCo .panel-group {
  border: none;
}
.cid-tsx1wqkSCo .panel-collapse {
  padding: 0 2rem;
}
.cid-tsx1wqkSCo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-tsx1wqkSCo .panel-body,
.cid-tsx1wqkSCo .card-header {
  padding: 1rem 0;
}
.cid-tsx1wqkSCo .panel-title-edit {
  color: #6c758f;
}
.cid-tsx1wqkSCo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-tsx1wqkSCo .card {
  overflow: visible;
}
.cid-tsx1wqkSCo .panel-text {
  color: #6c758f;
}
.cid-tsx1wqkSCo H3 {
  color: #1e4381;
}
.cid-tsx1wqkSCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsx1wqkSCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsx1ge6f1m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1e4381;
}
.cid-tsx1ge6f1m .mbr-section-text {
  color: #464646;
}
.cid-tsx1fzD1ai {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsx1fzD1ai .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tsx1fzD1ai .col-lg-4,
.cid-tsx1fzD1ai .col-12 {
  padding: 0 2rem;
}
.cid-tsx1fzD1ai .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tsx1fzD1ai .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tsx1fzD1ai .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsx1fzD1ai .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tsx1fzD1ai .card-title,
.cid-tsx1fzD1ai .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-tsx1fzD1ai .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tsx1fzD1ai .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tsx1fzD1ai .mbr-section-title {
  color: #1e4381;
}
.cid-tsx1fzD1ai .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsx1fzD1ai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsiOM7rhyI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsiOM7rhyI p {
  text-align: center;
}
.cid-tsiOM7rhyI .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsiOM7rhyI .btn-underline:hover {
  color: #505050;
}
.cid-tsiOM7rhyI .btn-underline:before {
  background-color: #505050;
}
.cid-tsiOM7rhyI .social-list a:focus {
  text-decoration: none;
}
.cid-tsiOM7rhyI .text-copyright {
  width: 100%;
}
.cid-tsiOM7rhyI .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsiOM7rhyI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsiOM7rhyI .logo-footer {
  line-height: normal;
}
.cid-tsiOM7rhyI .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsiOM7rhyI .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsiOM7rhyI .mbr-section-btn {
  font-size: 16px;
}
.cid-tsiOM7rhyI .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiOTOHG2b {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiOTOHG2b .mbr-section-title {
  color: #ffffff;
}
.cid-tsiOTOHG2b .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiOTOHG2b .mbr-text {
  color: #ffffff;
}
.cid-tsiOTOHG2b .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiOTOHG2b .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiOTOHG2b .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiOTOHG2b .mbr-section-subtitle,
.cid-tsiOTOHG2b .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tsm3W74Ybb {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tsm3W74Ybb .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tsm3W74Ybb .col-lg-4,
.cid-tsm3W74Ybb .col-12 {
  padding: 0 2rem;
}
.cid-tsm3W74Ybb .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tsm3W74Ybb .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tsm3W74Ybb .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsm3W74Ybb .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tsm3W74Ybb .card-title,
.cid-tsm3W74Ybb .iconfont-wrapper {
  color: #1e4381;
  text-align: center;
}
.cid-tsm3W74Ybb .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tsm3W74Ybb .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tsm3W74Ybb .mbr-section-title {
  color: #1e4381;
}
.cid-tsm3W74Ybb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsm3W74Ybb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsm422kEFm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tsm422kEFm .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tsm422kEFm .col-lg-4,
.cid-tsm422kEFm .col-12 {
  padding: 0 2rem;
}
.cid-tsm422kEFm .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tsm422kEFm .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tsm422kEFm .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsm422kEFm .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tsm422kEFm .card-title,
.cid-tsm422kEFm .iconfont-wrapper {
  color: #1e4381;
  text-align: center;
}
.cid-tsm422kEFm .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tsm422kEFm .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tsm422kEFm .mbr-section-title {
  color: #1e4381;
}
.cid-tsm422kEFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsm422kEFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsm42Xyr2D {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tsm42Xyr2D .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tsm42Xyr2D .col-lg-4,
.cid-tsm42Xyr2D .col-12 {
  padding: 0 2rem;
}
.cid-tsm42Xyr2D .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tsm42Xyr2D .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tsm42Xyr2D .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsm42Xyr2D .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tsm42Xyr2D .card-title,
.cid-tsm42Xyr2D .iconfont-wrapper {
  color: #1e4381;
  text-align: center;
}
.cid-tsm42Xyr2D .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tsm42Xyr2D .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tsm42Xyr2D .mbr-section-title {
  color: #1e4381;
}
.cid-tsm42Xyr2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsm42Xyr2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsIXKYig90 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIXKYig90 p {
  text-align: center;
}
.cid-tsIXKYig90 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIXKYig90 .btn-underline:hover {
  color: #505050;
}
.cid-tsIXKYig90 .btn-underline:before {
  background-color: #505050;
}
.cid-tsIXKYig90 .social-list a:focus {
  text-decoration: none;
}
.cid-tsIXKYig90 .text-copyright {
  width: 100%;
}
.cid-tsIXKYig90 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIXKYig90 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIXKYig90 .logo-footer {
  line-height: normal;
}
.cid-tsIXKYig90 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIXKYig90 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIXKYig90 .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIXKYig90 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tsiOfVkffA {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tsiOfVkffA .mbr-section-title {
  color: #ffffff;
}
.cid-tsiOfVkffA .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tsiOfVkffA .mbr-text {
  color: #ffffff;
}
.cid-tsiOfVkffA .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tsiOfVkffA .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tsiOfVkffA .text-col {
  align-items: center;
  display: flex;
}
.cid-tsiOfVkffA .mbr-section-subtitle,
.cid-tsiOfVkffA .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tJfhYc3qzI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tJfhYc3qzI img,
.cid-tJfhYc3qzI .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tJfhYc3qzI .item:focus,
.cid-tJfhYc3qzI span:focus {
  outline: none;
}
.cid-tJfhYc3qzI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJfhYc3qzI .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tJfhYc3qzI .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tJfhYc3qzI .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tJfhYc3qzI .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tJfhYc3qzI .item-content {
    padding: 1rem 0;
  }
}
.cid-tJfhYc3qzI .mbr-section-title {
  color: #1e4381;
}
.cid-tJfhYc3qzI .item-title {
  color: #1e4381;
}
.cid-tJfhYc3qzI .item-subtitle {
  color: #bec2cf;
}
.cid-tJfhYc3qzI .mbr-text,
.cid-tJfhYc3qzI .mbr-section-btn {
  color: #6c758f;
}
.cid-tJfhYc3qzI .mbr-link {
  color: #1e4381;
  display: block;
}
.cid-tsrpZYtL0y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsrpZYtL0y img,
.cid-tsrpZYtL0y .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tsrpZYtL0y .item:focus,
.cid-tsrpZYtL0y span:focus {
  outline: none;
}
.cid-tsrpZYtL0y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsrpZYtL0y .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsrpZYtL0y .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tsrpZYtL0y .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tsrpZYtL0y .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tsrpZYtL0y .item-content {
    padding: 1rem 0;
  }
}
.cid-tsrpZYtL0y .mbr-section-title {
  color: #1e4381;
}
.cid-tsrpZYtL0y .item-title {
  color: #1e4381;
}
.cid-tsrpZYtL0y .item-subtitle {
  color: #bec2cf;
}
.cid-tsrpZYtL0y .mbr-text,
.cid-tsrpZYtL0y .mbr-section-btn {
  color: #6c758f;
}
.cid-tsrpZYtL0y .mbr-link {
  color: #1e4381;
  display: block;
}
.cid-tsIZlUlrd9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tsIZlUlrd9 p {
  text-align: center;
}
.cid-tsIZlUlrd9 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIZlUlrd9 .btn-underline:hover {
  color: #505050;
}
.cid-tsIZlUlrd9 .btn-underline:before {
  background-color: #505050;
}
.cid-tsIZlUlrd9 .social-list a:focus {
  text-decoration: none;
}
.cid-tsIZlUlrd9 .text-copyright {
  width: 100%;
}
.cid-tsIZlUlrd9 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIZlUlrd9 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIZlUlrd9 .logo-footer {
  line-height: normal;
}
.cid-tsIZlUlrd9 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIZlUlrd9 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIZlUlrd9 .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIZlUlrd9 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-svGZR3ZApP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP nav.navbar {
  position: fixed;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #ffffff !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tjBk5lHvPU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2e3192;
}
.cid-tjBk5lHvPU .carousel {
  height: 800px;
}
.cid-tjBk5lHvPU .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tjBk5lHvPU .carousel-item,
.cid-tjBk5lHvPU .carousel-inner {
  height: 100%;
}
.cid-tjBk5lHvPU .mbr-overlay {
  z-index: 1;
}
.cid-tjBk5lHvPU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-tjBk5lHvPU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tjBk5lHvPU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tjBk5lHvPU .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tjBk5lHvPU .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tjBk5lHvPU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tjBk5lHvPU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tjBk5lHvPU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tjBk5lHvPU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-tjBk5lHvPU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjBk5lHvPU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tjBk5lHvPU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tjBk5lHvPU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tjBk5lHvPU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tjBk5lHvPU .carousel-indicators li.active {
  background-color: #5aac98;
}
.cid-tjBk5lHvPU .carousel-indicators li.active,
.cid-tjBk5lHvPU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tjBk5lHvPU .carousel-indicators li::after,
.cid-tjBk5lHvPU .carousel-indicators li::before {
  content: none;
}
.cid-tjBk5lHvPU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tjBk5lHvPU .carousel-indicators {
    display: none !important;
  }
}
.cid-tjBk5lHvPU .btn.btn-primary-outline {
  border: 1px solid #2e3192;
}
.cid-tjBk5lHvPU .btn.btn-primary-outline:hover {
  background-color: #2e3192 !important;
  color: #ffffff !important;
}
.cid-tjBk5lHvPU .btn.btn-secondary-outline {
  border: 1px solid #ea2396;
}
.cid-tjBk5lHvPU .btn.btn-secondary-outline:hover {
  background-color: #ea2396 !important;
  color: #ffffff !important;
}
.cid-tjBk5lHvPU .btn.btn-success-outline {
  border: 1px solid #35b8fc;
}
.cid-tjBk5lHvPU .btn.btn-success-outline:hover {
  background-color: #35b8fc !important;
  color: #ffffff !important;
}
.cid-tjBk5lHvPU .btn.btn-info-outline {
  border: 1px solid #47b5ed;
}
.cid-tjBk5lHvPU .btn.btn-info-outline:hover {
  background-color: #47b5ed !important;
  color: #ffffff !important;
}
.cid-tjBk5lHvPU .btn.btn-warning-outline {
  border: 1px solid #6c758f;
}
.cid-tjBk5lHvPU .btn.btn-warning-outline:hover {
  background-color: #6c758f !important;
  color: #ffffff !important;
}
.cid-tjBk5lHvPU .btn.btn-danger-outline {
  border: 1px solid #36187d;
}
.cid-tjBk5lHvPU .btn.btn-danger-outline:hover {
  background-color: #36187d !important;
  color: #ffffff !important;
}
.cid-tjBk5lHvPU .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tjBk5lHvPU .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tjBk5lHvPU .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tjBk5lHvPU .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tjBk5lHvPU .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tjBk5lHvPU .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tjBk5lHvPU .carousel-control {
    display: none;
  }
  .cid-tjBk5lHvPU .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-tjBk5lHvPU .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-tsfgvNWd0o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2e3192;
}
.cid-tsfgvNWd0o .mbr-section-title {
  color: #ffffff;
}
.cid-tsfgvNWd0o .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tsfgvNWd0o .align-left {
    text-align: center;
  }
}
.cid-tsfgvNWd0o .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-tsfgvNWd0o .row {
    padding: 3rem 2rem;
  }
}
.cid-tsfgvNWd0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsfgvNWd0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsg5ci1Fvy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsg5ci1Fvy .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tsg5ci1Fvy .col-lg-4,
.cid-tsg5ci1Fvy .col-12 {
  padding: 0 2rem;
}
.cid-tsg5ci1Fvy .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tsg5ci1Fvy .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tsg5ci1Fvy .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tsg5ci1Fvy .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tsg5ci1Fvy .card-title,
.cid-tsg5ci1Fvy .iconfont-wrapper {
  color: #1e4381;
  text-align: center;
}
.cid-tsg5ci1Fvy .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tsg5ci1Fvy .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tsg5ci1Fvy .mbr-section-title {
  color: #2e3192;
}
.cid-tsg5ci1Fvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsg5ci1Fvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsg5ci1Fvy .card-title,
.cid-tsg5ci1Fvy .iconfont-wrapper P {
  text-align: center;
}
#custom-html-v {
  /* Type valid CSS here */
}
#custom-html-v div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-v p {
  font-size: 5px;
  color: #777;
}
.cid-v9GuTvxyqB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-v9GuTvxyqB img,
.cid-v9GuTvxyqB .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v9GuTvxyqB .item:focus,
.cid-v9GuTvxyqB span:focus {
  outline: none;
}
.cid-v9GuTvxyqB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v9GuTvxyqB .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-v9GuTvxyqB .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-v9GuTvxyqB .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-v9GuTvxyqB .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-v9GuTvxyqB .item-content {
    padding: 1rem 0;
  }
}
.cid-v9GuTvxyqB .mbr-section-title {
  color: #36187d;
}
.cid-v9GuTvxyqB .item-title {
  color: #36187d;
}
.cid-v9GuTvxyqB .item-subtitle {
  color: #bec2cf;
}
.cid-v9GuTvxyqB .mbr-text,
.cid-v9GuTvxyqB .mbr-section-btn {
  color: #36187d;
}
.cid-v9GuTvxyqB .mbr-link {
  color: #0196e3;
}
.cid-tshjfYnkbD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #2e3192;
}
.cid-tshjfYnkbD .mbr-section-title {
  color: #ffffff;
}
.cid-tsgZTh6nXB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsgZTh6nXB .google-map {
  height: 350px;
  position: relative;
  filter: grayscale(1);
}
.cid-tsgZTh6nXB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tsgZTh6nXB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tsgZTh6nXB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsgZTh6nXB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsgZTh6nXB .mbr-section-title {
  color: #1e4381;
}
@media (max-width: 992px) {
  .cid-tsgZTh6nXB .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-tsgZTh6nXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsgZTh6nXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsgZTh6nXB .mbr-section-subtitle {
  color: #1e4381;
}
.cid-tsgsqKAxdY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tsgsqKAxdY .container {
    max-width: 1400px;
  }
}
.cid-tsgsqKAxdY .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tsgsqKAxdY .card-box {
    padding: 1rem;
  }
}
.cid-tsgsqKAxdY .link-wrap {
  width: 100%;
}
.cid-tsgsqKAxdY .link {
  display: inline-block;
}
.cid-tsgsqKAxdY .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tsgsqKAxdY .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: '\e909';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tsgsqKAxdY .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tsgsqKAxdY .card-sub-title {
  color: #d58f76;
}
.cid-tsgsqKAxdY .mbr-text,
.cid-tsgsqKAxdY .link-wrap {
  color: #6c758f;
}
.cid-tsgsqKAxdY .card-title,
.cid-tsgsqKAxdY .card-box {
  color: #1e4381;
}
.cid-tsgsqKAxdY .mbr-section-subtitle {
  color: #1e4381;
  text-align: left;
}
.cid-tsIYnnNfHw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e3192;
}
.cid-tsIYnnNfHw p {
  text-align: center;
}
.cid-tsIYnnNfHw .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsIYnnNfHw .btn-underline:hover {
  color: #505050;
}
.cid-tsIYnnNfHw .btn-underline:before {
  background-color: #505050;
}
.cid-tsIYnnNfHw .social-list a:focus {
  text-decoration: none;
}
.cid-tsIYnnNfHw .text-copyright {
  width: 100%;
}
.cid-tsIYnnNfHw .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tsIYnnNfHw .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tsIYnnNfHw .logo-footer {
  line-height: normal;
}
.cid-tsIYnnNfHw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tsIYnnNfHw .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIYnnNfHw .mbr-section-btn {
  font-size: 16px;
}
.cid-tsIYnnNfHw .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tyBiAnUq9k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyBiAnUq9k .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tyBiAnUq9k .container {
    padding: 0 ;
  }
}
.cid-tyBiAnUq9k .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tyBiAnUq9k .navbar.opened {
  transition: all 0.3s;
}
.cid-tyBiAnUq9k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyBiAnUq9k .navbar .navbar-logo img {
  width: auto;
}
.cid-tyBiAnUq9k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyBiAnUq9k .navbar.collapsed {
  justify-content: center;
}
.cid-tyBiAnUq9k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyBiAnUq9k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyBiAnUq9k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tyBiAnUq9k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyBiAnUq9k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyBiAnUq9k .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-tyBiAnUq9k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyBiAnUq9k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyBiAnUq9k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyBiAnUq9k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyBiAnUq9k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyBiAnUq9k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyBiAnUq9k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyBiAnUq9k .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-tyBiAnUq9k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyBiAnUq9k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyBiAnUq9k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyBiAnUq9k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyBiAnUq9k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyBiAnUq9k .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tyBiAnUq9k .navbar.navbar-short {
  min-height: 110px;
}
.cid-tyBiAnUq9k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyBiAnUq9k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyBiAnUq9k .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tyBiAnUq9k nav.navbar {
  position: fixed;
}
.cid-tyBiAnUq9k .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-tyBiAnUq9k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tyBiAnUq9k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyBiAnUq9k .dropdown-item:hover,
.cid-tyBiAnUq9k .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-tyBiAnUq9k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyBiAnUq9k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyBiAnUq9k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyBiAnUq9k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyBiAnUq9k .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyBiAnUq9k .dropdown-menu,
.cid-tyBiAnUq9k .navbar.opened {
  background: #ffffff !important;
}
.cid-tyBiAnUq9k .nav-item:focus,
.cid-tyBiAnUq9k .nav-link:focus {
  outline: none;
}
.cid-tyBiAnUq9k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyBiAnUq9k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyBiAnUq9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyBiAnUq9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyBiAnUq9k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyBiAnUq9k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyBiAnUq9k .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-tyBiAnUq9k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyBiAnUq9k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyBiAnUq9k .dropdown-item.active,
.cid-tyBiAnUq9k .dropdown-item:active {
  background-color: transparent;
}
.cid-tyBiAnUq9k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyBiAnUq9k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyBiAnUq9k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyBiAnUq9k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyBiAnUq9k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyBiAnUq9k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyBiAnUq9k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyBiAnUq9k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyBiAnUq9k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyBiAnUq9k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-tyBiAnUq9k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyBiAnUq9k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyBiAnUq9k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyBiAnUq9k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyBiAnUq9k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyBiAnUq9k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyBiAnUq9k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyBiAnUq9k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyBiAnUq9k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyBiAnUq9k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyBiAnUq9k .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-tyBiAnUq9k .navbar {
    height: 70px;
  }
  .cid-tyBiAnUq9k .navbar.opened {
    height: auto;
  }
  .cid-tyBiAnUq9k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyBiAnUq9k .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tyBiAnUq9k .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tyBiApevCy {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tyBiApevCy .mbr-section-title {
  color: #ffffff;
}
.cid-tyBiApevCy .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tyBiApevCy .mbr-text {
  color: #ffffff;
}
.cid-tyBiApevCy .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tyBiApevCy .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tyBiApevCy .text-col {
  align-items: center;
  display: flex;
}
.cid-tyBiApevCy .mbr-section-subtitle,
.cid-tyBiApevCy .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tyBiApr4CQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyBiApr4CQ .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tyBiApr4CQ .card-title {
  max-width: 600px;
  color: #1e4381;
}
.cid-tyBiApr4CQ a {
  display: flex;
}
.cid-tyBiApr4CQ .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tyBiApr4CQ .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tyBiApr4CQ .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tyBiApr4CQ .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tyBiApr4CQ img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tyBiApr4CQ .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tyBiApr4CQ .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tyBiApr4CQ .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tyBiApr4CQ .card-text {
  color: #0196e3;
}
.cid-tyBiApr4CQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBiApr4CQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBiAq48td {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tyBiAq48td p {
  text-align: center;
}
.cid-tyBiAq48td .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tyBiAq48td .btn-underline:hover {
  color: #505050;
}
.cid-tyBiAq48td .btn-underline:before {
  background-color: #505050;
}
.cid-tyBiAq48td .social-list a:focus {
  text-decoration: none;
}
.cid-tyBiAq48td .text-copyright {
  width: 100%;
}
.cid-tyBiAq48td .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tyBiAq48td .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tyBiAq48td .logo-footer {
  line-height: normal;
}
.cid-tyBiAq48td .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyBiAq48td .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tyBiAq48td .mbr-section-btn {
  font-size: 16px;
}
.cid-tyBiAq48td .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tJfkoEBFDU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJfkoEBFDU .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tJfkoEBFDU .container {
    padding: 0 ;
  }
}
.cid-tJfkoEBFDU .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tJfkoEBFDU .navbar.opened {
  transition: all 0.3s;
}
.cid-tJfkoEBFDU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJfkoEBFDU .navbar .navbar-logo img {
  width: auto;
}
.cid-tJfkoEBFDU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJfkoEBFDU .navbar.collapsed {
  justify-content: center;
}
.cid-tJfkoEBFDU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJfkoEBFDU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJfkoEBFDU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tJfkoEBFDU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJfkoEBFDU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJfkoEBFDU .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-tJfkoEBFDU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJfkoEBFDU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJfkoEBFDU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJfkoEBFDU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJfkoEBFDU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJfkoEBFDU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJfkoEBFDU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJfkoEBFDU .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-tJfkoEBFDU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJfkoEBFDU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJfkoEBFDU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJfkoEBFDU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJfkoEBFDU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJfkoEBFDU .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tJfkoEBFDU .navbar.navbar-short {
  min-height: 110px;
}
.cid-tJfkoEBFDU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJfkoEBFDU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJfkoEBFDU .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tJfkoEBFDU nav.navbar {
  position: fixed;
}
.cid-tJfkoEBFDU .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-tJfkoEBFDU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tJfkoEBFDU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJfkoEBFDU .dropdown-item:hover,
.cid-tJfkoEBFDU .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-tJfkoEBFDU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJfkoEBFDU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJfkoEBFDU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJfkoEBFDU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJfkoEBFDU .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJfkoEBFDU .dropdown-menu,
.cid-tJfkoEBFDU .navbar.opened {
  background: #ffffff !important;
}
.cid-tJfkoEBFDU .nav-item:focus,
.cid-tJfkoEBFDU .nav-link:focus {
  outline: none;
}
.cid-tJfkoEBFDU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJfkoEBFDU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJfkoEBFDU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJfkoEBFDU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJfkoEBFDU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJfkoEBFDU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJfkoEBFDU .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-tJfkoEBFDU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJfkoEBFDU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJfkoEBFDU .dropdown-item.active,
.cid-tJfkoEBFDU .dropdown-item:active {
  background-color: transparent;
}
.cid-tJfkoEBFDU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJfkoEBFDU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJfkoEBFDU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJfkoEBFDU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJfkoEBFDU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJfkoEBFDU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJfkoEBFDU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJfkoEBFDU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJfkoEBFDU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJfkoEBFDU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-tJfkoEBFDU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJfkoEBFDU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJfkoEBFDU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJfkoEBFDU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJfkoEBFDU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJfkoEBFDU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJfkoEBFDU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJfkoEBFDU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJfkoEBFDU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJfkoEBFDU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJfkoEBFDU .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-tJfkoEBFDU .navbar {
    height: 70px;
  }
  .cid-tJfkoEBFDU .navbar.opened {
    height: auto;
  }
  .cid-tJfkoEBFDU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJfkoEBFDU .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJfkoEBFDU .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tJfkoF2i1Y {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #1e4381;
}
.cid-tJfkoF2i1Y .mbr-section-title {
  color: #ffffff;
}
.cid-tJfkoF2i1Y .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tJfkoF2i1Y .mbr-text {
  color: #ffffff;
}
.cid-tJfkoF2i1Y .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tJfkoF2i1Y .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tJfkoF2i1Y .text-col {
  align-items: center;
  display: flex;
}
.cid-tJfkoF2i1Y .mbr-section-subtitle,
.cid-tJfkoF2i1Y .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tJfkoFeP7B {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfkoFeP7B .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tJfkoFeP7B .card-title {
  max-width: 600px;
  color: #1e4381;
}
.cid-tJfkoFeP7B a {
  display: flex;
}
.cid-tJfkoFeP7B .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tJfkoFeP7B .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tJfkoFeP7B .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tJfkoFeP7B .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tJfkoFeP7B img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tJfkoFeP7B .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tJfkoFeP7B .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tJfkoFeP7B .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tJfkoFeP7B .card-text {
  color: #0196e3;
}
.cid-tJfkoFeP7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfkoFeP7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfkoFA1qs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e4381;
}
.cid-tJfkoFA1qs p {
  text-align: center;
}
.cid-tJfkoFA1qs .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJfkoFA1qs .btn-underline:hover {
  color: #505050;
}
.cid-tJfkoFA1qs .btn-underline:before {
  background-color: #505050;
}
.cid-tJfkoFA1qs .social-list a:focus {
  text-decoration: none;
}
.cid-tJfkoFA1qs .text-copyright {
  width: 100%;
}
.cid-tJfkoFA1qs .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tJfkoFA1qs .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tJfkoFA1qs .logo-footer {
  line-height: normal;
}
.cid-tJfkoFA1qs .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJfkoFA1qs .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJfkoFA1qs .mbr-section-btn {
  font-size: 16px;
}
.cid-tJfkoFA1qs .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
