body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.375rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.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.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.01rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #000000 !important;
}
.bg-success {
  background-color: #fff0b0 !important;
}
.bg-info {
  background-color: #9fdbf8 !important;
}
.bg-warning {
  background-color: #20aa0a !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
  color: #0a638e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0a638e !important;
  background-color: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #20aa0a !important;
  border-color: #20aa0a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #115805 !important;
  border-color: #115805 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #115805 !important;
  border-color: #115805 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !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: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9fdbf8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4ebdf2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0a638e !important;
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff0b0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20aa0a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #115805 !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: #20aa0a !important;
  border-color: #20aa0a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !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: #000000 !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #fff0b0 !important;
}
.text-info {
  color: #9fdbf8 !important;
}
.text-warning {
  color: #20aa0a !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffdd4a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #40b7f1 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0e4a04 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a61717 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9fdbf8;
}
.alert-warning {
  background-color: #20aa0a;
}
.alert-danger {
  background-color: #e43f3f;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #58f440;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edb5bf !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='%23000000' %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-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #0b4a7a !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0b4a7a;
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b4a7a;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bce3f6;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ux3bkeFw38 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/banner-cankurtaran-1920x943.jpg");
}
.cid-ux3bkeFw38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3bkeFw38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3bkeFw38 .mbr-section-title {
  color: #ffe885;
  text-align: right;
}
.cid-ux3bkeFw38 .mbr-section-subtitle {
  text-align: right;
}
.cid-ux3bkeFw38 .mbr-text,
.cid-ux3bkeFw38 .mbr-section-btn {
  text-align: right;
}
.cid-uxpQYvPw2u {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uxpQYvPw2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpQYvPw2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpQYvPw2u .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxpQYvPw2u .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxpQYvPw2u .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uxpQYvPw2u img,
.cid-uxpQYvPw2u .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uxpQYvPw2u .content-head {
  max-width: 800px;
}
.cid-uxpQYvPw2u .mbr-section-title {
  color: #0b4a7a;
}
.cid-uxpQYvPw2u .card-title {
  color: #0b4a7a;
}
.cid-ux3cJ8XsZX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ux3cJ8XsZX .item:focus,
.cid-ux3cJ8XsZX span:focus {
  outline: none;
}
.cid-ux3cJ8XsZX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ux3cJ8XsZX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e3f3fc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ux3cJ8XsZX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ux3cJ8XsZX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ux3cJ8XsZX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ux3cJ8XsZX .mbr-section-title {
  color: #0b4a7a;
}
.cid-ux3cJ8XsZX .mbr-text,
.cid-ux3cJ8XsZX .mbr-section-btn {
  text-align: left;
}
.cid-ux3cJ8XsZX .item-title {
  text-align: center;
}
.cid-ux3cJ8XsZX .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uAO7P8nOq9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAO7P8nOq9 img {
  width: 120px;
  margin: auto;
}
.cid-uAO7P8nOq9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uAO7P8nOq9 .card {
    max-width: 12.5%;
  }
}
.cid-uAOrE4eZM2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAOrE4eZM2 img {
  width: 120px;
  margin: auto;
}
.cid-uAOrE4eZM2 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uAOrE4eZM2 .card {
    max-width: 12.5%;
  }
}
.cid-uzYD7vqNSS {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cankurtaran03-1-1080x692.jpg");
}
.cid-uzYD7vqNSS .mbr-overlay {
  background-color: #0b4a7a;
  opacity: 0.8;
}
.cid-uzYD7vqNSS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzYD7vqNSS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzYD7vqNSS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzYD7vqNSS .content-head {
  max-width: 800px;
}
.cid-uzYD7vqNSS .mbr-section-title {
  color: #ffffff;
}
.cid-uzYD7vqNSS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ux3EV87U7k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3f3fc;
}
.cid-ux3EV87U7k .mbr-text {
  color: #000000;
}
.cid-ux3EV87U7k .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ux3EV87U7k .mbr-section-title {
  color: #0b4a7a;
  text-align: left;
}
.cid-ux3EV87U7k .mbr-section-subtitle,
.cid-ux3EV87U7k .main-button {
  text-align: left;
  color: #000000;
}
.cid-ux3EV87U7k .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ux3EV87U7k .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ux3EV87U7k .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ux3EV87U7k .panel-group {
  border: none;
}
.cid-ux3EV87U7k .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ux3EV87U7k .card-header {
    padding: 0rem;
  }
}
.cid-ux3EV87U7k .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ux3EV87U7k .collapsed span {
  transform: rotate(0deg);
}
.cid-ux3EV87U7k .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ux3EV87U7k p {
  margin-bottom: 0.3rem;
}
.cid-ux3EV87U7k .panel-title-edit {
  color: #000000;
}
.cid-ux3EV87U7k .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ux3EV87U7k .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ux3EV87U7k .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ux3EV87U7k .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ux3EV87U7k .panel-text {
  color: #000000;
}
.cid-ux3EV87U7k .panel-title-edit,
.cid-ux3EV87U7k .mbr-iconfont {
  color: #000000;
}
.cid-ux3utTQbfm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ux3utTQbfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3utTQbfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3utTQbfm .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ux3utTQbfm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ux3utTQbfm .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-ux3utTQbfm img,
.cid-ux3utTQbfm .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ux3utTQbfm .content-head {
  max-width: 800px;
}
.cid-ux3utTQbfm .mbr-section-title {
  color: #0b4a7a;
}
.cid-ubIgqowTFL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0b4a7a;
}
.cid-ubIgqowTFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubIgqowTFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubIgqowTFL .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ubIgqowTFL .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #e3f3fc;
}
@media (max-width: 991px) {
  .cid-ubIgqowTFL .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubIgqowTFL .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ubIgqowTFL .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-ubIgqowTFL .mbr-section-title {
  color: #ffffff;
}
.cid-ubIgqowTFL .card-title {
  color: #07406b;
}
.cid-sFGSPUeMie {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #e3f3fc;
}
.cid-sFGSPUeMie .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFGSPUeMie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGSPUeMie .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-sFGSPUeMie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGSPUeMie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFGSPUeMie .mbr-section-title {
  color: #0b4a7a;
}
.cid-ux3yfgodb8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b4a7a;
}
.cid-ux3yfgodb8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ux3yfgodb8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ux3yfgodb8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ux3yfgodb8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ux3yfgodb8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ux3yfgodb8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ux3yfgodb8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ux3yfgodb8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ux3yfgodb8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ux3yfgodb8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ux3yfgodb8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ux3yfgodb8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ux3yfgodb8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ux3yfgodb8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ux3yfgodb8 .media-container-row .mbr-text {
  color: #e3f3fc;
}
.cid-usAvMAKToM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usAvMAKToM nav.navbar {
  position: fixed;
}
.cid-usAvMAKToM .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-usAvMAKToM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usAvMAKToM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usAvMAKToM .dropdown-item:hover,
.cid-usAvMAKToM .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-usAvMAKToM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usAvMAKToM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usAvMAKToM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usAvMAKToM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usAvMAKToM .nav-link {
  position: relative;
}
.cid-usAvMAKToM .container {
  display: flex;
  margin: auto;
}
.cid-usAvMAKToM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usAvMAKToM .dropdown-menu,
.cid-usAvMAKToM .navbar.opened {
  background: #0b4a7a !important;
}
.cid-usAvMAKToM .nav-item:focus,
.cid-usAvMAKToM .nav-link:focus {
  outline: none;
}
.cid-usAvMAKToM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usAvMAKToM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usAvMAKToM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usAvMAKToM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usAvMAKToM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usAvMAKToM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usAvMAKToM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0b4a7a;
}
.cid-usAvMAKToM .navbar.opened {
  transition: all 0.3s;
}
.cid-usAvMAKToM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usAvMAKToM .navbar .navbar-logo img {
  width: auto;
}
.cid-usAvMAKToM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usAvMAKToM .navbar.collapsed {
  justify-content: center;
}
.cid-usAvMAKToM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usAvMAKToM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usAvMAKToM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-usAvMAKToM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usAvMAKToM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usAvMAKToM .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-usAvMAKToM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usAvMAKToM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usAvMAKToM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usAvMAKToM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usAvMAKToM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usAvMAKToM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usAvMAKToM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usAvMAKToM .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-usAvMAKToM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usAvMAKToM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usAvMAKToM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usAvMAKToM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usAvMAKToM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usAvMAKToM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usAvMAKToM .navbar.navbar-short {
  min-height: 60px;
}
.cid-usAvMAKToM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usAvMAKToM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usAvMAKToM .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-usAvMAKToM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usAvMAKToM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usAvMAKToM .dropdown-item.active,
.cid-usAvMAKToM .dropdown-item:active {
  background-color: transparent;
}
.cid-usAvMAKToM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usAvMAKToM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usAvMAKToM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usAvMAKToM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b4a7a;
}
.cid-usAvMAKToM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usAvMAKToM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usAvMAKToM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usAvMAKToM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usAvMAKToM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usAvMAKToM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bce3f6;
}
.cid-usAvMAKToM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usAvMAKToM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usAvMAKToM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usAvMAKToM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usAvMAKToM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usAvMAKToM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usAvMAKToM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usAvMAKToM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usAvMAKToM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usAvMAKToM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usAvMAKToM .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-usAvMAKToM .navbar {
    height: 70px;
  }
  .cid-usAvMAKToM .navbar.opened {
    height: auto;
  }
  .cid-usAvMAKToM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxpcdzmU4p {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uxpcdzmU4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpcdzmU4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpcdzmU4p .mbr-section-title {
  text-align: center;
  color: #0b4a7a;
}
.cid-uxpasVv865 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uxpasVv865 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpasVv865 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpasVv865 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uxpasVv865 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxpasVv865 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxpasVv865 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxpasVv865 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uxpasVv865 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uxpasVv865 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxpas0LaDN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uxpas0LaDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpas0LaDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpas0LaDN .content-wrapper {
  background: #e3f3fc;
}
@media (max-width: 991px) {
  .cid-uxpas0LaDN .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uxpas0LaDN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxpas0LaDN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxpas0LaDN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxpas0LaDN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uxpas0LaDN .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uxpas0LaDN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxpas0LaDN .mbr-text,
.cid-uxpas0LaDN .mbr-section-btn {
  text-align: right;
}
.cid-uxpas0LaDN .card-title {
  text-align: right;
}
.cid-uxpbX9Vl4A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uxpbX9Vl4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpbX9Vl4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpbX9Vl4A .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uxpbX9Vl4A .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxpbX9Vl4A .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxpbX9Vl4A .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxpbX9Vl4A .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uxpbX9Vl4A .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uxpbX9Vl4A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ux3yfgodb8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b4a7a;
}
.cid-ux3yfgodb8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ux3yfgodb8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ux3yfgodb8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ux3yfgodb8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ux3yfgodb8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ux3yfgodb8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ux3yfgodb8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ux3yfgodb8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ux3yfgodb8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ux3yfgodb8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ux3yfgodb8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ux3yfgodb8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ux3yfgodb8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ux3yfgodb8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ux3yfgodb8 .media-container-row .mbr-text {
  color: #e3f3fc;
}
.cid-uxqhNJy91B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxqhNJy91B nav.navbar {
  position: fixed;
}
.cid-uxqhNJy91B .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-uxqhNJy91B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxqhNJy91B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxqhNJy91B .dropdown-item:hover,
.cid-uxqhNJy91B .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uxqhNJy91B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxqhNJy91B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxqhNJy91B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxqhNJy91B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxqhNJy91B .nav-link {
  position: relative;
}
.cid-uxqhNJy91B .container {
  display: flex;
  margin: auto;
}
.cid-uxqhNJy91B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxqhNJy91B .dropdown-menu,
.cid-uxqhNJy91B .navbar.opened {
  background: #0b4a7a !important;
}
.cid-uxqhNJy91B .nav-item:focus,
.cid-uxqhNJy91B .nav-link:focus {
  outline: none;
}
.cid-uxqhNJy91B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxqhNJy91B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxqhNJy91B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxqhNJy91B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxqhNJy91B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxqhNJy91B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxqhNJy91B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0b4a7a;
}
.cid-uxqhNJy91B .navbar.opened {
  transition: all 0.3s;
}
.cid-uxqhNJy91B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxqhNJy91B .navbar .navbar-logo img {
  width: auto;
}
.cid-uxqhNJy91B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxqhNJy91B .navbar.collapsed {
  justify-content: center;
}
.cid-uxqhNJy91B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxqhNJy91B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxqhNJy91B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uxqhNJy91B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxqhNJy91B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxqhNJy91B .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-uxqhNJy91B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxqhNJy91B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxqhNJy91B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxqhNJy91B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxqhNJy91B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxqhNJy91B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxqhNJy91B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxqhNJy91B .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-uxqhNJy91B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxqhNJy91B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxqhNJy91B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxqhNJy91B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxqhNJy91B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxqhNJy91B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxqhNJy91B .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxqhNJy91B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxqhNJy91B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxqhNJy91B .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-uxqhNJy91B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxqhNJy91B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxqhNJy91B .dropdown-item.active,
.cid-uxqhNJy91B .dropdown-item:active {
  background-color: transparent;
}
.cid-uxqhNJy91B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxqhNJy91B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxqhNJy91B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxqhNJy91B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b4a7a;
}
.cid-uxqhNJy91B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxqhNJy91B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxqhNJy91B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxqhNJy91B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxqhNJy91B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxqhNJy91B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bce3f6;
}
.cid-uxqhNJy91B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxqhNJy91B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxqhNJy91B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxqhNJy91B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxqhNJy91B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxqhNJy91B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxqhNJy91B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxqhNJy91B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxqhNJy91B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxqhNJy91B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxqhNJy91B .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-uxqhNJy91B .navbar {
    height: 70px;
  }
  .cid-uxqhNJy91B .navbar.opened {
    height: auto;
  }
  .cid-uxqhNJy91B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy6uH62vEP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uy6uH62vEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy6uH62vEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy6uH62vEP .mbr-section-title {
  text-align: center;
  color: #0b4a7a;
}
.cid-uxqqjiieEY {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uxqqjiieEY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxqqjiieEY .item {
    margin-bottom: 1rem;
  }
}
.cid-uxqqjiieEY .item-wrapper {
  position: relative;
}
.cid-uxqqjiieEY .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uxqqjiieEY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uxqqjiieEY .carousel-control,
.cid-uxqqjiieEY .close {
  background: #1b1b1b;
}
.cid-uxqqjiieEY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uxqqjiieEY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uxqqjiieEY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uxqqjiieEY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uxqqjiieEY .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-uxqqjiieEY .close::before {
  content: '\e91a';
}
.cid-uxqqjiieEY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxqqjiieEY .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-uxqqjiieEY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxqqjiieEY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxqqjiieEY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uxqqjiieEY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uxqqjiieEY .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-uxqqjiieEY .carousel-indicators li.active,
.cid-uxqqjiieEY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uxqqjiieEY .carousel-indicators li::after,
.cid-uxqqjiieEY .carousel-indicators li::before {
  content: none;
}
.cid-uxqqjiieEY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uxqqjiieEY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uxqqjiieEY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uxqqjiieEY .carousel-indicators {
    display: none;
  }
}
.cid-uxqqjiieEY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uxqqjiieEY .carousel-inner > .active {
  display: block;
}
.cid-uxqqjiieEY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxqqjiieEY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxqqjiieEY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uxqqjiieEY .carousel-control,
  .cid-uxqqjiieEY .carousel-indicators,
  .cid-uxqqjiieEY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uxqqjiieEY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uxqqjiieEY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uxqqjiieEY .carousel-indicators .active,
.cid-uxqqjiieEY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uxqqjiieEY .carousel-indicators .active {
  background: #fff;
}
.cid-uxqqjiieEY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uxqqjiieEY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uxqqjiieEY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uxqqjiieEY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uxqqjiieEY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uxqqjiieEY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uxqqjiieEY .carousel {
  width: 100%;
}
.cid-uxqqjiieEY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uxqqjiieEY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uxqqjiieEY .modal.fade .modal-dialog,
.cid-uxqqjiieEY .modal.in .modal-dialog {
  transform: none;
}
.cid-uxqqjiieEY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uxqqjiieEY .content-head {
  max-width: 800px;
}
.cid-uxqqjiieEY H3 {
  color: #0b4a7a;
}
.cid-uxqhNKNJ2M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b4a7a;
}
.cid-uxqhNKNJ2M .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uxqhNKNJ2M .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uxqhNKNJ2M .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uxqhNKNJ2M .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uxqhNKNJ2M .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uxqhNKNJ2M .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uxqhNKNJ2M .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uxqhNKNJ2M .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uxqhNKNJ2M .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uxqhNKNJ2M .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uxqhNKNJ2M .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uxqhNKNJ2M .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uxqhNKNJ2M .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uxqhNKNJ2M .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uxqhNKNJ2M .media-container-row .mbr-text {
  color: #e3f3fc;
}
.cid-uy6yJGiOBB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy6yJGiOBB nav.navbar {
  position: fixed;
}
.cid-uy6yJGiOBB .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-uy6yJGiOBB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy6yJGiOBB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy6yJGiOBB .dropdown-item:hover,
.cid-uy6yJGiOBB .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uy6yJGiOBB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy6yJGiOBB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy6yJGiOBB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy6yJGiOBB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy6yJGiOBB .nav-link {
  position: relative;
}
.cid-uy6yJGiOBB .container {
  display: flex;
  margin: auto;
}
.cid-uy6yJGiOBB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy6yJGiOBB .dropdown-menu,
.cid-uy6yJGiOBB .navbar.opened {
  background: #0b4a7a !important;
}
.cid-uy6yJGiOBB .nav-item:focus,
.cid-uy6yJGiOBB .nav-link:focus {
  outline: none;
}
.cid-uy6yJGiOBB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy6yJGiOBB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy6yJGiOBB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy6yJGiOBB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy6yJGiOBB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy6yJGiOBB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy6yJGiOBB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0b4a7a;
}
.cid-uy6yJGiOBB .navbar.opened {
  transition: all 0.3s;
}
.cid-uy6yJGiOBB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy6yJGiOBB .navbar .navbar-logo img {
  width: auto;
}
.cid-uy6yJGiOBB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy6yJGiOBB .navbar.collapsed {
  justify-content: center;
}
.cid-uy6yJGiOBB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy6yJGiOBB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy6yJGiOBB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uy6yJGiOBB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy6yJGiOBB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy6yJGiOBB .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-uy6yJGiOBB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy6yJGiOBB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy6yJGiOBB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy6yJGiOBB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy6yJGiOBB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy6yJGiOBB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy6yJGiOBB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy6yJGiOBB .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-uy6yJGiOBB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy6yJGiOBB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy6yJGiOBB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy6yJGiOBB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy6yJGiOBB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy6yJGiOBB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy6yJGiOBB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy6yJGiOBB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy6yJGiOBB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy6yJGiOBB .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-uy6yJGiOBB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy6yJGiOBB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy6yJGiOBB .dropdown-item.active,
.cid-uy6yJGiOBB .dropdown-item:active {
  background-color: transparent;
}
.cid-uy6yJGiOBB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy6yJGiOBB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy6yJGiOBB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy6yJGiOBB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b4a7a;
}
.cid-uy6yJGiOBB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy6yJGiOBB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy6yJGiOBB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy6yJGiOBB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy6yJGiOBB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy6yJGiOBB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bce3f6;
}
.cid-uy6yJGiOBB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy6yJGiOBB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy6yJGiOBB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy6yJGiOBB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy6yJGiOBB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy6yJGiOBB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy6yJGiOBB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy6yJGiOBB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy6yJGiOBB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy6yJGiOBB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy6yJGiOBB .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-uy6yJGiOBB .navbar {
    height: 70px;
  }
  .cid-uy6yJGiOBB .navbar.opened {
    height: auto;
  }
  .cid-uy6yJGiOBB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy6yJGDB6K {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uy6yJGDB6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy6yJGDB6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy6yJGDB6K .mbr-section-title {
  text-align: center;
  color: #0b4a7a;
}
.cid-uyqYGbIp4F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uyqYGbIp4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyqYGbIp4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyqYGbIp4F .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-uyqYGbIp4F .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uy6yJGUvkW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uy6yJGUvkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy6yJGUvkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy6yJGUvkW .content-wrapper {
  background: #e3f3fc;
}
@media (max-width: 991px) {
  .cid-uy6yJGUvkW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uy6yJGUvkW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uy6yJGUvkW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uy6yJGUvkW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uy6yJGUvkW .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uy6yJGUvkW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uy6yJHc6sy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uy6yJHc6sy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy6yJHc6sy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy6yJHc6sy .content-wrapper {
  background: #e3f3fc;
}
@media (max-width: 991px) {
  .cid-uy6yJHc6sy .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uy6yJHc6sy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uy6yJHc6sy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uy6yJHc6sy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uy6yJHc6sy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uy6yJHc6sy .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uy6yJHc6sy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uy6yJHc6sy .mbr-text,
.cid-uy6yJHc6sy .mbr-section-btn {
  text-align: right;
}
.cid-uy6yJHc6sy .card-title {
  text-align: right;
}
.cid-uy6yJHpObw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uy6yJHpObw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy6yJHpObw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy6yJHpObw .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uy6yJHpObw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uy6yJHpObw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uy6yJHpObw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uy6yJHpObw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uy6yJHpObw .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uy6yJHpObw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uy6Q4pMdqf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cankurtaran03-1080x692.jpg");
}
.cid-uy6Q4pMdqf .mbr-overlay {
  background-color: #0b4a7a;
  opacity: 0.7;
}
.cid-uy6Q4pMdqf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uy6Q4pMdqf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uy6Q4pMdqf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uy6Q4pMdqf .content-head {
  max-width: 800px;
}
.cid-uy6Q4pMdqf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uy6Q4pMdqf .mbr-section-title {
  color: #ffffff;
}
.cid-uy6yJHCudW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b4a7a;
}
.cid-uy6yJHCudW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uy6yJHCudW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uy6yJHCudW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uy6yJHCudW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uy6yJHCudW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uy6yJHCudW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uy6yJHCudW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uy6yJHCudW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uy6yJHCudW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uy6yJHCudW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uy6yJHCudW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uy6yJHCudW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uy6yJHCudW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uy6yJHCudW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uy6yJHCudW .media-container-row .mbr-text {
  color: #e3f3fc;
}
.cid-uy6UQquIqf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy6UQquIqf nav.navbar {
  position: fixed;
}
.cid-uy6UQquIqf .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-uy6UQquIqf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy6UQquIqf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy6UQquIqf .dropdown-item:hover,
.cid-uy6UQquIqf .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uy6UQquIqf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy6UQquIqf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy6UQquIqf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy6UQquIqf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy6UQquIqf .nav-link {
  position: relative;
}
.cid-uy6UQquIqf .container {
  display: flex;
  margin: auto;
}
.cid-uy6UQquIqf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy6UQquIqf .dropdown-menu,
.cid-uy6UQquIqf .navbar.opened {
  background: #0b4a7a !important;
}
.cid-uy6UQquIqf .nav-item:focus,
.cid-uy6UQquIqf .nav-link:focus {
  outline: none;
}
.cid-uy6UQquIqf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy6UQquIqf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy6UQquIqf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy6UQquIqf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy6UQquIqf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy6UQquIqf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy6UQquIqf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0b4a7a;
}
.cid-uy6UQquIqf .navbar.opened {
  transition: all 0.3s;
}
.cid-uy6UQquIqf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy6UQquIqf .navbar .navbar-logo img {
  width: auto;
}
.cid-uy6UQquIqf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy6UQquIqf .navbar.collapsed {
  justify-content: center;
}
.cid-uy6UQquIqf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy6UQquIqf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy6UQquIqf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uy6UQquIqf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy6UQquIqf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy6UQquIqf .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-uy6UQquIqf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy6UQquIqf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy6UQquIqf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy6UQquIqf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy6UQquIqf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy6UQquIqf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy6UQquIqf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy6UQquIqf .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-uy6UQquIqf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy6UQquIqf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy6UQquIqf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy6UQquIqf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy6UQquIqf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy6UQquIqf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy6UQquIqf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy6UQquIqf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy6UQquIqf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy6UQquIqf .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-uy6UQquIqf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy6UQquIqf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy6UQquIqf .dropdown-item.active,
.cid-uy6UQquIqf .dropdown-item:active {
  background-color: transparent;
}
.cid-uy6UQquIqf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy6UQquIqf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy6UQquIqf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy6UQquIqf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b4a7a;
}
.cid-uy6UQquIqf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy6UQquIqf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy6UQquIqf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy6UQquIqf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy6UQquIqf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy6UQquIqf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bce3f6;
}
.cid-uy6UQquIqf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy6UQquIqf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy6UQquIqf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy6UQquIqf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy6UQquIqf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy6UQquIqf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy6UQquIqf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy6UQquIqf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy6UQquIqf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy6UQquIqf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy6UQquIqf .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-uy6UQquIqf .navbar {
    height: 70px;
  }
  .cid-uy6UQquIqf .navbar.opened {
    height: auto;
  }
  .cid-uy6UQquIqf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy6UQrdJwp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uy6UQrdJwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy6UQrdJwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy6UQrdJwp .mbr-section-title {
  text-align: center;
  color: #0b4a7a;
}
.cid-uy6UQrJqiL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uy6UQrJqiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy6UQrJqiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy6UQrJqiL .content-wrapper {
  background: #e3f3fc;
}
@media (max-width: 991px) {
  .cid-uy6UQrJqiL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uy6UQrJqiL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uy6UQrJqiL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uy6UQrJqiL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uy6UQrJqiL .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uy6UQrJqiL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyqAOfl6B4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyqAOfl6B4 .line {
  background-color: #0b4a7a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyqps00zwv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyqps00zwv .item:focus,
.cid-uyqps00zwv span:focus {
  outline: none;
}
.cid-uyqps00zwv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyqps00zwv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e3f3fc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyqps00zwv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyqps00zwv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyqps00zwv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyqps00zwv .mbr-section-title {
  color: #0b4a7a;
}
.cid-uyqps00zwv .mbr-text,
.cid-uyqps00zwv .mbr-section-btn {
  text-align: left;
}
.cid-uyqps00zwv .item-title {
  text-align: center;
}
.cid-uyqps00zwv .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uzZ1mtulLI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cankurtaran03-1080x692.jpg");
}
.cid-uzZ1mtulLI .mbr-overlay {
  background-color: #0b4a7a;
  opacity: 0.7;
}
.cid-uzZ1mtulLI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzZ1mtulLI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzZ1mtulLI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzZ1mtulLI .content-head {
  max-width: 800px;
}
.cid-uzZ1mtulLI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzZ1mtulLI .mbr-section-title {
  color: #ffffff;
}
.cid-uy6UQtkWr6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b4a7a;
}
.cid-uy6UQtkWr6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uy6UQtkWr6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uy6UQtkWr6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uy6UQtkWr6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uy6UQtkWr6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uy6UQtkWr6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uy6UQtkWr6 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uy6UQtkWr6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uy6UQtkWr6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uy6UQtkWr6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uy6UQtkWr6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uy6UQtkWr6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uy6UQtkWr6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uy6UQtkWr6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uy6UQtkWr6 .media-container-row .mbr-text {
  color: #e3f3fc;
}
.cid-uybLd8mpVz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uybLd8mpVz nav.navbar {
  position: fixed;
}
.cid-uybLd8mpVz .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-uybLd8mpVz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uybLd8mpVz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uybLd8mpVz .dropdown-item:hover,
.cid-uybLd8mpVz .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uybLd8mpVz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uybLd8mpVz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uybLd8mpVz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uybLd8mpVz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uybLd8mpVz .nav-link {
  position: relative;
}
.cid-uybLd8mpVz .container {
  display: flex;
  margin: auto;
}
.cid-uybLd8mpVz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uybLd8mpVz .dropdown-menu,
.cid-uybLd8mpVz .navbar.opened {
  background: #0b4a7a !important;
}
.cid-uybLd8mpVz .nav-item:focus,
.cid-uybLd8mpVz .nav-link:focus {
  outline: none;
}
.cid-uybLd8mpVz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uybLd8mpVz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uybLd8mpVz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uybLd8mpVz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uybLd8mpVz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uybLd8mpVz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uybLd8mpVz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0b4a7a;
}
.cid-uybLd8mpVz .navbar.opened {
  transition: all 0.3s;
}
.cid-uybLd8mpVz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uybLd8mpVz .navbar .navbar-logo img {
  width: auto;
}
.cid-uybLd8mpVz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uybLd8mpVz .navbar.collapsed {
  justify-content: center;
}
.cid-uybLd8mpVz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uybLd8mpVz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uybLd8mpVz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uybLd8mpVz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uybLd8mpVz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uybLd8mpVz .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-uybLd8mpVz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uybLd8mpVz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uybLd8mpVz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uybLd8mpVz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uybLd8mpVz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uybLd8mpVz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uybLd8mpVz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uybLd8mpVz .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-uybLd8mpVz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uybLd8mpVz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uybLd8mpVz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uybLd8mpVz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uybLd8mpVz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uybLd8mpVz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uybLd8mpVz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uybLd8mpVz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uybLd8mpVz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uybLd8mpVz .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-uybLd8mpVz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uybLd8mpVz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uybLd8mpVz .dropdown-item.active,
.cid-uybLd8mpVz .dropdown-item:active {
  background-color: transparent;
}
.cid-uybLd8mpVz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uybLd8mpVz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uybLd8mpVz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uybLd8mpVz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b4a7a;
}
.cid-uybLd8mpVz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uybLd8mpVz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uybLd8mpVz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uybLd8mpVz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uybLd8mpVz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uybLd8mpVz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bce3f6;
}
.cid-uybLd8mpVz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uybLd8mpVz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uybLd8mpVz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uybLd8mpVz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uybLd8mpVz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uybLd8mpVz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uybLd8mpVz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uybLd8mpVz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uybLd8mpVz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uybLd8mpVz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uybLd8mpVz .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-uybLd8mpVz .navbar {
    height: 70px;
  }
  .cid-uybLd8mpVz .navbar.opened {
    height: auto;
  }
  .cid-uybLd8mpVz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uybLd8Mpwc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uybLd8Mpwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybLd8Mpwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybLd8Mpwc .mbr-section-title {
  text-align: center;
  color: #0b4a7a;
}
.cid-uybLd9aLqc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3f3fc;
}
.cid-uybLd9aLqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybLd9aLqc .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uybLd9aLqc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uybLd9aLqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybLd9aLqc .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #e3f3fc;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0b4a7a;
  height: 80px;
  border-radius: 50%;
}
.cid-uybLd9aLqc .card-title,
.cid-uybLd9aLqc .iconfont-wrapper,
.cid-uybLd9aLqc .card-text {
  color: #000000;
  text-align: center;
}
.cid-uybLd9aLqc .content-head {
  max-width: 800px;
}
.cid-uybLd9aLqc .mbr-section-title {
  color: #000000;
}
.cid-uybLd9aLqc .mbr-section-btn {
  text-align: center;
}
.cid-uybLd9aLqc .card-title,
.cid-uybLd9aLqc .iconfont-wrapper {
  color: #0b4a7a;
}
.cid-uybLd9GbLK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uybLd9GbLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybLd9GbLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybLd9GbLK .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uybLd9GbLK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uybLd9GbLK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uybLd9GbLK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uybLd9GbLK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uybLd9GbLK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uybLd9GbLK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybLd9XKky {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e3f3fc;
}
.cid-uybLd9XKky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybLd9XKky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybLd9XKky .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uybLd9XKky .card {
    margin-bottom: 2rem!important;
  }
  .cid-uybLd9XKky .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uybLd9XKky .link-wrap {
    align-items: center;
  }
}
.cid-uybLd9XKky .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybLd9XKky .mbr-text UL {
  text-align: left;
}
.cid-uybLd9XKky .card-title,
.cid-uybLd9XKky .card-box {
  color: #000000;
}
.cid-uybLdafkmY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uybLdafkmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybLdafkmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybLdafkmY .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uybLdafkmY .card {
    margin-bottom: 2rem!important;
  }
  .cid-uybLdafkmY .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uybLdafkmY .link-wrap {
    align-items: center;
  }
}
.cid-uybLdafkmY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybLdafkmY .mbr-text UL {
  text-align: left;
}
.cid-uybLdafkmY .card-title,
.cid-uybLdafkmY .card-box {
  color: #000000;
}
.cid-uybLday6Fr {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uybLday6Fr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybLday6Fr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybLday6Fr .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uybLdaQSlV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e3f3fc;
}
.cid-uybLdaQSlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybLdaQSlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybLdaQSlV .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uybLdaQSlV .card {
    margin-bottom: 2rem!important;
  }
  .cid-uybLdaQSlV .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uybLdaQSlV .link-wrap {
    align-items: center;
  }
}
.cid-uybLdaQSlV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybLdaQSlV .mbr-text UL {
  text-align: left;
}
.cid-uybLdaQSlV .card-title,
.cid-uybLdaQSlV .card-box {
  color: #000000;
}
.cid-uybLdbfM0W {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #e3f3fc;
}
.cid-uybLdbfM0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybLdbfM0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybLdbfM0W .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uybLdbfM0W .card {
    margin-bottom: 2rem!important;
  }
  .cid-uybLdbfM0W .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uybLdbfM0W .link-wrap {
    align-items: center;
  }
}
.cid-uybLdbfM0W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybLdbfM0W .mbr-text UL {
  text-align: left;
}
.cid-uybLdbfM0W .card-title,
.cid-uybLdbfM0W .card-box {
  color: #000000;
}
.cid-uybLdbx12t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uybLdbx12t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybLdbx12t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybLdbx12t .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uybLdbx12t .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uybLdbx12t .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uybLdbx12t .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uybLdbx12t .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uybLdbx12t .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uybLdbx12t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybLdcoypa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b4a7a;
}
.cid-uybLdcoypa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uybLdcoypa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uybLdcoypa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uybLdcoypa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uybLdcoypa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uybLdcoypa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uybLdcoypa .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uybLdcoypa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uybLdcoypa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uybLdcoypa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uybLdcoypa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uybLdcoypa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uybLdcoypa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uybLdcoypa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uybLdcoypa .media-container-row .mbr-text {
  color: #e3f3fc;
}
.cid-uybrlZuBSs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uybrlZuBSs nav.navbar {
  position: fixed;
}
.cid-uybrlZuBSs .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-uybrlZuBSs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uybrlZuBSs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uybrlZuBSs .dropdown-item:hover,
.cid-uybrlZuBSs .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uybrlZuBSs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uybrlZuBSs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uybrlZuBSs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uybrlZuBSs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uybrlZuBSs .nav-link {
  position: relative;
}
.cid-uybrlZuBSs .container {
  display: flex;
  margin: auto;
}
.cid-uybrlZuBSs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uybrlZuBSs .dropdown-menu,
.cid-uybrlZuBSs .navbar.opened {
  background: #0b4a7a !important;
}
.cid-uybrlZuBSs .nav-item:focus,
.cid-uybrlZuBSs .nav-link:focus {
  outline: none;
}
.cid-uybrlZuBSs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uybrlZuBSs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uybrlZuBSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uybrlZuBSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uybrlZuBSs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uybrlZuBSs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uybrlZuBSs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0b4a7a;
}
.cid-uybrlZuBSs .navbar.opened {
  transition: all 0.3s;
}
.cid-uybrlZuBSs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uybrlZuBSs .navbar .navbar-logo img {
  width: auto;
}
.cid-uybrlZuBSs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uybrlZuBSs .navbar.collapsed {
  justify-content: center;
}
.cid-uybrlZuBSs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uybrlZuBSs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uybrlZuBSs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uybrlZuBSs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uybrlZuBSs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uybrlZuBSs .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-uybrlZuBSs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uybrlZuBSs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uybrlZuBSs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uybrlZuBSs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uybrlZuBSs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uybrlZuBSs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uybrlZuBSs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uybrlZuBSs .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-uybrlZuBSs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uybrlZuBSs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uybrlZuBSs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uybrlZuBSs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uybrlZuBSs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uybrlZuBSs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uybrlZuBSs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uybrlZuBSs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uybrlZuBSs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uybrlZuBSs .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-uybrlZuBSs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uybrlZuBSs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uybrlZuBSs .dropdown-item.active,
.cid-uybrlZuBSs .dropdown-item:active {
  background-color: transparent;
}
.cid-uybrlZuBSs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uybrlZuBSs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uybrlZuBSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uybrlZuBSs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b4a7a;
}
.cid-uybrlZuBSs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uybrlZuBSs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uybrlZuBSs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uybrlZuBSs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uybrlZuBSs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uybrlZuBSs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bce3f6;
}
.cid-uybrlZuBSs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uybrlZuBSs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uybrlZuBSs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uybrlZuBSs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uybrlZuBSs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uybrlZuBSs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uybrlZuBSs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uybrlZuBSs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uybrlZuBSs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uybrlZuBSs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uybrlZuBSs .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-uybrlZuBSs .navbar {
    height: 70px;
  }
  .cid-uybrlZuBSs .navbar.opened {
    height: auto;
  }
  .cid-uybrlZuBSs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uybrm0kLv7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uybrm0kLv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybrm0kLv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybrm0kLv7 .mbr-section-title {
  text-align: center;
  color: #0b4a7a;
}
.cid-uybFvczaLe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3f3fc;
}
.cid-uybFvczaLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybFvczaLe .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uybFvczaLe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uybFvczaLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybFvczaLe .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #e3f3fc;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0b4a7a;
  height: 80px;
  border-radius: 50%;
}
.cid-uybFvczaLe .card-title,
.cid-uybFvczaLe .iconfont-wrapper,
.cid-uybFvczaLe .card-text {
  color: #000000;
  text-align: center;
}
.cid-uybFvczaLe .content-head {
  max-width: 800px;
}
.cid-uybFvczaLe .mbr-section-title {
  color: #000000;
}
.cid-uybFvczaLe .mbr-section-btn {
  text-align: center;
}
.cid-uybFvczaLe .card-title,
.cid-uybFvczaLe .iconfont-wrapper {
  color: #0b4a7a;
}
.cid-uybrm0ROBB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uybrm0ROBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybrm0ROBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybrm0ROBB .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uybrm0ROBB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uybrm0ROBB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uybrm0ROBB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uybrm0ROBB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uybrm0ROBB .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uybrm0ROBB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybtVgp8XK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e3f3fc;
}
.cid-uybtVgp8XK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybtVgp8XK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybtVgp8XK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uybtVgp8XK .card {
    margin-bottom: 2rem!important;
  }
  .cid-uybtVgp8XK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uybtVgp8XK .link-wrap {
    align-items: center;
  }
}
.cid-uybtVgp8XK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybtVgp8XK .mbr-text UL {
  text-align: left;
}
.cid-uybtVgp8XK .card-title,
.cid-uybtVgp8XK .card-box {
  color: #000000;
}
.cid-uybyHQ0WeA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uybyHQ0WeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybyHQ0WeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybyHQ0WeA .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uybyHQ0WeA .card {
    margin-bottom: 2rem!important;
  }
  .cid-uybyHQ0WeA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uybyHQ0WeA .link-wrap {
    align-items: center;
  }
}
.cid-uybyHQ0WeA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybyHQ0WeA .mbr-text UL {
  text-align: left;
}
.cid-uybyHQ0WeA .card-title,
.cid-uybyHQ0WeA .card-box {
  color: #000000;
}
.cid-uybrm1ogME {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uybrm1ogME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybrm1ogME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybrm1ogME .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uybAHnOr8w {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e3f3fc;
}
.cid-uybAHnOr8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybAHnOr8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybAHnOr8w .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uybAHnOr8w .card {
    margin-bottom: 2rem!important;
  }
  .cid-uybAHnOr8w .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uybAHnOr8w .link-wrap {
    align-items: center;
  }
}
.cid-uybAHnOr8w .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybAHnOr8w .mbr-text UL {
  text-align: left;
}
.cid-uybAHnOr8w .card-title,
.cid-uybAHnOr8w .card-box {
  color: #000000;
}
.cid-uybBBcVNL0 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #e3f3fc;
}
.cid-uybBBcVNL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybBBcVNL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybBBcVNL0 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uybBBcVNL0 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uybBBcVNL0 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uybBBcVNL0 .link-wrap {
    align-items: center;
  }
}
.cid-uybBBcVNL0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybBBcVNL0 .mbr-text UL {
  text-align: left;
}
.cid-uybBBcVNL0 .card-title,
.cid-uybBBcVNL0 .card-box {
  color: #000000;
}
.cid-uybCdvLMwq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uybCdvLMwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybCdvLMwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybCdvLMwq .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uybCdvLMwq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uybCdvLMwq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uybCdvLMwq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uybCdvLMwq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uybCdvLMwq .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uybCdvLMwq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybv6J9mpP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uybv6J9mpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uybv6J9mpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uybv6J9mpP .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uybv6J9mpP .card {
    margin-bottom: 2rem!important;
  }
  .cid-uybv6J9mpP .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uybv6J9mpP .link-wrap {
    align-items: center;
  }
}
.cid-uybv6J9mpP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uybrm3KieP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b4a7a;
}
.cid-uybrm3KieP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uybrm3KieP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uybrm3KieP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uybrm3KieP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uybrm3KieP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uybrm3KieP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uybrm3KieP .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uybrm3KieP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uybrm3KieP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uybrm3KieP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uybrm3KieP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uybrm3KieP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uybrm3KieP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uybrm3KieP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uybrm3KieP .media-container-row .mbr-text {
  color: #e3f3fc;
}
.cid-uyccIOzDZP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyccIOzDZP nav.navbar {
  position: fixed;
}
.cid-uyccIOzDZP .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-uyccIOzDZP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyccIOzDZP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyccIOzDZP .dropdown-item:hover,
.cid-uyccIOzDZP .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uyccIOzDZP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyccIOzDZP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyccIOzDZP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyccIOzDZP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyccIOzDZP .nav-link {
  position: relative;
}
.cid-uyccIOzDZP .container {
  display: flex;
  margin: auto;
}
.cid-uyccIOzDZP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyccIOzDZP .dropdown-menu,
.cid-uyccIOzDZP .navbar.opened {
  background: #0b4a7a !important;
}
.cid-uyccIOzDZP .nav-item:focus,
.cid-uyccIOzDZP .nav-link:focus {
  outline: none;
}
.cid-uyccIOzDZP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyccIOzDZP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyccIOzDZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyccIOzDZP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyccIOzDZP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyccIOzDZP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyccIOzDZP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0b4a7a;
}
.cid-uyccIOzDZP .navbar.opened {
  transition: all 0.3s;
}
.cid-uyccIOzDZP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyccIOzDZP .navbar .navbar-logo img {
  width: auto;
}
.cid-uyccIOzDZP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyccIOzDZP .navbar.collapsed {
  justify-content: center;
}
.cid-uyccIOzDZP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyccIOzDZP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyccIOzDZP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uyccIOzDZP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyccIOzDZP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyccIOzDZP .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-uyccIOzDZP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyccIOzDZP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyccIOzDZP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyccIOzDZP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyccIOzDZP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyccIOzDZP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyccIOzDZP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyccIOzDZP .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-uyccIOzDZP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyccIOzDZP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyccIOzDZP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyccIOzDZP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyccIOzDZP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyccIOzDZP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyccIOzDZP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyccIOzDZP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyccIOzDZP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyccIOzDZP .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-uyccIOzDZP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyccIOzDZP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyccIOzDZP .dropdown-item.active,
.cid-uyccIOzDZP .dropdown-item:active {
  background-color: transparent;
}
.cid-uyccIOzDZP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyccIOzDZP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyccIOzDZP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyccIOzDZP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b4a7a;
}
.cid-uyccIOzDZP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyccIOzDZP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyccIOzDZP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyccIOzDZP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyccIOzDZP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyccIOzDZP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bce3f6;
}
.cid-uyccIOzDZP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyccIOzDZP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyccIOzDZP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyccIOzDZP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyccIOzDZP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyccIOzDZP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyccIOzDZP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyccIOzDZP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyccIOzDZP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyccIOzDZP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyccIOzDZP .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-uyccIOzDZP .navbar {
    height: 70px;
  }
  .cid-uyccIOzDZP .navbar.opened {
    height: auto;
  }
  .cid-uyccIOzDZP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyccIPq4tC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uyccIPq4tC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyccIPq4tC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyccIPq4tC .mbr-section-title {
  text-align: center;
  color: #0b4a7a;
}
.cid-uyccIQbhjT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3f3fc;
}
.cid-uyccIQbhjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyccIQbhjT .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uyccIQbhjT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyccIQbhjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyccIQbhjT .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #e3f3fc;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #0b4a7a;
  height: 80px;
  border-radius: 50%;
}
.cid-uyccIQbhjT .card-title,
.cid-uyccIQbhjT .iconfont-wrapper,
.cid-uyccIQbhjT .card-text {
  color: #000000;
  text-align: center;
}
.cid-uyccIQbhjT .content-head {
  max-width: 800px;
}
.cid-uyccIQbhjT .mbr-section-title {
  color: #000000;
}
.cid-uyccIQbhjT .mbr-section-btn {
  text-align: center;
}
.cid-uyccIQbhjT .card-title,
.cid-uyccIQbhjT .iconfont-wrapper {
  color: #0b4a7a;
}
.cid-uyccIRe2Hh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uyccIRe2Hh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyccIRe2Hh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyccIRe2Hh .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uyccIRe2Hh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyccIRe2Hh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyccIRe2Hh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyccIRe2Hh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyccIRe2Hh .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uyccIRe2Hh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyccISC6eN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e3f3fc;
}
.cid-uyccISC6eN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyccISC6eN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyccISC6eN .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uyccISC6eN .card {
    margin-bottom: 2rem!important;
  }
  .cid-uyccISC6eN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uyccISC6eN .link-wrap {
    align-items: center;
  }
}
.cid-uyccISC6eN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyccISC6eN .mbr-text UL {
  text-align: left;
}
.cid-uyccISC6eN .card-title,
.cid-uyccISC6eN .card-box {
  color: #000000;
}
.cid-uyccITbP47 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uyccITbP47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyccITbP47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyccITbP47 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uyccITbP47 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uyccITbP47 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uyccITbP47 .link-wrap {
    align-items: center;
  }
}
.cid-uyccITbP47 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyccITbP47 .mbr-text UL {
  text-align: left;
}
.cid-uyccITbP47 .card-title,
.cid-uyccITbP47 .card-box {
  color: #000000;
}
.cid-uyccITDgya {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uyccITDgya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyccITDgya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyccITDgya .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uyccITUJBL {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e3f3fc;
}
.cid-uyccITUJBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyccITUJBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyccITUJBL .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uyccITUJBL .card {
    margin-bottom: 2rem!important;
  }
  .cid-uyccITUJBL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uyccITUJBL .link-wrap {
    align-items: center;
  }
}
.cid-uyccITUJBL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyccITUJBL .mbr-text UL {
  text-align: left;
}
.cid-uyccITUJBL .card-title,
.cid-uyccITUJBL .card-box {
  color: #000000;
}
.cid-uyccIUbqe0 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #e3f3fc;
}
.cid-uyccIUbqe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyccIUbqe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyccIUbqe0 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uyccIUbqe0 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uyccIUbqe0 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uyccIUbqe0 .link-wrap {
    align-items: center;
  }
}
.cid-uyccIUbqe0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyccIUbqe0 .mbr-text UL {
  text-align: left;
}
.cid-uyccIUbqe0 .card-title,
.cid-uyccIUbqe0 .card-box {
  color: #000000;
}
.cid-uyccIUsm82 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3f3fc;
}
.cid-uyccIUsm82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyccIUsm82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyccIUsm82 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uyccIUsm82 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uyccIUsm82 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uyccIUsm82 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyccIUsm82 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uyccIUsm82 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uyccIUsm82 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyccIUIJHb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyccIUIJHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyccIUIJHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyccIUIJHb .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uyccIUIJHb .card {
    margin-bottom: 2rem!important;
  }
  .cid-uyccIUIJHb .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uyccIUIJHb .link-wrap {
    align-items: center;
  }
}
.cid-uyccIUIJHb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uyccIVpCBV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b4a7a;
}
.cid-uyccIVpCBV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uyccIVpCBV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uyccIVpCBV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uyccIVpCBV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uyccIVpCBV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uyccIVpCBV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uyccIVpCBV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uyccIVpCBV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uyccIVpCBV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uyccIVpCBV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uyccIVpCBV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uyccIVpCBV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uyccIVpCBV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uyccIVpCBV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uyccIVpCBV .media-container-row .mbr-text {
  color: #e3f3fc;
}
