.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montana';
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0c2c68 !important;
}
.bg-success {
  background-color: #d70081 !important;
}
.bg-info {
  background-color: #164fd3 !important;
}
.bg-warning {
  background-color: #b2071d !important;
}
.bg-danger {
  background-color: #1877f2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-info,
.btn-info:active {
  background-color: #164fd3 !important;
  border-color: #164fd3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #326aea !important;
  border-color: #326aea !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #326aea !important;
  border-color: #326aea !important;
}
.btn-success,
.btn-success:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b2071d !important;
  border-color: #b2071d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e30925 !important;
  border-color: #e30925 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e30925 !important;
  border-color: #e30925 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1877f2 !important;
  border-color: #1877f2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #4893f5 !important;
  border-color: #4893f5 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4893f5 !important;
  border-color: #4893f5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #164fd3;
  color: #164fd3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e3284 !important;
  background-color: transparent !important;
  border-color: #0e3284 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #164fd3 !important;
  border-color: #164fd3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #b2071d;
  color: #b2071d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5f040f !important;
  background-color: transparent !important;
  border-color: #5f040f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b2071d !important;
  border-color: #b2071d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1877f2;
  color: #1877f2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a4faa !important;
  background-color: transparent !important;
  border-color: #0a4faa !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1877f2 !important;
  border-color: #1877f2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0c2c68 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #d70081 !important;
}
.text-info {
  color: #164fd3 !important;
}
.text-warning {
  color: #b2071d !important;
}
.text-danger {
  color: #1877f2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01050d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #710044 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0c2c77 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #50030d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #09499b !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: #0c2c68;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #164fd3;
}
.alert-warning {
  background-color: #b2071d;
}
.alert-danger {
  background-color: #1877f2;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c2c68;
  border-color: #0c2c68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c2c68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffa4db;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bdcff8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f84158;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d9e9fd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #0c2c68 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0c2c68;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #0c2c68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c2c68;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0c2c68;
  border-bottom-color: #0c2c68;
}
.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: #0c2c68 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #232323 !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='%230c2c68' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRuLtG3hKa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRuLtG3hKa .mbr-text {
  color: #000000;
}
.cid-tRuLtG3hKa .mbr-section-subtitle {
  color: #000000;
}
.cid-tRuLtG3hKa .mbr-section-title {
  color: #0c2c68;
}
.cid-tRuLtG3hKa .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRuLtG3hKa .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRuLtG3hKa .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRuLtG3hKa .split {
  display: flex;
  align-items: center;
}
.cid-tRuLtG3hKa .splitleft {
  flex: 1;
  padding: 8px;
  align-items: center;
  justify-content: center;
}
.cid-tRuLtG3hKa .splitright {
  flex: 2;
  padding: 8px;
  align-items: left;
  justify-content: left;
}
.cid-tRuLtG3hKa img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tRuLtG3hKa .split {
    flex-direction: column-reverse;
  }
  .cid-tRuLtG3hKa .splitleft,
  .cid-tRuLtG3hKa .splitright {
    flex: none;
    width: 100%;
  }
  .cid-tRuLtG3hKa .splitleft {
    order: 2;
  }
  .cid-tRuLtG3hKa .splitright {
    order: 1;
  }
}
.cid-tR9fQUXATX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR9fQUXATX .mbr-text {
  color: #000000;
}
.cid-tR9fQUXATX .mbr-section-subtitle {
  color: #000000;
}
.cid-tR9fQUXATX .mbr-section-title {
  color: #0c2c68;
}
.cid-tR9fQUXATX .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tR9fQUXATX .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tR9fQUXATX .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tR9fQUXATX .split {
  display: flex;
  align-items: center;
}
.cid-tR9fQUXATX .splitleft {
  flex: 1;
  padding: 8px;
  align-items: Left;
  justify-content: left;
}
.cid-tR9fQUXATX .splitright {
  flex: 2;
  padding: 8px;
  align-items: left;
  justify-content: left;
}
.cid-tR9fQUXATX img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tR9fQUXATX .split {
    flex-direction: column-reverse;
  }
  .cid-tR9fQUXATX .splitleft,
  .cid-tR9fQUXATX .splitright {
    flex: none;
    width: 100%;
  }
  .cid-tR9fQUXATX .splitleft {
    order: 2;
  }
  .cid-tR9fQUXATX .splitright {
    order: 1;
  }
}
.cid-tR9fTgjTJz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR9fTgjTJz .mbr-text {
  color: #000000;
}
.cid-tR9fTgjTJz .mbr-section-subtitle {
  color: #000000;
}
.cid-tR9fTgjTJz .mbr-section-title {
  color: #0c2c68;
}
.cid-tR9fTgjTJz .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tR9fTgjTJz .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tR9fTgjTJz .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRv0jdLFTJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRv0jdLFTJ .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tRv0jdLFTJ .mbr-section-title,
.cid-tRv0jdLFTJ .mbr-section-subtitle {
  text-align: center;
}
.cid-tRv0jdLFTJ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tRv0jdLFTJ .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tRv0jdLFTJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tRv0jdLFTJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tRv0jdLFTJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRv0jdLFTJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tRv0jdLFTJ .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-tRw7S4KBXt {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRw7S4KBXt .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tRw7S4KBXt .mbr-section-title,
.cid-tRw7S4KBXt .mbr-section-subtitle {
  text-align: center;
}
.cid-tRw7S4KBXt .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tRw7S4KBXt .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tRw7S4KBXt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tRw7S4KBXt .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tRw7S4KBXt .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRw7S4KBXt .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tRw7S4KBXt .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-tRw7S4KBXt .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRw7S4KBXt .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRw7S4KBXt .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRw7S4KBXt .card-title {
  color: #0c2c68;
}
.cid-tRvEOSgu6P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRvEOSgu6P .mbr-text {
  color: #000000;
}
.cid-tRvEOSgu6P .mbr-section-subtitle {
  color: #000000;
}
.cid-tRvEOSgu6P .mbr-section-title {
  color: #000000;
}
.cid-tRvEOSgu6P .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRvEOSgu6P .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRvEOSgu6P .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRwflGAr2C {
  display: flex;
  background-image: url("../../../assets/images/municipalhall1.jpg");
}
.cid-tRwflGAr2C .mbr-overlay {
  background-color: #0c2c68;
  opacity: 0.5;
}
.cid-tRwflGAr2C .content-wrap {
  padding: 5rem 1rem;
  padding-left: 10%;
}
@media (min-width: 991px) {
  .cid-tRwflGAr2C {
    align-items: flex-end;
  }
  .cid-tRwflGAr2C .row {
    justify-content: flex-start;
  }
  .cid-tRwflGAr2C .content-wrap {
    width: 50%;
    padding-left: 5%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tRwflGAr2C .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tRwflGAr2C {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRwflGAr2C .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tRwflGAr2C .content-wrap {
    width: 100%;
    padding-left: 3%;
  }
}
.cid-tRwflGAr2C .mbr-section-title {
  color: #ffe161;
}
.cid-tRwflGAr2C .btn-white-outline {
  border-style: none;
}
.cid-tSOIKp0Y55 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSOIKp0Y55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSOIKp0Y55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tSOIKp0Y55 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSOIKp0Y55 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tSOIKp0Y55 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tSOIKp0Y55 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tSOIKp0Y55 .mbr-section-title {
  color: #0c2c68;
}
.cid-tSOIKp0Y55 .mbr-text,
.cid-tSOIKp0Y55 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tROKtGzGz6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tROKtGzGz6 .carousel {
    min-height: 1200px;
  }
  .cid-tROKtGzGz6 .carousel img {
    max-height: 1200px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tROKtGzGz6 .carousel {
    min-height: 780px;
  }
  .cid-tROKtGzGz6 .carousel img {
    max-height: 780px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tROKtGzGz6 .carousel {
    min-height: 660px;
  }
  .cid-tROKtGzGz6 .carousel img {
    max-height: 660px;
    object-fit: contain;
  }
  .cid-tROKtGzGz6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tROKtGzGz6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tROKtGzGz6 .carousel,
.cid-tROKtGzGz6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tROKtGzGz6 .item-wrapper {
  width: 100%;
}
.cid-tROKtGzGz6 .carousel-caption {
  bottom: 40px;
}
.cid-tROKtGzGz6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tROKtGzGz6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tROKtGzGz6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tROKtGzGz6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tROKtGzGz6 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tROKtGzGz6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tROKtGzGz6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tROKtGzGz6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tROKtGzGz6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tROKtGzGz6 .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-tROKtGzGz6 .carousel-indicators li.active,
.cid-tROKtGzGz6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tROKtGzGz6 .carousel-indicators li::after,
.cid-tROKtGzGz6 .carousel-indicators li::before {
  content: none;
}
.cid-tROKtGzGz6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tROKtGzGz6 .carousel-indicators {
    display: none !important;
  }
}
.cid-tRCRUrwoc2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRCRUrwoc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCRUrwoc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCRUrwoc2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-tRCRUrwoc2 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-tRCRUrwoc2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tRCRUrwoc2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tRCRUrwoc2 .media-content,
.cid-tRCRUrwoc2 .mbr-figure {
  align-self: center;
}
.cid-tRCRUrwoc2 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tRCRUrwoc2 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-tRCRUrwoc2 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-tRCRUrwoc2 .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-tRCRUrwoc2 .mbr-description {
  text-align: center;
}
.cid-tRCV9K46Mj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRCV9K46Mj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCV9K46Mj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCV9K46Mj .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-tRCV9K46Mj .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRCV9K46Mj .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCV9K46Mj .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-tRCV9K46Mj .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-tRCV9K46Mj .row {
  flex-direction: row-reverse;
}
.cid-tRCV9K46Mj .image-wrapper {
  padding: 0 1rem;
}
.cid-tRCV9K46Mj img,
.cid-tRCV9K46Mj .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tRCV9K46Mj img,
  .cid-tRCV9K46Mj .image-wrapper {
    max-height: 350px;
  }
}
.cid-tRCV9K46Mj .mbr-section-title {
  color: #0c2c68;
}
.cid-tRCV9K46Mj .mbr-text {
  color: #000000;
}
.cid-tQJyPfFlDf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tQJyPfFlDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQJyPfFlDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tQJyPfFlDf .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-tQJyPfFlDf .google-map {
  height: 100%;
  position: relative;
}
.cid-tQJyPfFlDf .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tQJyPfFlDf .google-map iframe {
    min-height: 350px;
  }
}
.cid-tQJyPfFlDf .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-tQJyPfFlDf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tQJyPfFlDf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tQJyPfFlDf .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQJyPfFlDf .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tQJyPfFlDf .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tQJyPfFlDf .text-wrapper {
  padding: 0 1rem;
}
.cid-tQJyPfFlDf ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tQJyPfFlDf .content-head {
  max-width: 800px;
}
.cid-tQJyPfFlDf .cardTitle {
  color: #000000;
}
.cid-tQJyPfFlDf .list,
.cid-tQJyPfFlDf .item-wrap {
  color: #000000;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQJHtMxEpT {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tQJHtMxEpT img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQMd2Ahxm2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQMd2Ahxm2 h6 {
  line-height: 1.2;
}
.cid-tQMd2Ahxm2 img,
.cid-tQMd2Ahxm2 .item-img {
  width: 100%;
}
.cid-tQMd2Ahxm2 .item:focus,
.cid-tQMd2Ahxm2 span:focus {
  outline: none;
}
.cid-tQMd2Ahxm2 .item {
  cursor: pointer;
}
.cid-tQMd2Ahxm2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQMd2Ahxm2 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tQMd2Ahxm2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQMd2Ahxm2 .mbr-text,
.cid-tQMd2Ahxm2 .mbr-section-btn {
  color: #000000;
}
.cid-tQMd2Ahxm2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tQMd2Ahxm2 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tQMd2Ahxm2 .item-text {
  color: #000000;
  text-align: center;
}
.cid-tQMd2Ahxm2 .content-head {
  max-width: 800px;
}
.cid-tQMd2Ahxm2 .item-subtitle,
.cid-tQMd2Ahxm2 .mbr-section-btn {
  text-align: left;
}
.cid-tQMd2Ahxm2 .item-title,
.cid-tQMd2Ahxm2 .mbr-section-btn {
  color: #0c2c68;
}
.cid-tQMd2Ahxm2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tQMd2Ahxm2 .mbr-section-subtitle {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRCpCR2hcl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRCpCR2hcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCpCR2hcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCpCR2hcl .row {
  flex-direction: row-reverse;
}
.cid-tRCpCR2hcl .video-wrapper iframe {
  width: 100%;
}
.cid-tRCpCR2hcl .mbr-section-title,
.cid-tRCpCR2hcl .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tRCpCR2hcl .text-wrapper {
    padding: 2rem;
  }
}
.cid-tRCpCR2hcl .mbr-section-title {
  text-align: left;
}
.cid-tRCrPKVMkp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRCrPKVMkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCrPKVMkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCrPKVMkp .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRCrPKVMkp .video-wrapper iframe {
  width: 100%;
}
.cid-tRCrPKVMkp .mbr-section-title,
.cid-tRCrPKVMkp .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tRCrPKVMkp .text-wrapper {
    padding: 0;
  }
}
.cid-tRCrPKVMkp .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-tRCrPKVMkp .mbr-section-subtitle {
  color: #d70081;
}
.cid-tRCrPKVMkp .mbr-text {
  color: #000000;
}
.cid-tRCCXwK0lO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tRCCXwK0lO .carousel {
    min-height: 700px;
  }
  .cid-tRCCXwK0lO .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tRCCXwK0lO .carousel {
    min-height: 455px;
  }
  .cid-tRCCXwK0lO .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tRCCXwK0lO .carousel {
    min-height: 385px;
  }
  .cid-tRCCXwK0lO .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tRCCXwK0lO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tRCCXwK0lO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tRCCXwK0lO .carousel,
.cid-tRCCXwK0lO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRCCXwK0lO .item-wrapper {
  width: 100%;
}
.cid-tRCCXwK0lO .carousel-caption {
  bottom: 40px;
}
.cid-tRCCXwK0lO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tRCCXwK0lO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tRCCXwK0lO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tRCCXwK0lO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tRCCXwK0lO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRCCXwK0lO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRCCXwK0lO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRCCXwK0lO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRCCXwK0lO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tRCCXwK0lO .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-tRCCXwK0lO .carousel-indicators li.active,
.cid-tRCCXwK0lO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRCCXwK0lO .carousel-indicators li::after,
.cid-tRCCXwK0lO .carousel-indicators li::before {
  content: none;
}
.cid-tRCCXwK0lO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRCCXwK0lO .carousel-indicators {
    display: none !important;
  }
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRIe2vHB9k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRIe2vHB9k .mbr-text {
  color: #000000;
}
.cid-tRIe2vHB9k .mbr-section-subtitle {
  color: #000000;
}
.cid-tRIe2vHB9k .mbr-section-title {
  color: #000000;
}
.cid-tRIe2vHB9k .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRIe2vHB9k .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRIe2vHB9k .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRIeIdgHbD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRIeIdgHbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRIeIdgHbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRIeIdgHbD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRIeIdgHbD .item {
    margin-bottom: 1rem;
  }
}
.cid-tRIeIdgHbD .item-wrapper {
  position: relative;
}
.cid-tRIeIdgHbD .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-tRIeIdgHbD .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRIeIdgHbD .carousel-control,
.cid-tRIeIdgHbD .close {
  background: #1b1b1b;
}
.cid-tRIeIdgHbD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRIeIdgHbD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRIeIdgHbD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRIeIdgHbD .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRIeIdgHbD .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-tRIeIdgHbD .close::before {
  content: '\e91a';
}
.cid-tRIeIdgHbD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRIeIdgHbD .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-tRIeIdgHbD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRIeIdgHbD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRIeIdgHbD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRIeIdgHbD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRIeIdgHbD .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-tRIeIdgHbD .carousel-indicators li.active,
.cid-tRIeIdgHbD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRIeIdgHbD .carousel-indicators li::after,
.cid-tRIeIdgHbD .carousel-indicators li::before {
  content: none;
}
.cid-tRIeIdgHbD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRIeIdgHbD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRIeIdgHbD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRIeIdgHbD .carousel-indicators {
    display: none;
  }
}
.cid-tRIeIdgHbD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRIeIdgHbD .carousel-inner > .active {
  display: block;
}
.cid-tRIeIdgHbD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRIeIdgHbD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRIeIdgHbD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRIeIdgHbD .carousel-control,
  .cid-tRIeIdgHbD .carousel-indicators,
  .cid-tRIeIdgHbD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRIeIdgHbD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRIeIdgHbD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRIeIdgHbD .carousel-indicators .active,
.cid-tRIeIdgHbD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRIeIdgHbD .carousel-indicators .active {
  background: #fff;
}
.cid-tRIeIdgHbD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRIeIdgHbD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRIeIdgHbD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRIeIdgHbD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRIeIdgHbD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRIeIdgHbD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRIeIdgHbD .carousel {
  width: 100%;
}
.cid-tRIeIdgHbD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRIeIdgHbD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRIeIdgHbD .modal.fade .modal-dialog,
.cid-tRIeIdgHbD .modal.in .modal-dialog {
  transform: none;
}
.cid-tRIeIdgHbD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRIeIdgHbD .content-head {
  max-width: 800px;
}
.cid-tRIeIdgHbD H3 {
  text-align: center;
}
.cid-tRIg2hfjMG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRIg2hfjMG .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRIg2hfjMG .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRIg2hfjMG .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRIg2hfjMG .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRIg2hfjMG .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQH1b1xDMk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQH1b1xDMk img,
.cid-tQH1b1xDMk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tQH1b1xDMk .item:focus,
.cid-tQH1b1xDMk span:focus {
  outline: none;
}
.cid-tQH1b1xDMk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQH1b1xDMk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQH1b1xDMk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQH1b1xDMk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQH1b1xDMk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQH1b1xDMk .mbr-section-title {
  color: #232323;
}
.cid-tQH1b1xDMk .mbr-text,
.cid-tQH1b1xDMk .mbr-section-btn {
  text-align: left;
}
.cid-tQH1b1xDMk .item-title {
  text-align: left;
  color: #000000;
}
.cid-tQH1b1xDMk .item-subtitle {
  text-align: left;
}
.cid-tQH1b1xDMk .mbr-section-subtitle {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQHh1zRfIB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQHh1zRfIB img,
.cid-tQHh1zRfIB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tQHh1zRfIB .item:focus,
.cid-tQHh1zRfIB span:focus {
  outline: none;
}
.cid-tQHh1zRfIB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQHh1zRfIB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #7787a5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQHh1zRfIB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQHh1zRfIB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQHh1zRfIB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQHh1zRfIB .mbr-section-title {
  color: #232323;
}
.cid-tQHh1zRfIB .mbr-text,
.cid-tQHh1zRfIB .mbr-section-btn {
  text-align: left;
}
.cid-tQHh1zRfIB .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQHh1zRfIB .item-subtitle {
  text-align: left;
}
.cid-tQHh1zRfIB .mbr-section-subtitle {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR3XaSYhKE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR3XaSYhKE img,
.cid-tR3XaSYhKE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tR3XaSYhKE .item:focus,
.cid-tR3XaSYhKE span:focus {
  outline: none;
}
.cid-tR3XaSYhKE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tR3XaSYhKE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #7787a5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tR3XaSYhKE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR3XaSYhKE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tR3XaSYhKE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tR3XaSYhKE .mbr-section-title {
  color: #232323;
}
.cid-tR3XaSYhKE .mbr-text,
.cid-tR3XaSYhKE .mbr-section-btn {
  text-align: left;
}
.cid-tR3XaSYhKE .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tR3XaSYhKE .item-subtitle {
  text-align: left;
}
.cid-tR3XaSYhKE .mbr-section-subtitle {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRO4YVXAFM {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tRO4YVXAFM .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tRO4YVXAFM .mbr-section-title,
.cid-tRO4YVXAFM .mbr-section-subtitle {
  text-align: center;
}
.cid-tRO4YVXAFM .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tRO4YVXAFM .item-wrapper {
  border-radius: 4px;
  background-color: #edefeb;
}
.cid-tRO4YVXAFM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tRO4YVXAFM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tRO4YVXAFM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRO4YVXAFM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tRO4YVXAFM .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-tRO4YVXAFM .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRO4YVXAFM .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRO4YVXAFM .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tROy2cQlJ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tROy2cQlJ3 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tROy2cQlJ3 .mbr-section-title,
.cid-tROy2cQlJ3 .mbr-section-subtitle {
  text-align: center;
}
.cid-tROy2cQlJ3 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tROy2cQlJ3 .item-wrapper {
  border-radius: 4px;
  background-color: #edefeb;
}
.cid-tROy2cQlJ3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tROy2cQlJ3 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tROy2cQlJ3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tROy2cQlJ3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tROy2cQlJ3 .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-tROy2cQlJ3 .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tROy2cQlJ3 .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tROy2cQlJ3 .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR46Q6lTrO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR46Q6lTrO img,
.cid-tR46Q6lTrO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tR46Q6lTrO .item:focus,
.cid-tR46Q6lTrO span:focus {
  outline: none;
}
.cid-tR46Q6lTrO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tR46Q6lTrO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #7787a5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tR46Q6lTrO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR46Q6lTrO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tR46Q6lTrO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tR46Q6lTrO .mbr-section-title {
  color: #232323;
}
.cid-tR46Q6lTrO .mbr-text,
.cid-tR46Q6lTrO .mbr-section-btn {
  text-align: left;
}
.cid-tR46Q6lTrO .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tR46Q6lTrO .item-subtitle {
  text-align: left;
}
.cid-tR46Q6lTrO .mbr-section-subtitle {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR47VcE72f {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR47VcE72f img,
.cid-tR47VcE72f .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tR47VcE72f .item:focus,
.cid-tR47VcE72f span:focus {
  outline: none;
}
.cid-tR47VcE72f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tR47VcE72f .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #7787a5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tR47VcE72f .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR47VcE72f .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tR47VcE72f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tR47VcE72f .mbr-section-title {
  color: #232323;
}
.cid-tR47VcE72f .mbr-text,
.cid-tR47VcE72f .mbr-section-btn {
  text-align: left;
}
.cid-tR47VcE72f .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tR47VcE72f .item-subtitle {
  text-align: left;
}
.cid-tR47VcE72f .mbr-section-subtitle {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQGZSV0p6Q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQGZSV0p6Q img,
.cid-tQGZSV0p6Q .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tQGZSV0p6Q .item:focus,
.cid-tQGZSV0p6Q span:focus {
  outline: none;
}
.cid-tQGZSV0p6Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQGZSV0p6Q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQGZSV0p6Q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQGZSV0p6Q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQGZSV0p6Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQGZSV0p6Q .mbr-section-title {
  color: #232323;
}
.cid-tQGZSV0p6Q .mbr-text,
.cid-tQGZSV0p6Q .mbr-section-btn {
  text-align: left;
}
.cid-tQGZSV0p6Q .item-title {
  text-align: left;
  color: #232323;
}
.cid-tQGZSV0p6Q .item-subtitle {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQKhSTNvGh {
  background-color: #edefeb;
}
.cid-tQKhSTNvGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQKhSTNvGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tQKhSTNvGh .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tQKhSTNvGh .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
.cid-tQKhSTNvGh .card-wrapper {
  background: #ffffff;
}
.cid-tQKhSTNvGh .mbr-text,
.cid-tQKhSTNvGh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tQKhSTNvGh .card-title,
.cid-tQKhSTNvGh .card-box {
  text-align: left;
  color: #000000;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQK8wwpMQL {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tQK8wwpMQL img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRcPBi9tM9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRcPBi9tM9 .mbr-text {
  color: #000000;
}
.cid-tRcPBi9tM9 .mbr-section-subtitle {
  color: #000000;
}
.cid-tRcPBi9tM9 .mbr-section-title {
  color: #000000;
}
.cid-tRcPBi9tM9 .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRcPBi9tM9 .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRcPBi9tM9 .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRcPBi9tM9 .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRcPBi9tM9 .table-no-grid th,
.cid-tRcPBi9tM9 .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShmfGIhyR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShmfGIhyR .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShmfGIhyR img,
.cid-tShmfGIhyR .item-img {
  width: 100%;
}
.cid-tShmfGIhyR .item:focus,
.cid-tShmfGIhyR span:focus {
  outline: none;
}
.cid-tShmfGIhyR .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShmfGIhyR .item {
    margin-top: 1rem;
  }
}
.cid-tShmfGIhyR .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShmfGIhyR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShmfGIhyR .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShmfGIhyR .mbr-text,
.cid-tShmfGIhyR .mbr-section-btn {
  color: #232323;
}
.cid-tShmfGIhyR .item-title {
  color: #232323;
}
.cid-tShmfGIhyR .content-head {
  max-width: 800px;
}
.cid-tShmfGIhyR .mbr-section-subtitle {
  text-align: left;
}
.cid-tRdhT6QzvO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRdhT6QzvO h6 {
  line-height: 1.2;
}
.cid-tRdhT6QzvO img,
.cid-tRdhT6QzvO .item-img {
  width: 100%;
}
.cid-tRdhT6QzvO .item:focus,
.cid-tRdhT6QzvO span:focus {
  outline: none;
}
.cid-tRdhT6QzvO .item {
  cursor: pointer;
}
.cid-tRdhT6QzvO .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRdhT6QzvO .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRdhT6QzvO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRdhT6QzvO .mbr-text,
.cid-tRdhT6QzvO .mbr-section-btn {
  color: #000000;
}
.cid-tRdhT6QzvO .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRdhT6QzvO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRdhT6QzvO .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRdhT6QzvO .content-head {
  max-width: 800px;
}
.cid-tRdhT6QzvO .item-title,
.cid-tRdhT6QzvO .mbr-section-btn {
  text-align: left;
}
.cid-tRdhT6QzvO .item-subtitle,
.cid-tRdhT6QzvO .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQIbT6gqHg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQIbT6gqHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQIbT6gqHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQIbT6gqHg .item {
  padding-bottom: 2rem;
}
.cid-tQIbT6gqHg .item-wrapper {
  position: relative;
}
.cid-tQIbT6gqHg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tQIbT6gqHg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tQIbT6gqHg .carousel-control,
.cid-tQIbT6gqHg .close {
  background: #1b1b1b;
}
.cid-tQIbT6gqHg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQIbT6gqHg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQIbT6gqHg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQIbT6gqHg .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQIbT6gqHg .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-tQIbT6gqHg .close::before {
  content: '\e91a';
}
.cid-tQIbT6gqHg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQIbT6gqHg .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-tQIbT6gqHg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQIbT6gqHg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQIbT6gqHg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQIbT6gqHg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQIbT6gqHg .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-tQIbT6gqHg .carousel-indicators li.active,
.cid-tQIbT6gqHg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQIbT6gqHg .carousel-indicators li::after,
.cid-tQIbT6gqHg .carousel-indicators li::before {
  content: none;
}
.cid-tQIbT6gqHg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQIbT6gqHg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQIbT6gqHg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQIbT6gqHg .carousel-indicators {
    display: none;
  }
}
.cid-tQIbT6gqHg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQIbT6gqHg .carousel-inner > .active {
  display: block;
}
.cid-tQIbT6gqHg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQIbT6gqHg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQIbT6gqHg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQIbT6gqHg .carousel-control,
  .cid-tQIbT6gqHg .carousel-indicators,
  .cid-tQIbT6gqHg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQIbT6gqHg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQIbT6gqHg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQIbT6gqHg .carousel-indicators .active,
.cid-tQIbT6gqHg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQIbT6gqHg .carousel-indicators .active {
  background: #fff;
}
.cid-tQIbT6gqHg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQIbT6gqHg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQIbT6gqHg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQIbT6gqHg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQIbT6gqHg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQIbT6gqHg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQIbT6gqHg .carousel {
  width: 100%;
}
.cid-tQIbT6gqHg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQIbT6gqHg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQIbT6gqHg .modal.fade .modal-dialog,
.cid-tQIbT6gqHg .modal.in .modal-dialog {
  transform: none;
}
.cid-tQIbT6gqHg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQIbT6gqHg H6 {
  text-align: left;
}
.cid-tQIbT6gqHg H3 {
  text-align: left;
}
.cid-tQIbT6gqHg H4 {
  text-align: left;
}
.cid-tShVdpXhqx {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tShVdpXhqx .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tShVdpXhqx * {
  box-sizing: border-box;
}
.cid-tShVdpXhqx body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 5rem 1rem;
}
.cid-tShVdpXhqx p {
  margin: 0 0 1rem;
}
.cid-tShVdpXhqx img {
  display: block;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.cid-tShVdpXhqx .flex-container {
  max-width: 100rem;
  margin: 0 auto 5rem auto;
  filter: drop-shadow(16px 16px 9px #163300);
}
.cid-tShVdpXhqx .col {
  position: relative;
}
.cid-tShVdpXhqx .col--img {
  flex: 0 0 30%;
  align-self: flex-start;
}
.cid-tShVdpXhqx .col--text {
  background-color: #ffffff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
@media (min-width: 40em) {
  .cid-tShVdpXhqx h3 {
    font-size: 2rem;
  }
  .cid-tShVdpXhqx .flex-container {
    display: flex;
  }
  .cid-tShVdpXhqx .col--text {
    padding: 2rem 4rem;
    margin-top: 2rem;
    margin-left: -2rem;
    z-index: -1;
  }
}
.cid-tShVdpXhqx .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tShVdpXhqx P {
  color: #000000;
  text-align: left;
}
.cid-tShVdpXhqx H3 {
  text-align: left;
  color: #000000;
}
.cid-tReJlNbQnC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tReJlNbQnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tReJlNbQnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tReJlNbQnC .item {
  padding-bottom: 2rem;
}
.cid-tReJlNbQnC .item-wrapper {
  position: relative;
}
.cid-tReJlNbQnC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tReJlNbQnC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tReJlNbQnC .carousel-control,
.cid-tReJlNbQnC .close {
  background: #1b1b1b;
}
.cid-tReJlNbQnC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tReJlNbQnC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tReJlNbQnC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tReJlNbQnC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tReJlNbQnC .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-tReJlNbQnC .close::before {
  content: '\e91a';
}
.cid-tReJlNbQnC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tReJlNbQnC .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-tReJlNbQnC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tReJlNbQnC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tReJlNbQnC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tReJlNbQnC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tReJlNbQnC .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-tReJlNbQnC .carousel-indicators li.active,
.cid-tReJlNbQnC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tReJlNbQnC .carousel-indicators li::after,
.cid-tReJlNbQnC .carousel-indicators li::before {
  content: none;
}
.cid-tReJlNbQnC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tReJlNbQnC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tReJlNbQnC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tReJlNbQnC .carousel-indicators {
    display: none;
  }
}
.cid-tReJlNbQnC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tReJlNbQnC .carousel-inner > .active {
  display: block;
}
.cid-tReJlNbQnC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tReJlNbQnC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tReJlNbQnC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tReJlNbQnC .carousel-control,
  .cid-tReJlNbQnC .carousel-indicators,
  .cid-tReJlNbQnC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tReJlNbQnC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tReJlNbQnC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tReJlNbQnC .carousel-indicators .active,
.cid-tReJlNbQnC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tReJlNbQnC .carousel-indicators .active {
  background: #fff;
}
.cid-tReJlNbQnC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tReJlNbQnC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tReJlNbQnC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tReJlNbQnC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tReJlNbQnC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tReJlNbQnC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tReJlNbQnC .carousel {
  width: 100%;
}
.cid-tReJlNbQnC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tReJlNbQnC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tReJlNbQnC .modal.fade .modal-dialog,
.cid-tReJlNbQnC .modal.in .modal-dialog {
  transform: none;
}
.cid-tReJlNbQnC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tReJlNbQnC H6 {
  text-align: left;
}
.cid-tReJlNbQnC H3 {
  text-align: left;
}
.cid-tReJlNbQnC H4 {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfz6QkCHk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfz6QkCHk .mbr-text {
  color: #000000;
  justify-content: center;
  align-content: center;
}
.cid-tRfz6QkCHk .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfz6QkCHk .mbr-section-title {
  color: #000000;
}
.cid-tRfz6QkCHk .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfz6QkCHk .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfz6QkCHk .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfz6QkCHk .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfz6QkCHk .table-no-grid th,
.cid-tRfz6QkCHk .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShp7s0C2g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShp7s0C2g .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShp7s0C2g img,
.cid-tShp7s0C2g .item-img {
  width: 100%;
}
.cid-tShp7s0C2g .item:focus,
.cid-tShp7s0C2g span:focus {
  outline: none;
}
.cid-tShp7s0C2g .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShp7s0C2g .item {
    margin-top: 1rem;
  }
}
.cid-tShp7s0C2g .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShp7s0C2g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShp7s0C2g .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShp7s0C2g .mbr-text,
.cid-tShp7s0C2g .mbr-section-btn {
  color: #232323;
}
.cid-tShp7s0C2g .item-title {
  color: #232323;
}
.cid-tShp7s0C2g .content-head {
  max-width: 800px;
}
.cid-tShp7s0C2g .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfz6QQwGE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfz6QQwGE h6 {
  line-height: 1.2;
}
.cid-tRfz6QQwGE img,
.cid-tRfz6QQwGE .item-img {
  width: 100%;
}
.cid-tRfz6QQwGE .item:focus,
.cid-tRfz6QQwGE span:focus {
  outline: none;
}
.cid-tRfz6QQwGE .item {
  cursor: pointer;
}
.cid-tRfz6QQwGE .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfz6QQwGE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfz6QQwGE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfz6QQwGE .mbr-text,
.cid-tRfz6QQwGE .mbr-section-btn {
  color: #000000;
}
.cid-tRfz6QQwGE .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfz6QQwGE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfz6QQwGE .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfz6QQwGE .content-head {
  max-width: 800px;
}
.cid-tRfz6QQwGE .item-title,
.cid-tRfz6QQwGE .mbr-section-btn {
  text-align: left;
}
.cid-tRfz6QQwGE .item-subtitle,
.cid-tRfz6QQwGE .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfDdBdekL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfDdBdekL .mbr-text {
  color: #000000;
}
.cid-tRfDdBdekL .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfDdBdekL .mbr-section-title {
  color: #000000;
}
.cid-tRfDdBdekL .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfDdBdekL .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfDdBdekL .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfDdBdekL .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfDdBdekL .table-no-grid th,
.cid-tRfDdBdekL .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShpz3RiOI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShpz3RiOI .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShpz3RiOI img,
.cid-tShpz3RiOI .item-img {
  width: 100%;
}
.cid-tShpz3RiOI .item:focus,
.cid-tShpz3RiOI span:focus {
  outline: none;
}
.cid-tShpz3RiOI .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShpz3RiOI .item {
    margin-top: 1rem;
  }
}
.cid-tShpz3RiOI .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShpz3RiOI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShpz3RiOI .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShpz3RiOI .mbr-text,
.cid-tShpz3RiOI .mbr-section-btn {
  color: #232323;
}
.cid-tShpz3RiOI .item-title {
  color: #232323;
}
.cid-tShpz3RiOI .content-head {
  max-width: 800px;
}
.cid-tShpz3RiOI .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfDdBMqit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfDdBMqit h6 {
  line-height: 1.2;
}
.cid-tRfDdBMqit img,
.cid-tRfDdBMqit .item-img {
  width: 100%;
}
.cid-tRfDdBMqit .item:focus,
.cid-tRfDdBMqit span:focus {
  outline: none;
}
.cid-tRfDdBMqit .item {
  cursor: pointer;
}
.cid-tRfDdBMqit .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfDdBMqit .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfDdBMqit .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfDdBMqit .mbr-text,
.cid-tRfDdBMqit .mbr-section-btn {
  color: #000000;
}
.cid-tRfDdBMqit .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfDdBMqit .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfDdBMqit .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfDdBMqit .content-head {
  max-width: 800px;
}
.cid-tRfDdBMqit .item-title,
.cid-tRfDdBMqit .mbr-section-btn {
  text-align: left;
}
.cid-tRfDdBMqit .item-subtitle,
.cid-tRfDdBMqit .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfE6EozVW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfE6EozVW .mbr-text {
  color: #000000;
}
.cid-tRfE6EozVW .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfE6EozVW .mbr-section-title {
  color: #000000;
}
.cid-tRfE6EozVW .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfE6EozVW .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfE6EozVW .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfE6EozVW .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfE6EozVW .table-no-grid th,
.cid-tRfE6EozVW .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShqP5dPbJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShqP5dPbJ .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShqP5dPbJ img,
.cid-tShqP5dPbJ .item-img {
  width: 100%;
}
.cid-tShqP5dPbJ .item:focus,
.cid-tShqP5dPbJ span:focus {
  outline: none;
}
.cid-tShqP5dPbJ .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShqP5dPbJ .item {
    margin-top: 1rem;
  }
}
.cid-tShqP5dPbJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShqP5dPbJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShqP5dPbJ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShqP5dPbJ .mbr-text,
.cid-tShqP5dPbJ .mbr-section-btn {
  color: #232323;
}
.cid-tShqP5dPbJ .item-title {
  color: #232323;
}
.cid-tShqP5dPbJ .content-head {
  max-width: 800px;
}
.cid-tShqP5dPbJ .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfE6ESsC2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfE6ESsC2 h6 {
  line-height: 1.2;
}
.cid-tRfE6ESsC2 img,
.cid-tRfE6ESsC2 .item-img {
  width: 100%;
}
.cid-tRfE6ESsC2 .item:focus,
.cid-tRfE6ESsC2 span:focus {
  outline: none;
}
.cid-tRfE6ESsC2 .item {
  cursor: pointer;
}
.cid-tRfE6ESsC2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfE6ESsC2 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfE6ESsC2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfE6ESsC2 .mbr-text,
.cid-tRfE6ESsC2 .mbr-section-btn {
  color: #000000;
}
.cid-tRfE6ESsC2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfE6ESsC2 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfE6ESsC2 .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfE6ESsC2 .content-head {
  max-width: 800px;
}
.cid-tRfE6ESsC2 .item-title,
.cid-tRfE6ESsC2 .mbr-section-btn {
  text-align: left;
}
.cid-tRfE6ESsC2 .item-subtitle,
.cid-tRfE6ESsC2 .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfG1u835n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfG1u835n .mbr-text {
  color: #000000;
}
.cid-tRfG1u835n .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfG1u835n .mbr-section-title {
  color: #000000;
}
.cid-tRfG1u835n .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfG1u835n .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfG1u835n .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfG1u835n .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfG1u835n .table-no-grid th,
.cid-tRfG1u835n .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShGHcXGAP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShGHcXGAP .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShGHcXGAP img,
.cid-tShGHcXGAP .item-img {
  width: 100%;
}
.cid-tShGHcXGAP .item:focus,
.cid-tShGHcXGAP span:focus {
  outline: none;
}
.cid-tShGHcXGAP .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShGHcXGAP .item {
    margin-top: 1rem;
  }
}
.cid-tShGHcXGAP .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShGHcXGAP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShGHcXGAP .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShGHcXGAP .mbr-text,
.cid-tShGHcXGAP .mbr-section-btn {
  color: #232323;
}
.cid-tShGHcXGAP .item-title {
  color: #232323;
}
.cid-tShGHcXGAP .content-head {
  max-width: 800px;
}
.cid-tShGHcXGAP .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfG1uFtQx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfG1uFtQx h6 {
  line-height: 1.2;
}
.cid-tRfG1uFtQx img,
.cid-tRfG1uFtQx .item-img {
  width: 100%;
}
.cid-tRfG1uFtQx .item:focus,
.cid-tRfG1uFtQx span:focus {
  outline: none;
}
.cid-tRfG1uFtQx .item {
  cursor: pointer;
}
.cid-tRfG1uFtQx .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfG1uFtQx .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfG1uFtQx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfG1uFtQx .mbr-text,
.cid-tRfG1uFtQx .mbr-section-btn {
  color: #000000;
}
.cid-tRfG1uFtQx .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfG1uFtQx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfG1uFtQx .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfG1uFtQx .content-head {
  max-width: 800px;
}
.cid-tRfG1uFtQx .item-title,
.cid-tRfG1uFtQx .mbr-section-btn {
  text-align: left;
}
.cid-tRfG1uFtQx .item-subtitle,
.cid-tRfG1uFtQx .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfGU1cDkV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfGU1cDkV .mbr-text {
  color: #000000;
}
.cid-tRfGU1cDkV .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfGU1cDkV .mbr-section-title {
  color: #000000;
}
.cid-tRfGU1cDkV .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfGU1cDkV .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfGU1cDkV .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfGU1cDkV .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfGU1cDkV .table-no-grid th,
.cid-tRfGU1cDkV .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShHgSKgf0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShHgSKgf0 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShHgSKgf0 img,
.cid-tShHgSKgf0 .item-img {
  width: 100%;
}
.cid-tShHgSKgf0 .item:focus,
.cid-tShHgSKgf0 span:focus {
  outline: none;
}
.cid-tShHgSKgf0 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShHgSKgf0 .item {
    margin-top: 1rem;
  }
}
.cid-tShHgSKgf0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShHgSKgf0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShHgSKgf0 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShHgSKgf0 .mbr-text,
.cid-tShHgSKgf0 .mbr-section-btn {
  color: #232323;
}
.cid-tShHgSKgf0 .item-title {
  color: #232323;
}
.cid-tShHgSKgf0 .content-head {
  max-width: 800px;
}
.cid-tShHgSKgf0 .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfGU1GhQK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfGU1GhQK h6 {
  line-height: 1.2;
}
.cid-tRfGU1GhQK img,
.cid-tRfGU1GhQK .item-img {
  width: 100%;
}
.cid-tRfGU1GhQK .item:focus,
.cid-tRfGU1GhQK span:focus {
  outline: none;
}
.cid-tRfGU1GhQK .item {
  cursor: pointer;
}
.cid-tRfGU1GhQK .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfGU1GhQK .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfGU1GhQK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfGU1GhQK .mbr-text,
.cid-tRfGU1GhQK .mbr-section-btn {
  color: #000000;
}
.cid-tRfGU1GhQK .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfGU1GhQK .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfGU1GhQK .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfGU1GhQK .content-head {
  max-width: 800px;
}
.cid-tRfGU1GhQK .item-title,
.cid-tRfGU1GhQK .mbr-section-btn {
  text-align: left;
}
.cid-tRfGU1GhQK .item-subtitle,
.cid-tRfGU1GhQK .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfHxNhyjD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfHxNhyjD .mbr-text {
  color: #000000;
}
.cid-tRfHxNhyjD .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfHxNhyjD .mbr-section-title {
  color: #000000;
}
.cid-tRfHxNhyjD .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfHxNhyjD .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfHxNhyjD .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfHxNhyjD .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfHxNhyjD .table-no-grid th,
.cid-tRfHxNhyjD .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShJgX5IIV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShJgX5IIV .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShJgX5IIV img,
.cid-tShJgX5IIV .item-img {
  width: 100%;
}
.cid-tShJgX5IIV .item:focus,
.cid-tShJgX5IIV span:focus {
  outline: none;
}
.cid-tShJgX5IIV .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShJgX5IIV .item {
    margin-top: 1rem;
  }
}
.cid-tShJgX5IIV .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShJgX5IIV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShJgX5IIV .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShJgX5IIV .mbr-text,
.cid-tShJgX5IIV .mbr-section-btn {
  color: #232323;
}
.cid-tShJgX5IIV .item-title {
  color: #232323;
}
.cid-tShJgX5IIV .content-head {
  max-width: 800px;
}
.cid-tShJgX5IIV .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfHxNMC3C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfHxNMC3C h6 {
  line-height: 1.2;
}
.cid-tRfHxNMC3C img,
.cid-tRfHxNMC3C .item-img {
  width: 100%;
}
.cid-tRfHxNMC3C .item:focus,
.cid-tRfHxNMC3C span:focus {
  outline: none;
}
.cid-tRfHxNMC3C .item {
  cursor: pointer;
}
.cid-tRfHxNMC3C .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfHxNMC3C .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfHxNMC3C .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfHxNMC3C .mbr-text,
.cid-tRfHxNMC3C .mbr-section-btn {
  color: #000000;
}
.cid-tRfHxNMC3C .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfHxNMC3C .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfHxNMC3C .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfHxNMC3C .content-head {
  max-width: 800px;
}
.cid-tRfHxNMC3C .item-title,
.cid-tRfHxNMC3C .mbr-section-btn {
  text-align: left;
}
.cid-tRfHxNMC3C .item-subtitle,
.cid-tRfHxNMC3C .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfIfDcGEf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfIfDcGEf .mbr-text {
  color: #000000;
}
.cid-tRfIfDcGEf .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfIfDcGEf .mbr-section-title {
  color: #000000;
}
.cid-tRfIfDcGEf .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfIfDcGEf .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfIfDcGEf .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfIfDcGEf .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfIfDcGEf .table-no-grid th,
.cid-tRfIfDcGEf .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShKNnfQh6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShKNnfQh6 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShKNnfQh6 img,
.cid-tShKNnfQh6 .item-img {
  width: 100%;
}
.cid-tShKNnfQh6 .item:focus,
.cid-tShKNnfQh6 span:focus {
  outline: none;
}
.cid-tShKNnfQh6 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShKNnfQh6 .item {
    margin-top: 1rem;
  }
}
.cid-tShKNnfQh6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShKNnfQh6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShKNnfQh6 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShKNnfQh6 .mbr-text,
.cid-tShKNnfQh6 .mbr-section-btn {
  color: #232323;
}
.cid-tShKNnfQh6 .item-title {
  color: #232323;
}
.cid-tShKNnfQh6 .content-head {
  max-width: 800px;
}
.cid-tShKNnfQh6 .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfIfDIIXd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfIfDIIXd h6 {
  line-height: 1.2;
}
.cid-tRfIfDIIXd img,
.cid-tRfIfDIIXd .item-img {
  width: 100%;
}
.cid-tRfIfDIIXd .item:focus,
.cid-tRfIfDIIXd span:focus {
  outline: none;
}
.cid-tRfIfDIIXd .item {
  cursor: pointer;
}
.cid-tRfIfDIIXd .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfIfDIIXd .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfIfDIIXd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfIfDIIXd .mbr-text,
.cid-tRfIfDIIXd .mbr-section-btn {
  color: #000000;
}
.cid-tRfIfDIIXd .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfIfDIIXd .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfIfDIIXd .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfIfDIIXd .content-head {
  max-width: 800px;
}
.cid-tRfIfDIIXd .item-title,
.cid-tRfIfDIIXd .mbr-section-btn {
  text-align: left;
}
.cid-tRfIfDIIXd .item-subtitle,
.cid-tRfIfDIIXd .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfJ6cbZcX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfJ6cbZcX .mbr-text {
  color: #000000;
}
.cid-tRfJ6cbZcX .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfJ6cbZcX .mbr-section-title {
  color: #000000;
}
.cid-tRfJ6cbZcX .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfJ6cbZcX .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfJ6cbZcX .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfJ6cbZcX .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfJ6cbZcX .table-no-grid th,
.cid-tRfJ6cbZcX .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShLsMnn0L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShLsMnn0L .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShLsMnn0L img,
.cid-tShLsMnn0L .item-img {
  width: 100%;
}
.cid-tShLsMnn0L .item:focus,
.cid-tShLsMnn0L span:focus {
  outline: none;
}
.cid-tShLsMnn0L .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShLsMnn0L .item {
    margin-top: 1rem;
  }
}
.cid-tShLsMnn0L .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShLsMnn0L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShLsMnn0L .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShLsMnn0L .mbr-text,
.cid-tShLsMnn0L .mbr-section-btn {
  color: #232323;
}
.cid-tShLsMnn0L .item-title {
  color: #232323;
}
.cid-tShLsMnn0L .content-head {
  max-width: 800px;
}
.cid-tShLsMnn0L .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfJ6cFlOD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfJ6cFlOD h6 {
  line-height: 1.2;
}
.cid-tRfJ6cFlOD img,
.cid-tRfJ6cFlOD .item-img {
  width: 100%;
}
.cid-tRfJ6cFlOD .item:focus,
.cid-tRfJ6cFlOD span:focus {
  outline: none;
}
.cid-tRfJ6cFlOD .item {
  cursor: pointer;
}
.cid-tRfJ6cFlOD .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfJ6cFlOD .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfJ6cFlOD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfJ6cFlOD .mbr-text,
.cid-tRfJ6cFlOD .mbr-section-btn {
  color: #000000;
}
.cid-tRfJ6cFlOD .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfJ6cFlOD .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfJ6cFlOD .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfJ6cFlOD .content-head {
  max-width: 800px;
}
.cid-tRfJ6cFlOD .item-title,
.cid-tRfJ6cFlOD .mbr-section-btn {
  text-align: left;
}
.cid-tRfJ6cFlOD .item-subtitle,
.cid-tRfJ6cFlOD .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfJN8BVKN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfJN8BVKN .mbr-text {
  color: #000000;
}
.cid-tRfJN8BVKN .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfJN8BVKN .mbr-section-title {
  color: #000000;
}
.cid-tRfJN8BVKN .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfJN8BVKN .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfJN8BVKN .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfJN8BVKN .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfJN8BVKN .table-no-grid th,
.cid-tRfJN8BVKN .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShLTtB83q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShLTtB83q .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShLTtB83q img,
.cid-tShLTtB83q .item-img {
  width: 100%;
}
.cid-tShLTtB83q .item:focus,
.cid-tShLTtB83q span:focus {
  outline: none;
}
.cid-tShLTtB83q .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShLTtB83q .item {
    margin-top: 1rem;
  }
}
.cid-tShLTtB83q .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShLTtB83q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShLTtB83q .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShLTtB83q .mbr-text,
.cid-tShLTtB83q .mbr-section-btn {
  color: #232323;
}
.cid-tShLTtB83q .item-title {
  color: #232323;
}
.cid-tShLTtB83q .content-head {
  max-width: 800px;
}
.cid-tShLTtB83q .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfJN94RG2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfJN94RG2 h6 {
  line-height: 1.2;
}
.cid-tRfJN94RG2 img,
.cid-tRfJN94RG2 .item-img {
  width: 100%;
}
.cid-tRfJN94RG2 .item:focus,
.cid-tRfJN94RG2 span:focus {
  outline: none;
}
.cid-tRfJN94RG2 .item {
  cursor: pointer;
}
.cid-tRfJN94RG2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfJN94RG2 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfJN94RG2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfJN94RG2 .mbr-text,
.cid-tRfJN94RG2 .mbr-section-btn {
  color: #000000;
}
.cid-tRfJN94RG2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfJN94RG2 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfJN94RG2 .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfJN94RG2 .content-head {
  max-width: 800px;
}
.cid-tRfJN94RG2 .item-title,
.cid-tRfJN94RG2 .mbr-section-btn {
  text-align: left;
}
.cid-tRfJN94RG2 .item-subtitle,
.cid-tRfJN94RG2 .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfKuqcvnw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfKuqcvnw .mbr-text {
  color: #000000;
}
.cid-tRfKuqcvnw .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfKuqcvnw .mbr-section-title {
  color: #000000;
}
.cid-tRfKuqcvnw .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfKuqcvnw .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfKuqcvnw .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfKuqcvnw .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfKuqcvnw .table-no-grid th,
.cid-tRfKuqcvnw .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShMpO1j4g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShMpO1j4g .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShMpO1j4g img,
.cid-tShMpO1j4g .item-img {
  width: 100%;
}
.cid-tShMpO1j4g .item:focus,
.cid-tShMpO1j4g span:focus {
  outline: none;
}
.cid-tShMpO1j4g .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShMpO1j4g .item {
    margin-top: 1rem;
  }
}
.cid-tShMpO1j4g .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShMpO1j4g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShMpO1j4g .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShMpO1j4g .mbr-text,
.cid-tShMpO1j4g .mbr-section-btn {
  color: #232323;
}
.cid-tShMpO1j4g .item-title {
  color: #232323;
}
.cid-tShMpO1j4g .content-head {
  max-width: 800px;
}
.cid-tShMpO1j4g .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfKuqGNNE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfKuqGNNE h6 {
  line-height: 1.2;
}
.cid-tRfKuqGNNE img,
.cid-tRfKuqGNNE .item-img {
  width: 100%;
}
.cid-tRfKuqGNNE .item:focus,
.cid-tRfKuqGNNE span:focus {
  outline: none;
}
.cid-tRfKuqGNNE .item {
  cursor: pointer;
}
.cid-tRfKuqGNNE .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfKuqGNNE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfKuqGNNE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfKuqGNNE .mbr-text,
.cid-tRfKuqGNNE .mbr-section-btn {
  color: #000000;
}
.cid-tRfKuqGNNE .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfKuqGNNE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfKuqGNNE .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfKuqGNNE .content-head {
  max-width: 800px;
}
.cid-tRfKuqGNNE .item-title,
.cid-tRfKuqGNNE .mbr-section-btn {
  text-align: left;
}
.cid-tRfKuqGNNE .item-subtitle,
.cid-tRfKuqGNNE .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfLbXXasi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfLbXXasi .mbr-text {
  color: #000000;
}
.cid-tRfLbXXasi .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfLbXXasi .mbr-section-title {
  color: #000000;
}
.cid-tRfLbXXasi .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfLbXXasi .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfLbXXasi .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfLbXXasi .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfLbXXasi .table-no-grid th,
.cid-tRfLbXXasi .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShMP3YvwD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShMP3YvwD .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShMP3YvwD img,
.cid-tShMP3YvwD .item-img {
  width: 100%;
}
.cid-tShMP3YvwD .item:focus,
.cid-tShMP3YvwD span:focus {
  outline: none;
}
.cid-tShMP3YvwD .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShMP3YvwD .item {
    margin-top: 1rem;
  }
}
.cid-tShMP3YvwD .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShMP3YvwD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShMP3YvwD .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShMP3YvwD .mbr-text,
.cid-tShMP3YvwD .mbr-section-btn {
  color: #232323;
}
.cid-tShMP3YvwD .item-title {
  color: #232323;
}
.cid-tShMP3YvwD .content-head {
  max-width: 800px;
}
.cid-tShMP3YvwD .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfLbYsPQJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfLbYsPQJ h6 {
  line-height: 1.2;
}
.cid-tRfLbYsPQJ img,
.cid-tRfLbYsPQJ .item-img {
  width: 100%;
}
.cid-tRfLbYsPQJ .item:focus,
.cid-tRfLbYsPQJ span:focus {
  outline: none;
}
.cid-tRfLbYsPQJ .item {
  cursor: pointer;
}
.cid-tRfLbYsPQJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfLbYsPQJ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfLbYsPQJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfLbYsPQJ .mbr-text,
.cid-tRfLbYsPQJ .mbr-section-btn {
  color: #000000;
}
.cid-tRfLbYsPQJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfLbYsPQJ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfLbYsPQJ .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfLbYsPQJ .content-head {
  max-width: 800px;
}
.cid-tRfLbYsPQJ .item-title,
.cid-tRfLbYsPQJ .mbr-section-btn {
  text-align: left;
}
.cid-tRfLbYsPQJ .item-subtitle,
.cid-tRfLbYsPQJ .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfMqop5lH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfMqop5lH .mbr-text {
  color: #000000;
}
.cid-tRfMqop5lH .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfMqop5lH .mbr-section-title {
  color: #000000;
}
.cid-tRfMqop5lH .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfMqop5lH .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfMqop5lH .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfMqop5lH .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfMqop5lH .table-no-grid th,
.cid-tRfMqop5lH .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShNeOdKF9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShNeOdKF9 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShNeOdKF9 img,
.cid-tShNeOdKF9 .item-img {
  width: 100%;
}
.cid-tShNeOdKF9 .item:focus,
.cid-tShNeOdKF9 span:focus {
  outline: none;
}
.cid-tShNeOdKF9 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShNeOdKF9 .item {
    margin-top: 1rem;
  }
}
.cid-tShNeOdKF9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShNeOdKF9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShNeOdKF9 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShNeOdKF9 .mbr-text,
.cid-tShNeOdKF9 .mbr-section-btn {
  color: #232323;
}
.cid-tShNeOdKF9 .item-title {
  color: #232323;
}
.cid-tShNeOdKF9 .content-head {
  max-width: 800px;
}
.cid-tShNeOdKF9 .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfMqoW3PH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfMqoW3PH h6 {
  line-height: 1.2;
}
.cid-tRfMqoW3PH img,
.cid-tRfMqoW3PH .item-img {
  width: 100%;
}
.cid-tRfMqoW3PH .item:focus,
.cid-tRfMqoW3PH span:focus {
  outline: none;
}
.cid-tRfMqoW3PH .item {
  cursor: pointer;
}
.cid-tRfMqoW3PH .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfMqoW3PH .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfMqoW3PH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfMqoW3PH .mbr-text,
.cid-tRfMqoW3PH .mbr-section-btn {
  color: #000000;
}
.cid-tRfMqoW3PH .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfMqoW3PH .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfMqoW3PH .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfMqoW3PH .content-head {
  max-width: 800px;
}
.cid-tRfMqoW3PH .item-title,
.cid-tRfMqoW3PH .mbr-section-btn {
  text-align: left;
}
.cid-tRfMqoW3PH .item-subtitle,
.cid-tRfMqoW3PH .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfXZgEU4a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfXZgEU4a .mbr-text {
  color: #000000;
}
.cid-tRfXZgEU4a .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfXZgEU4a .mbr-section-title {
  color: #000000;
}
.cid-tRfXZgEU4a .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfXZgEU4a .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfXZgEU4a .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfXZgEU4a .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfXZgEU4a .table-no-grid th,
.cid-tRfXZgEU4a .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShNGdu1uU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShNGdu1uU .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShNGdu1uU img,
.cid-tShNGdu1uU .item-img {
  width: 100%;
}
.cid-tShNGdu1uU .item:focus,
.cid-tShNGdu1uU span:focus {
  outline: none;
}
.cid-tShNGdu1uU .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShNGdu1uU .item {
    margin-top: 1rem;
  }
}
.cid-tShNGdu1uU .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShNGdu1uU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShNGdu1uU .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShNGdu1uU .mbr-text,
.cid-tShNGdu1uU .mbr-section-btn {
  color: #232323;
}
.cid-tShNGdu1uU .item-title {
  color: #232323;
}
.cid-tShNGdu1uU .content-head {
  max-width: 800px;
}
.cid-tShNGdu1uU .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfXZhcLj1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfXZhcLj1 h6 {
  line-height: 1.2;
}
.cid-tRfXZhcLj1 img,
.cid-tRfXZhcLj1 .item-img {
  width: 100%;
}
.cid-tRfXZhcLj1 .item:focus,
.cid-tRfXZhcLj1 span:focus {
  outline: none;
}
.cid-tRfXZhcLj1 .item {
  cursor: pointer;
}
.cid-tRfXZhcLj1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfXZhcLj1 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfXZhcLj1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfXZhcLj1 .mbr-text,
.cid-tRfXZhcLj1 .mbr-section-btn {
  color: #000000;
}
.cid-tRfXZhcLj1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfXZhcLj1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfXZhcLj1 .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfXZhcLj1 .content-head {
  max-width: 800px;
}
.cid-tRfXZhcLj1 .item-title,
.cid-tRfXZhcLj1 .mbr-section-btn {
  text-align: left;
}
.cid-tRfXZhcLj1 .item-subtitle,
.cid-tRfXZhcLj1 .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfZhCwosh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfZhCwosh .mbr-text {
  color: #000000;
}
.cid-tRfZhCwosh .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfZhCwosh .mbr-section-title {
  color: #000000;
}
.cid-tRfZhCwosh .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfZhCwosh .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfZhCwosh .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfZhCwosh .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfZhCwosh .table-no-grid th,
.cid-tRfZhCwosh .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShO4TSQtC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShO4TSQtC .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShO4TSQtC img,
.cid-tShO4TSQtC .item-img {
  width: 100%;
}
.cid-tShO4TSQtC .item:focus,
.cid-tShO4TSQtC span:focus {
  outline: none;
}
.cid-tShO4TSQtC .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShO4TSQtC .item {
    margin-top: 1rem;
  }
}
.cid-tShO4TSQtC .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShO4TSQtC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShO4TSQtC .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShO4TSQtC .mbr-text,
.cid-tShO4TSQtC .mbr-section-btn {
  color: #232323;
}
.cid-tShO4TSQtC .item-title {
  color: #232323;
}
.cid-tShO4TSQtC .content-head {
  max-width: 800px;
}
.cid-tShO4TSQtC .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfZhD2C83 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfZhD2C83 h6 {
  line-height: 1.2;
}
.cid-tRfZhD2C83 img,
.cid-tRfZhD2C83 .item-img {
  width: 100%;
}
.cid-tRfZhD2C83 .item:focus,
.cid-tRfZhD2C83 span:focus {
  outline: none;
}
.cid-tRfZhD2C83 .item {
  cursor: pointer;
}
.cid-tRfZhD2C83 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfZhD2C83 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfZhD2C83 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfZhD2C83 .mbr-text,
.cid-tRfZhD2C83 .mbr-section-btn {
  color: #000000;
}
.cid-tRfZhD2C83 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfZhD2C83 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfZhD2C83 .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfZhD2C83 .content-head {
  max-width: 800px;
}
.cid-tRfZhD2C83 .item-title,
.cid-tRfZhD2C83 .mbr-section-btn {
  text-align: left;
}
.cid-tRfZhD2C83 .item-subtitle,
.cid-tRfZhD2C83 .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRgPTbQyBs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRgPTbQyBs .mbr-text {
  color: #000000;
}
.cid-tRgPTbQyBs .mbr-section-subtitle {
  color: #000000;
}
.cid-tRgPTbQyBs .mbr-section-title {
  color: #000000;
}
.cid-tRgPTbQyBs .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgPTbQyBs .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRgPTbQyBs .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRgPTbQyBs .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgPTbQyBs .table-no-grid th,
.cid-tRgPTbQyBs .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShOGHQc4E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShOGHQc4E .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShOGHQc4E img,
.cid-tShOGHQc4E .item-img {
  width: 100%;
}
.cid-tShOGHQc4E .item:focus,
.cid-tShOGHQc4E span:focus {
  outline: none;
}
.cid-tShOGHQc4E .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShOGHQc4E .item {
    margin-top: 1rem;
  }
}
.cid-tShOGHQc4E .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShOGHQc4E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShOGHQc4E .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShOGHQc4E .mbr-text,
.cid-tShOGHQc4E .mbr-section-btn {
  color: #232323;
}
.cid-tShOGHQc4E .item-title {
  color: #232323;
}
.cid-tShOGHQc4E .content-head {
  max-width: 800px;
}
.cid-tShOGHQc4E .mbr-section-subtitle {
  text-align: left;
}
.cid-tRgPTcoetn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRgPTcoetn h6 {
  line-height: 1.2;
}
.cid-tRgPTcoetn img,
.cid-tRgPTcoetn .item-img {
  width: 100%;
}
.cid-tRgPTcoetn .item:focus,
.cid-tRgPTcoetn span:focus {
  outline: none;
}
.cid-tRgPTcoetn .item {
  cursor: pointer;
}
.cid-tRgPTcoetn .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRgPTcoetn .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRgPTcoetn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRgPTcoetn .mbr-text,
.cid-tRgPTcoetn .mbr-section-btn {
  color: #000000;
}
.cid-tRgPTcoetn .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRgPTcoetn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRgPTcoetn .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRgPTcoetn .content-head {
  max-width: 800px;
}
.cid-tRgPTcoetn .item-title,
.cid-tRgPTcoetn .mbr-section-btn {
  text-align: left;
}
.cid-tRgPTcoetn .item-subtitle,
.cid-tRgPTcoetn .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRgQKXZ0Ph {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRgQKXZ0Ph .mbr-text {
  color: #000000;
}
.cid-tRgQKXZ0Ph .mbr-section-subtitle {
  color: #000000;
}
.cid-tRgQKXZ0Ph .mbr-section-title {
  color: #000000;
}
.cid-tRgQKXZ0Ph .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgQKXZ0Ph .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRgQKXZ0Ph .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRgQKXZ0Ph .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgQKXZ0Ph .table-no-grid th,
.cid-tRgQKXZ0Ph .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShPguoVeU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShPguoVeU .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShPguoVeU img,
.cid-tShPguoVeU .item-img {
  width: 100%;
}
.cid-tShPguoVeU .item:focus,
.cid-tShPguoVeU span:focus {
  outline: none;
}
.cid-tShPguoVeU .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShPguoVeU .item {
    margin-top: 1rem;
  }
}
.cid-tShPguoVeU .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShPguoVeU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShPguoVeU .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShPguoVeU .mbr-text,
.cid-tShPguoVeU .mbr-section-btn {
  color: #232323;
}
.cid-tShPguoVeU .item-title {
  color: #232323;
}
.cid-tShPguoVeU .content-head {
  max-width: 800px;
}
.cid-tShPguoVeU .mbr-section-subtitle {
  text-align: left;
}
.cid-tRgQKYrNDn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRgQKYrNDn h6 {
  line-height: 1.2;
}
.cid-tRgQKYrNDn img,
.cid-tRgQKYrNDn .item-img {
  width: 100%;
}
.cid-tRgQKYrNDn .item:focus,
.cid-tRgQKYrNDn span:focus {
  outline: none;
}
.cid-tRgQKYrNDn .item {
  cursor: pointer;
}
.cid-tRgQKYrNDn .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRgQKYrNDn .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRgQKYrNDn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRgQKYrNDn .mbr-text,
.cid-tRgQKYrNDn .mbr-section-btn {
  color: #000000;
}
.cid-tRgQKYrNDn .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRgQKYrNDn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRgQKYrNDn .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRgQKYrNDn .content-head {
  max-width: 800px;
}
.cid-tRgQKYrNDn .item-title,
.cid-tRgQKYrNDn .mbr-section-btn {
  text-align: left;
}
.cid-tRgQKYrNDn .item-subtitle,
.cid-tRgQKYrNDn .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRgRFEulpM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRgRFEulpM .mbr-text {
  color: #000000;
}
.cid-tRgRFEulpM .mbr-section-subtitle {
  color: #000000;
}
.cid-tRgRFEulpM .mbr-section-title {
  color: #000000;
}
.cid-tRgRFEulpM .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgRFEulpM .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRgRFEulpM .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRgRFEulpM .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgRFEulpM .table-no-grid th,
.cid-tRgRFEulpM .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShPIWSlDE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShPIWSlDE .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShPIWSlDE img,
.cid-tShPIWSlDE .item-img {
  width: 100%;
}
.cid-tShPIWSlDE .item:focus,
.cid-tShPIWSlDE span:focus {
  outline: none;
}
.cid-tShPIWSlDE .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShPIWSlDE .item {
    margin-top: 1rem;
  }
}
.cid-tShPIWSlDE .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShPIWSlDE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShPIWSlDE .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShPIWSlDE .mbr-text,
.cid-tShPIWSlDE .mbr-section-btn {
  color: #232323;
}
.cid-tShPIWSlDE .item-title {
  color: #232323;
}
.cid-tShPIWSlDE .content-head {
  max-width: 800px;
}
.cid-tShPIWSlDE .mbr-section-subtitle {
  text-align: left;
}
.cid-tRgRFF2r4j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRgRFF2r4j h6 {
  line-height: 1.2;
}
.cid-tRgRFF2r4j img,
.cid-tRgRFF2r4j .item-img {
  width: 100%;
}
.cid-tRgRFF2r4j .item:focus,
.cid-tRgRFF2r4j span:focus {
  outline: none;
}
.cid-tRgRFF2r4j .item {
  cursor: pointer;
}
.cid-tRgRFF2r4j .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRgRFF2r4j .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRgRFF2r4j .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRgRFF2r4j .mbr-text,
.cid-tRgRFF2r4j .mbr-section-btn {
  color: #000000;
}
.cid-tRgRFF2r4j .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRgRFF2r4j .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRgRFF2r4j .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRgRFF2r4j .content-head {
  max-width: 800px;
}
.cid-tRgRFF2r4j .item-title,
.cid-tRgRFF2r4j .mbr-section-btn {
  text-align: left;
}
.cid-tRgRFF2r4j .item-subtitle,
.cid-tRgRFF2r4j .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRgSKvM6JK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRgSKvM6JK .mbr-text {
  color: #000000;
}
.cid-tRgSKvM6JK .mbr-section-subtitle {
  color: #000000;
}
.cid-tRgSKvM6JK .mbr-section-title {
  color: #000000;
}
.cid-tRgSKvM6JK .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgSKvM6JK .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRgSKvM6JK .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRgSKvM6JK .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgSKvM6JK .table-no-grid th,
.cid-tRgSKvM6JK .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShQ8IQlU7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShQ8IQlU7 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShQ8IQlU7 img,
.cid-tShQ8IQlU7 .item-img {
  width: 100%;
}
.cid-tShQ8IQlU7 .item:focus,
.cid-tShQ8IQlU7 span:focus {
  outline: none;
}
.cid-tShQ8IQlU7 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShQ8IQlU7 .item {
    margin-top: 1rem;
  }
}
.cid-tShQ8IQlU7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShQ8IQlU7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShQ8IQlU7 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShQ8IQlU7 .mbr-text,
.cid-tShQ8IQlU7 .mbr-section-btn {
  color: #232323;
}
.cid-tShQ8IQlU7 .item-title {
  color: #232323;
}
.cid-tShQ8IQlU7 .content-head {
  max-width: 800px;
}
.cid-tShQ8IQlU7 .mbr-section-subtitle {
  text-align: left;
}
.cid-tRgSKweKWr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRgSKweKWr h6 {
  line-height: 1.2;
}
.cid-tRgSKweKWr img,
.cid-tRgSKweKWr .item-img {
  width: 100%;
}
.cid-tRgSKweKWr .item:focus,
.cid-tRgSKweKWr span:focus {
  outline: none;
}
.cid-tRgSKweKWr .item {
  cursor: pointer;
}
.cid-tRgSKweKWr .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRgSKweKWr .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRgSKweKWr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRgSKweKWr .mbr-text,
.cid-tRgSKweKWr .mbr-section-btn {
  color: #000000;
}
.cid-tRgSKweKWr .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRgSKweKWr .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRgSKweKWr .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRgSKweKWr .content-head {
  max-width: 800px;
}
.cid-tRgSKweKWr .item-title,
.cid-tRgSKweKWr .mbr-section-btn {
  text-align: left;
}
.cid-tRgSKweKWr .item-subtitle,
.cid-tRgSKweKWr .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRgTtfyPx7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRgTtfyPx7 .mbr-text {
  color: #000000;
}
.cid-tRgTtfyPx7 .mbr-section-subtitle {
  color: #000000;
}
.cid-tRgTtfyPx7 .mbr-section-title {
  color: #000000;
}
.cid-tRgTtfyPx7 .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgTtfyPx7 .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRgTtfyPx7 .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRgTtfyPx7 .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgTtfyPx7 .table-no-grid th,
.cid-tRgTtfyPx7 .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShQxOUmuC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShQxOUmuC .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShQxOUmuC img,
.cid-tShQxOUmuC .item-img {
  width: 100%;
}
.cid-tShQxOUmuC .item:focus,
.cid-tShQxOUmuC span:focus {
  outline: none;
}
.cid-tShQxOUmuC .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShQxOUmuC .item {
    margin-top: 1rem;
  }
}
.cid-tShQxOUmuC .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShQxOUmuC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShQxOUmuC .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShQxOUmuC .mbr-text,
.cid-tShQxOUmuC .mbr-section-btn {
  color: #232323;
}
.cid-tShQxOUmuC .item-title {
  color: #232323;
}
.cid-tShQxOUmuC .content-head {
  max-width: 800px;
}
.cid-tShQxOUmuC .mbr-section-subtitle {
  text-align: left;
}
.cid-tRgTtgsCfL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRgTtgsCfL h6 {
  line-height: 1.2;
}
.cid-tRgTtgsCfL img,
.cid-tRgTtgsCfL .item-img {
  width: 100%;
}
.cid-tRgTtgsCfL .item:focus,
.cid-tRgTtgsCfL span:focus {
  outline: none;
}
.cid-tRgTtgsCfL .item {
  cursor: pointer;
}
.cid-tRgTtgsCfL .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRgTtgsCfL .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRgTtgsCfL .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRgTtgsCfL .mbr-text,
.cid-tRgTtgsCfL .mbr-section-btn {
  color: #000000;
}
.cid-tRgTtgsCfL .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRgTtgsCfL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRgTtgsCfL .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRgTtgsCfL .content-head {
  max-width: 800px;
}
.cid-tRgTtgsCfL .item-title,
.cid-tRgTtgsCfL .mbr-section-btn {
  text-align: left;
}
.cid-tRgTtgsCfL .item-subtitle,
.cid-tRgTtgsCfL .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRgU6gi2JU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRgU6gi2JU .mbr-text {
  color: #000000;
}
.cid-tRgU6gi2JU .mbr-section-subtitle {
  color: #000000;
}
.cid-tRgU6gi2JU .mbr-section-title {
  color: #000000;
}
.cid-tRgU6gi2JU .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgU6gi2JU .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRgU6gi2JU .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRgU6gi2JU .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRgU6gi2JU .table-no-grid th,
.cid-tRgU6gi2JU .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShQYdXKVX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShQYdXKVX .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShQYdXKVX img,
.cid-tShQYdXKVX .item-img {
  width: 100%;
}
.cid-tShQYdXKVX .item:focus,
.cid-tShQYdXKVX span:focus {
  outline: none;
}
.cid-tShQYdXKVX .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShQYdXKVX .item {
    margin-top: 1rem;
  }
}
.cid-tShQYdXKVX .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShQYdXKVX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShQYdXKVX .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShQYdXKVX .mbr-text,
.cid-tShQYdXKVX .mbr-section-btn {
  color: #232323;
}
.cid-tShQYdXKVX .item-title {
  color: #232323;
}
.cid-tShQYdXKVX .content-head {
  max-width: 800px;
}
.cid-tShQYdXKVX .mbr-section-subtitle {
  text-align: left;
}
.cid-tRJDE0aHBH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRJDE0aHBH h6 {
  line-height: 1.2;
}
.cid-tRJDE0aHBH img,
.cid-tRJDE0aHBH .item-img {
  width: 100%;
}
.cid-tRJDE0aHBH .item:focus,
.cid-tRJDE0aHBH span:focus {
  outline: none;
}
.cid-tRJDE0aHBH .item {
  cursor: pointer;
}
.cid-tRJDE0aHBH .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRJDE0aHBH .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRJDE0aHBH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRJDE0aHBH .mbr-text,
.cid-tRJDE0aHBH .mbr-section-btn {
  color: #000000;
}
.cid-tRJDE0aHBH .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRJDE0aHBH .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRJDE0aHBH .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRJDE0aHBH .content-head {
  max-width: 800px;
}
.cid-tRJDE0aHBH .item-title,
.cid-tRJDE0aHBH .mbr-section-btn {
  text-align: left;
}
.cid-tRJDE0aHBH .item-subtitle,
.cid-tRJDE0aHBH .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRkAdew9Yg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRkAdew9Yg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRkAdew9Yg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRkAdew9Yg .row {
  flex-direction: row-reverse;
}
.cid-tRkAdew9Yg .mbr-description {
  text-align: left;
}
.cid-tRkBHAPjq8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRkBHAPjq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRkBHAPjq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRkBHAPjq8 .row {
  flex-direction: row-reverse;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRkDV3BB9a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRkDV3BB9a h6 {
  line-height: 1.2;
}
.cid-tRkDV3BB9a img,
.cid-tRkDV3BB9a .item-img {
  width: 100%;
}
.cid-tRkDV3BB9a .item:focus,
.cid-tRkDV3BB9a span:focus {
  outline: none;
}
.cid-tRkDV3BB9a .item {
  cursor: pointer;
}
.cid-tRkDV3BB9a .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRkDV3BB9a .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRkDV3BB9a .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRkDV3BB9a .mbr-text,
.cid-tRkDV3BB9a .mbr-section-btn {
  color: #000000;
}
.cid-tRkDV3BB9a .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRkDV3BB9a .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRkDV3BB9a .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRkDV3BB9a .content-head {
  max-width: 800px;
}
.cid-tRkDV3BB9a .item-title,
.cid-tRkDV3BB9a .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRuyf06Tas {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRuyf06Tas .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRuyf06Tas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRuyf06Tas .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRuyf06Tas .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tRuyf06Tas .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tRuyf06Tas .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tRuyf06Tas .mbr-section-title {
  color: #0c2c68;
}
.cid-tRuyf06Tas .mbr-text,
.cid-tRuyf06Tas .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRuNQfKoIT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRuNQfKoIT .mbr-text {
  color: #000000;
}
.cid-tRuNQfKoIT .mbr-section-subtitle {
  color: #000000;
}
.cid-tRuNQfKoIT .mbr-section-title {
  color: #0c2c68;
}
.cid-tRuNQfKoIT .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRuNQfKoIT .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRuNQfKoIT .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRwoqLT5Lp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRwoqLT5Lp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwoqLT5Lp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRwoqLT5Lp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRwoqLT5Lp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tRwoqLT5Lp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tRwoqLT5Lp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tRwoqLT5Lp .mbr-section-title {
  color: #0c2c68;
}
.cid-tRwoqLT5Lp .mbr-text,
.cid-tRwoqLT5Lp .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQKddAZN7C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tQKddAZN7C .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tQKddAZN7C img,
.cid-tQKddAZN7C .item-img {
  width: 100%;
}
.cid-tQKddAZN7C .item:focus,
.cid-tQKddAZN7C span:focus {
  outline: none;
}
.cid-tQKddAZN7C .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tQKddAZN7C .item {
    margin-top: 1rem;
  }
}
.cid-tQKddAZN7C .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQKddAZN7C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQKddAZN7C .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tQKddAZN7C .mbr-text,
.cid-tQKddAZN7C .mbr-section-btn {
  color: #232323;
}
.cid-tQKddAZN7C .item-title {
  color: #232323;
}
.cid-tQKddAZN7C .content-head {
  max-width: 800px;
}
.cid-tQKddAZN7C .mbr-section-subtitle {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRDl0fbiKb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tRDl0fbiKb .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tRDl0fbiKb img,
.cid-tRDl0fbiKb .item-img {
  width: 100%;
}
.cid-tRDl0fbiKb .item:focus,
.cid-tRDl0fbiKb span:focus {
  outline: none;
}
.cid-tRDl0fbiKb .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tRDl0fbiKb .item {
    margin-top: 1rem;
  }
}
.cid-tRDl0fbiKb .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRDl0fbiKb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRDl0fbiKb .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tRDl0fbiKb .mbr-text,
.cid-tRDl0fbiKb .mbr-section-btn {
  color: #232323;
}
.cid-tRDl0fbiKb .item-title {
  color: #232323;
}
.cid-tRDl0fbiKb .content-head {
  max-width: 800px;
}
.cid-tRDl0fbiKb .mbr-section-subtitle {
  text-align: left;
}
.cid-tRDl0g1RFg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRDl0g1RFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDl0g1RFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDl0g1RFg .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRDl0g1RFg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRDl0g1RFg .row {
    text-align: center;
  }
  .cid-tRDl0g1RFg .row > div {
    margin: auto;
  }
  .cid-tRDl0g1RFg .social-row {
    justify-content: center;
  }
}
.cid-tRDl0g1RFg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRDl0g1RFg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRDl0g1RFg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRDl0g1RFg .list {
    margin-bottom: 0rem;
  }
}
.cid-tRDl0g1RFg .mbr-text {
  color: #000000;
}
.cid-tRDl0g1RFg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRDl0g1RFg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRDl0g1RFg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRDl0g1RFg H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRDxvVowAZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRDxvVowAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDxvVowAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDxvVowAZ .row {
  flex-direction: row-reverse;
}
.cid-tRDn7wspV2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRDn7wspV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDn7wspV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDn7wspV2 .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRDn7wspV2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRDn7wspV2 .row {
    text-align: center;
  }
  .cid-tRDn7wspV2 .row > div {
    margin: auto;
  }
  .cid-tRDn7wspV2 .social-row {
    justify-content: center;
  }
}
.cid-tRDn7wspV2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRDn7wspV2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRDn7wspV2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRDn7wspV2 .list {
    margin-bottom: 0rem;
  }
}
.cid-tRDn7wspV2 .mbr-text {
  color: #000000;
}
.cid-tRDn7wspV2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRDn7wspV2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRDn7wspV2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRDn7wspV2 H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRDrjjdxyW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tRDrjjdxyW .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tRDrjjdxyW img,
.cid-tRDrjjdxyW .item-img {
  width: 100%;
}
.cid-tRDrjjdxyW .item:focus,
.cid-tRDrjjdxyW span:focus {
  outline: none;
}
.cid-tRDrjjdxyW .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tRDrjjdxyW .item {
    margin-top: 1rem;
  }
}
.cid-tRDrjjdxyW .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRDrjjdxyW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRDrjjdxyW .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tRDrjjdxyW .mbr-text,
.cid-tRDrjjdxyW .mbr-section-btn {
  color: #232323;
}
.cid-tRDrjjdxyW .item-title {
  color: #232323;
}
.cid-tRDrjjdxyW .content-head {
  max-width: 800px;
}
.cid-tRDrjjdxyW .mbr-section-subtitle {
  text-align: left;
}
.cid-tRDrjjJ1Fm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRDrjjJ1Fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDrjjJ1Fm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDrjjJ1Fm .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRDrjjJ1Fm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRDrjjJ1Fm .row {
    text-align: center;
  }
  .cid-tRDrjjJ1Fm .row > div {
    margin: auto;
  }
  .cid-tRDrjjJ1Fm .social-row {
    justify-content: center;
  }
}
.cid-tRDrjjJ1Fm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRDrjjJ1Fm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRDrjjJ1Fm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRDrjjJ1Fm .list {
    margin-bottom: 0rem;
  }
}
.cid-tRDrjjJ1Fm .mbr-text {
  color: #000000;
}
.cid-tRDrjjJ1Fm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRDrjjJ1Fm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRDrjjJ1Fm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRDrjjJ1Fm H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRDrQFvECq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tRDrQFvECq .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tRDrQFvECq img,
.cid-tRDrQFvECq .item-img {
  width: 100%;
}
.cid-tRDrQFvECq .item:focus,
.cid-tRDrQFvECq span:focus {
  outline: none;
}
.cid-tRDrQFvECq .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tRDrQFvECq .item {
    margin-top: 1rem;
  }
}
.cid-tRDrQFvECq .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRDrQFvECq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRDrQFvECq .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tRDrQFvECq .mbr-text,
.cid-tRDrQFvECq .mbr-section-btn {
  color: #232323;
}
.cid-tRDrQFvECq .item-title {
  color: #232323;
}
.cid-tRDrQFvECq .content-head {
  max-width: 800px;
}
.cid-tRDrQFvECq .mbr-section-subtitle {
  text-align: left;
}
.cid-tRDrQGDjm4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRDrQGDjm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDrQGDjm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDrQGDjm4 .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRDrQGDjm4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRDrQGDjm4 .row {
    text-align: center;
  }
  .cid-tRDrQGDjm4 .row > div {
    margin: auto;
  }
  .cid-tRDrQGDjm4 .social-row {
    justify-content: center;
  }
}
.cid-tRDrQGDjm4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRDrQGDjm4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRDrQGDjm4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRDrQGDjm4 .list {
    margin-bottom: 0rem;
  }
}
.cid-tRDrQGDjm4 .mbr-text {
  color: #000000;
}
.cid-tRDrQGDjm4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRDrQGDjm4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRDrQGDjm4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRDrQGDjm4 H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRDwSgGv05 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tRDwSgGv05 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tRDwSgGv05 img,
.cid-tRDwSgGv05 .item-img {
  width: 100%;
}
.cid-tRDwSgGv05 .item:focus,
.cid-tRDwSgGv05 span:focus {
  outline: none;
}
.cid-tRDwSgGv05 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tRDwSgGv05 .item {
    margin-top: 1rem;
  }
}
.cid-tRDwSgGv05 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRDwSgGv05 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRDwSgGv05 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tRDwSgGv05 .mbr-text,
.cid-tRDwSgGv05 .mbr-section-btn {
  color: #232323;
}
.cid-tRDwSgGv05 .item-title {
  color: #232323;
}
.cid-tRDwSgGv05 .content-head {
  max-width: 800px;
}
.cid-tRDwSgGv05 .mbr-section-subtitle {
  text-align: left;
}
.cid-tRDwShidaY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRDwShidaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDwShidaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDwShidaY .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRDwShidaY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRDwShidaY .row {
    text-align: center;
  }
  .cid-tRDwShidaY .row > div {
    margin: auto;
  }
  .cid-tRDwShidaY .social-row {
    justify-content: center;
  }
}
.cid-tRDwShidaY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRDwShidaY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRDwShidaY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRDwShidaY .list {
    margin-bottom: 0rem;
  }
}
.cid-tRDwShidaY .mbr-text {
  color: #000000;
}
.cid-tRDwShidaY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRDwShidaY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRDwShidaY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRDwShidaY H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfF78hsPk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRfF78hsPk .mbr-text {
  color: #000000;
}
.cid-tRfF78hsPk .mbr-section-subtitle {
  color: #000000;
}
.cid-tRfF78hsPk .mbr-section-title {
  color: #000000;
}
.cid-tRfF78hsPk .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfF78hsPk .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRfF78hsPk .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRfF78hsPk .table-no-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRfF78hsPk .table-no-grid th,
.cid-tRfF78hsPk .table-no-grid td {
  padding: 8px;
  text-align: left;
}
.cid-tShG97pz6r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tShG97pz6r .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tShG97pz6r img,
.cid-tShG97pz6r .item-img {
  width: 100%;
}
.cid-tShG97pz6r .item:focus,
.cid-tShG97pz6r span:focus {
  outline: none;
}
.cid-tShG97pz6r .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tShG97pz6r .item {
    margin-top: 1rem;
  }
}
.cid-tShG97pz6r .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tShG97pz6r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tShG97pz6r .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tShG97pz6r .mbr-text,
.cid-tShG97pz6r .mbr-section-btn {
  color: #232323;
}
.cid-tShG97pz6r .item-title {
  color: #232323;
}
.cid-tShG97pz6r .content-head {
  max-width: 800px;
}
.cid-tShG97pz6r .mbr-section-subtitle {
  text-align: left;
}
.cid-tRfF78PLI3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRfF78PLI3 h6 {
  line-height: 1.2;
}
.cid-tRfF78PLI3 img,
.cid-tRfF78PLI3 .item-img {
  width: 100%;
}
.cid-tRfF78PLI3 .item:focus,
.cid-tRfF78PLI3 span:focus {
  outline: none;
}
.cid-tRfF78PLI3 .item {
  cursor: pointer;
}
.cid-tRfF78PLI3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRfF78PLI3 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tRfF78PLI3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tRfF78PLI3 .mbr-text,
.cid-tRfF78PLI3 .mbr-section-btn {
  color: #000000;
}
.cid-tRfF78PLI3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tRfF78PLI3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRfF78PLI3 .item-text {
  color: #000000;
  text-align: center;
}
.cid-tRfF78PLI3 .content-head {
  max-width: 800px;
}
.cid-tRfF78PLI3 .item-title,
.cid-tRfF78PLI3 .mbr-section-btn {
  text-align: left;
}
.cid-tRfF78PLI3 .item-subtitle,
.cid-tRfF78PLI3 .mbr-section-btn {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRJ2PCjeOk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJ2PCjeOk .mbr-text {
  color: #000000;
}
.cid-tRJ2PCjeOk .mbr-section-subtitle {
  color: #000000;
}
.cid-tRJ2PCjeOk .mbr-section-title {
  color: #000000;
}
.cid-tRJ2PCjeOk .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJ2PCjeOk .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJ2PCjeOk .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJ2PCzgG2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJ2PCzgG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJ2PCzgG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJ2PCzgG2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRJ2PCzgG2 .item {
    margin-bottom: 1rem;
  }
}
.cid-tRJ2PCzgG2 .item-wrapper {
  position: relative;
}
.cid-tRJ2PCzgG2 .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-tRJ2PCzgG2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRJ2PCzgG2 .carousel-control,
.cid-tRJ2PCzgG2 .close {
  background: #1b1b1b;
}
.cid-tRJ2PCzgG2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRJ2PCzgG2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRJ2PCzgG2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRJ2PCzgG2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRJ2PCzgG2 .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-tRJ2PCzgG2 .close::before {
  content: '\e91a';
}
.cid-tRJ2PCzgG2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRJ2PCzgG2 .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-tRJ2PCzgG2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJ2PCzgG2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRJ2PCzgG2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRJ2PCzgG2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRJ2PCzgG2 .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-tRJ2PCzgG2 .carousel-indicators li.active,
.cid-tRJ2PCzgG2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRJ2PCzgG2 .carousel-indicators li::after,
.cid-tRJ2PCzgG2 .carousel-indicators li::before {
  content: none;
}
.cid-tRJ2PCzgG2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRJ2PCzgG2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRJ2PCzgG2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJ2PCzgG2 .carousel-indicators {
    display: none;
  }
}
.cid-tRJ2PCzgG2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRJ2PCzgG2 .carousel-inner > .active {
  display: block;
}
.cid-tRJ2PCzgG2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJ2PCzgG2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRJ2PCzgG2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRJ2PCzgG2 .carousel-control,
  .cid-tRJ2PCzgG2 .carousel-indicators,
  .cid-tRJ2PCzgG2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRJ2PCzgG2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRJ2PCzgG2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRJ2PCzgG2 .carousel-indicators .active,
.cid-tRJ2PCzgG2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRJ2PCzgG2 .carousel-indicators .active {
  background: #fff;
}
.cid-tRJ2PCzgG2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRJ2PCzgG2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRJ2PCzgG2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRJ2PCzgG2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRJ2PCzgG2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRJ2PCzgG2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRJ2PCzgG2 .carousel {
  width: 100%;
}
.cid-tRJ2PCzgG2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRJ2PCzgG2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRJ2PCzgG2 .modal.fade .modal-dialog,
.cid-tRJ2PCzgG2 .modal.in .modal-dialog {
  transform: none;
}
.cid-tRJ2PCzgG2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRJ2PCzgG2 .content-head {
  max-width: 800px;
}
.cid-tRJ2PCzgG2 H3 {
  text-align: center;
}
.cid-tRMfliinf7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRMfliinf7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRMfliinf7 .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRMfliinf7 .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRMfliinf7 .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRMfliinf7 .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRMfliinf7 ol > li::marker {
  font-weight: bold;
}
.cid-tRJ2PDgwEs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJ2PDgwEs .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRJ2PDgwEs .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJ2PDgwEs .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJ2PDgwEs .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJ2PDgwEs .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRJ2PDxHpi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRJ2PDxHpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJ2PDxHpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJ2PDxHpi .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRJ2PDxHpi .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJ2PDxHpi .row {
    text-align: center;
  }
  .cid-tRJ2PDxHpi .row > div {
    margin: auto;
  }
  .cid-tRJ2PDxHpi .social-row {
    justify-content: center;
  }
}
.cid-tRJ2PDxHpi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRJ2PDxHpi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRJ2PDxHpi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJ2PDxHpi .list {
    margin-bottom: 0rem;
  }
}
.cid-tRJ2PDxHpi .mbr-text {
  color: #000000;
}
.cid-tRJ2PDxHpi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRJ2PDxHpi .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRJ2PDxHpi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRJ2PDxHpi H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRJ82DawP4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJ82DawP4 .mbr-text {
  color: #000000;
}
.cid-tRJ82DawP4 .mbr-section-subtitle {
  color: #000000;
}
.cid-tRJ82DawP4 .mbr-section-title {
  color: #000000;
}
.cid-tRJ82DawP4 .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJ82DawP4 .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJ82DawP4 .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJ82Dqth4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJ82Dqth4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJ82Dqth4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJ82Dqth4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRJ82Dqth4 .item {
    margin-bottom: 1rem;
  }
}
.cid-tRJ82Dqth4 .item-wrapper {
  position: relative;
}
.cid-tRJ82Dqth4 .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-tRJ82Dqth4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRJ82Dqth4 .carousel-control,
.cid-tRJ82Dqth4 .close {
  background: #1b1b1b;
}
.cid-tRJ82Dqth4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRJ82Dqth4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRJ82Dqth4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRJ82Dqth4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRJ82Dqth4 .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-tRJ82Dqth4 .close::before {
  content: '\e91a';
}
.cid-tRJ82Dqth4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRJ82Dqth4 .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-tRJ82Dqth4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJ82Dqth4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRJ82Dqth4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRJ82Dqth4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRJ82Dqth4 .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-tRJ82Dqth4 .carousel-indicators li.active,
.cid-tRJ82Dqth4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRJ82Dqth4 .carousel-indicators li::after,
.cid-tRJ82Dqth4 .carousel-indicators li::before {
  content: none;
}
.cid-tRJ82Dqth4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRJ82Dqth4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRJ82Dqth4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJ82Dqth4 .carousel-indicators {
    display: none;
  }
}
.cid-tRJ82Dqth4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRJ82Dqth4 .carousel-inner > .active {
  display: block;
}
.cid-tRJ82Dqth4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJ82Dqth4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRJ82Dqth4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRJ82Dqth4 .carousel-control,
  .cid-tRJ82Dqth4 .carousel-indicators,
  .cid-tRJ82Dqth4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRJ82Dqth4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRJ82Dqth4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRJ82Dqth4 .carousel-indicators .active,
.cid-tRJ82Dqth4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRJ82Dqth4 .carousel-indicators .active {
  background: #fff;
}
.cid-tRJ82Dqth4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRJ82Dqth4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRJ82Dqth4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRJ82Dqth4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRJ82Dqth4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRJ82Dqth4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRJ82Dqth4 .carousel {
  width: 100%;
}
.cid-tRJ82Dqth4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRJ82Dqth4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRJ82Dqth4 .modal.fade .modal-dialog,
.cid-tRJ82Dqth4 .modal.in .modal-dialog {
  transform: none;
}
.cid-tRJ82Dqth4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRJ82Dqth4 .content-head {
  max-width: 800px;
}
.cid-tRJ82Dqth4 H3 {
  text-align: center;
}
.cid-tRMlAiEhxf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRMlAiEhxf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRMlAiEhxf .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRMlAiEhxf .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRMlAiEhxf .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRMlAiEhxf .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRMlAiEhxf ol > li::marker {
  font-weight: bold;
}
.cid-tRJ82Eqdzu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJ82Eqdzu .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRJ82Eqdzu .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJ82Eqdzu .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJ82Eqdzu .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJ82Eqdzu .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRJ82EG8v9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRJ82EG8v9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJ82EG8v9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJ82EG8v9 .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRJ82EG8v9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJ82EG8v9 .row {
    text-align: center;
  }
  .cid-tRJ82EG8v9 .row > div {
    margin: auto;
  }
  .cid-tRJ82EG8v9 .social-row {
    justify-content: center;
  }
}
.cid-tRJ82EG8v9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRJ82EG8v9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRJ82EG8v9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJ82EG8v9 .list {
    margin-bottom: 0rem;
  }
}
.cid-tRJ82EG8v9 .mbr-text {
  color: #000000;
}
.cid-tRJ82EG8v9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRJ82EG8v9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRJ82EG8v9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRJ82EG8v9 H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRJhTb9soI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJhTb9soI .mbr-text {
  color: #000000;
}
.cid-tRJhTb9soI .mbr-section-subtitle {
  color: #000000;
}
.cid-tRJhTb9soI .mbr-section-title {
  color: #000000;
}
.cid-tRJhTb9soI .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJhTb9soI .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJhTb9soI .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJhTbrpZp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJhTbrpZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJhTbrpZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJhTbrpZp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRJhTbrpZp .item {
    margin-bottom: 1rem;
  }
}
.cid-tRJhTbrpZp .item-wrapper {
  position: relative;
}
.cid-tRJhTbrpZp .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-tRJhTbrpZp .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRJhTbrpZp .carousel-control,
.cid-tRJhTbrpZp .close {
  background: #1b1b1b;
}
.cid-tRJhTbrpZp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRJhTbrpZp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRJhTbrpZp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRJhTbrpZp .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRJhTbrpZp .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-tRJhTbrpZp .close::before {
  content: '\e91a';
}
.cid-tRJhTbrpZp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRJhTbrpZp .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-tRJhTbrpZp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJhTbrpZp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRJhTbrpZp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRJhTbrpZp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRJhTbrpZp .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-tRJhTbrpZp .carousel-indicators li.active,
.cid-tRJhTbrpZp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRJhTbrpZp .carousel-indicators li::after,
.cid-tRJhTbrpZp .carousel-indicators li::before {
  content: none;
}
.cid-tRJhTbrpZp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRJhTbrpZp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRJhTbrpZp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJhTbrpZp .carousel-indicators {
    display: none;
  }
}
.cid-tRJhTbrpZp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRJhTbrpZp .carousel-inner > .active {
  display: block;
}
.cid-tRJhTbrpZp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJhTbrpZp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRJhTbrpZp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRJhTbrpZp .carousel-control,
  .cid-tRJhTbrpZp .carousel-indicators,
  .cid-tRJhTbrpZp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRJhTbrpZp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRJhTbrpZp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRJhTbrpZp .carousel-indicators .active,
.cid-tRJhTbrpZp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRJhTbrpZp .carousel-indicators .active {
  background: #fff;
}
.cid-tRJhTbrpZp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRJhTbrpZp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRJhTbrpZp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRJhTbrpZp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRJhTbrpZp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRJhTbrpZp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRJhTbrpZp .carousel {
  width: 100%;
}
.cid-tRJhTbrpZp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRJhTbrpZp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRJhTbrpZp .modal.fade .modal-dialog,
.cid-tRJhTbrpZp .modal.in .modal-dialog {
  transform: none;
}
.cid-tRJhTbrpZp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRJhTbrpZp .content-head {
  max-width: 800px;
}
.cid-tRJhTbrpZp H3 {
  text-align: center;
}
.cid-tRJhTcbFq9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJhTcbFq9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRJhTcbFq9 .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJhTcbFq9 .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJhTcbFq9 .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJhTcbFq9 .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRJhTcq0xy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRJhTcq0xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJhTcq0xy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJhTcq0xy .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRJhTcq0xy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJhTcq0xy .row {
    text-align: center;
  }
  .cid-tRJhTcq0xy .row > div {
    margin: auto;
  }
  .cid-tRJhTcq0xy .social-row {
    justify-content: center;
  }
}
.cid-tRJhTcq0xy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRJhTcq0xy .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRJhTcq0xy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJhTcq0xy .list {
    margin-bottom: 0rem;
  }
}
.cid-tRJhTcq0xy .mbr-text {
  color: #000000;
}
.cid-tRJhTcq0xy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRJhTcq0xy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRJhTcq0xy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRJhTcq0xy H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRJjeCbjp4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJjeCbjp4 .mbr-text {
  color: #000000;
}
.cid-tRJjeCbjp4 .mbr-section-subtitle {
  color: #000000;
}
.cid-tRJjeCbjp4 .mbr-section-title {
  color: #000000;
}
.cid-tRJjeCbjp4 .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJjeCbjp4 .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJjeCbjp4 .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJjeCsPV5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJjeCsPV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJjeCsPV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJjeCsPV5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRJjeCsPV5 .item {
    margin-bottom: 1rem;
  }
}
.cid-tRJjeCsPV5 .item-wrapper {
  position: relative;
}
.cid-tRJjeCsPV5 .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-tRJjeCsPV5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRJjeCsPV5 .carousel-control,
.cid-tRJjeCsPV5 .close {
  background: #1b1b1b;
}
.cid-tRJjeCsPV5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRJjeCsPV5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRJjeCsPV5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRJjeCsPV5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRJjeCsPV5 .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-tRJjeCsPV5 .close::before {
  content: '\e91a';
}
.cid-tRJjeCsPV5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRJjeCsPV5 .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-tRJjeCsPV5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJjeCsPV5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRJjeCsPV5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRJjeCsPV5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRJjeCsPV5 .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-tRJjeCsPV5 .carousel-indicators li.active,
.cid-tRJjeCsPV5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRJjeCsPV5 .carousel-indicators li::after,
.cid-tRJjeCsPV5 .carousel-indicators li::before {
  content: none;
}
.cid-tRJjeCsPV5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRJjeCsPV5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRJjeCsPV5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJjeCsPV5 .carousel-indicators {
    display: none;
  }
}
.cid-tRJjeCsPV5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRJjeCsPV5 .carousel-inner > .active {
  display: block;
}
.cid-tRJjeCsPV5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJjeCsPV5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRJjeCsPV5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRJjeCsPV5 .carousel-control,
  .cid-tRJjeCsPV5 .carousel-indicators,
  .cid-tRJjeCsPV5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRJjeCsPV5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRJjeCsPV5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRJjeCsPV5 .carousel-indicators .active,
.cid-tRJjeCsPV5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRJjeCsPV5 .carousel-indicators .active {
  background: #fff;
}
.cid-tRJjeCsPV5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRJjeCsPV5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRJjeCsPV5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRJjeCsPV5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRJjeCsPV5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRJjeCsPV5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRJjeCsPV5 .carousel {
  width: 100%;
}
.cid-tRJjeCsPV5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRJjeCsPV5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRJjeCsPV5 .modal.fade .modal-dialog,
.cid-tRJjeCsPV5 .modal.in .modal-dialog {
  transform: none;
}
.cid-tRJjeCsPV5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRJjeCsPV5 .content-head {
  max-width: 800px;
}
.cid-tRJjeCsPV5 H3 {
  text-align: center;
}
.cid-tRJjeD8n9w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJjeD8n9w .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRJjeD8n9w .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJjeD8n9w .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJjeD8n9w .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJjeD8n9w .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRJjeDnB1b {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRJjeDnB1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJjeDnB1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJjeDnB1b .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRJjeDnB1b .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJjeDnB1b .row {
    text-align: center;
  }
  .cid-tRJjeDnB1b .row > div {
    margin: auto;
  }
  .cid-tRJjeDnB1b .social-row {
    justify-content: center;
  }
}
.cid-tRJjeDnB1b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRJjeDnB1b .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRJjeDnB1b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJjeDnB1b .list {
    margin-bottom: 0rem;
  }
}
.cid-tRJjeDnB1b .mbr-text {
  color: #000000;
}
.cid-tRJjeDnB1b .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRJjeDnB1b .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRJjeDnB1b div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRJjeDnB1b H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRJjQirPYx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJjQirPYx .mbr-text {
  color: #000000;
}
.cid-tRJjQirPYx .mbr-section-subtitle {
  color: #000000;
}
.cid-tRJjQirPYx .mbr-section-title {
  color: #000000;
}
.cid-tRJjQirPYx .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJjQirPYx .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJjQirPYx .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJjQiFnyG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJjQiFnyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJjQiFnyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJjQiFnyG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRJjQiFnyG .item {
    margin-bottom: 1rem;
  }
}
.cid-tRJjQiFnyG .item-wrapper {
  position: relative;
}
.cid-tRJjQiFnyG .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-tRJjQiFnyG .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRJjQiFnyG .carousel-control,
.cid-tRJjQiFnyG .close {
  background: #1b1b1b;
}
.cid-tRJjQiFnyG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRJjQiFnyG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRJjQiFnyG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRJjQiFnyG .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRJjQiFnyG .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-tRJjQiFnyG .close::before {
  content: '\e91a';
}
.cid-tRJjQiFnyG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRJjQiFnyG .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-tRJjQiFnyG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJjQiFnyG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRJjQiFnyG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRJjQiFnyG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRJjQiFnyG .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-tRJjQiFnyG .carousel-indicators li.active,
.cid-tRJjQiFnyG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRJjQiFnyG .carousel-indicators li::after,
.cid-tRJjQiFnyG .carousel-indicators li::before {
  content: none;
}
.cid-tRJjQiFnyG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRJjQiFnyG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRJjQiFnyG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJjQiFnyG .carousel-indicators {
    display: none;
  }
}
.cid-tRJjQiFnyG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRJjQiFnyG .carousel-inner > .active {
  display: block;
}
.cid-tRJjQiFnyG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJjQiFnyG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRJjQiFnyG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRJjQiFnyG .carousel-control,
  .cid-tRJjQiFnyG .carousel-indicators,
  .cid-tRJjQiFnyG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRJjQiFnyG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRJjQiFnyG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRJjQiFnyG .carousel-indicators .active,
.cid-tRJjQiFnyG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRJjQiFnyG .carousel-indicators .active {
  background: #fff;
}
.cid-tRJjQiFnyG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRJjQiFnyG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRJjQiFnyG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRJjQiFnyG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRJjQiFnyG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRJjQiFnyG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRJjQiFnyG .carousel {
  width: 100%;
}
.cid-tRJjQiFnyG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRJjQiFnyG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRJjQiFnyG .modal.fade .modal-dialog,
.cid-tRJjQiFnyG .modal.in .modal-dialog {
  transform: none;
}
.cid-tRJjQiFnyG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRJjQiFnyG .content-head {
  max-width: 800px;
}
.cid-tRJjQiFnyG H3 {
  text-align: center;
}
.cid-tRJjQjf65q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJjQjf65q .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRJjQjf65q .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJjQjf65q .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJjQjf65q .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJjQjf65q .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRJjQjx7dR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRJjQjx7dR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJjQjx7dR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJjQjx7dR .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRJjQjx7dR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJjQjx7dR .row {
    text-align: center;
  }
  .cid-tRJjQjx7dR .row > div {
    margin: auto;
  }
  .cid-tRJjQjx7dR .social-row {
    justify-content: center;
  }
}
.cid-tRJjQjx7dR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRJjQjx7dR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRJjQjx7dR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJjQjx7dR .list {
    margin-bottom: 0rem;
  }
}
.cid-tRJjQjx7dR .mbr-text {
  color: #000000;
}
.cid-tRJjQjx7dR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRJjQjx7dR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRJjQjx7dR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRJjQjx7dR H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRJkni3KHc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJkni3KHc .mbr-text {
  color: #000000;
}
.cid-tRJkni3KHc .mbr-section-subtitle {
  color: #000000;
}
.cid-tRJkni3KHc .mbr-section-title {
  color: #000000;
}
.cid-tRJkni3KHc .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJkni3KHc .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJkni3KHc .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJkniiNyU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJkniiNyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJkniiNyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJkniiNyU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRJkniiNyU .item {
    margin-bottom: 1rem;
  }
}
.cid-tRJkniiNyU .item-wrapper {
  position: relative;
}
.cid-tRJkniiNyU .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-tRJkniiNyU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRJkniiNyU .carousel-control,
.cid-tRJkniiNyU .close {
  background: #1b1b1b;
}
.cid-tRJkniiNyU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRJkniiNyU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRJkniiNyU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRJkniiNyU .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRJkniiNyU .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-tRJkniiNyU .close::before {
  content: '\e91a';
}
.cid-tRJkniiNyU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRJkniiNyU .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-tRJkniiNyU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJkniiNyU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRJkniiNyU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRJkniiNyU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRJkniiNyU .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-tRJkniiNyU .carousel-indicators li.active,
.cid-tRJkniiNyU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRJkniiNyU .carousel-indicators li::after,
.cid-tRJkniiNyU .carousel-indicators li::before {
  content: none;
}
.cid-tRJkniiNyU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRJkniiNyU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRJkniiNyU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJkniiNyU .carousel-indicators {
    display: none;
  }
}
.cid-tRJkniiNyU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRJkniiNyU .carousel-inner > .active {
  display: block;
}
.cid-tRJkniiNyU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJkniiNyU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRJkniiNyU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRJkniiNyU .carousel-control,
  .cid-tRJkniiNyU .carousel-indicators,
  .cid-tRJkniiNyU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRJkniiNyU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRJkniiNyU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRJkniiNyU .carousel-indicators .active,
.cid-tRJkniiNyU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRJkniiNyU .carousel-indicators .active {
  background: #fff;
}
.cid-tRJkniiNyU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRJkniiNyU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRJkniiNyU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRJkniiNyU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRJkniiNyU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRJkniiNyU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRJkniiNyU .carousel {
  width: 100%;
}
.cid-tRJkniiNyU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRJkniiNyU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRJkniiNyU .modal.fade .modal-dialog,
.cid-tRJkniiNyU .modal.in .modal-dialog {
  transform: none;
}
.cid-tRJkniiNyU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRJkniiNyU .content-head {
  max-width: 800px;
}
.cid-tRJkniiNyU H3 {
  text-align: center;
}
.cid-tRJknj3acE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJknj3acE .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRJknj3acE .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJknj3acE .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJknj3acE .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJknj3acE .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRJknjiyta {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRJknjiyta .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJknjiyta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJknjiyta .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRJknjiyta .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJknjiyta .row {
    text-align: center;
  }
  .cid-tRJknjiyta .row > div {
    margin: auto;
  }
  .cid-tRJknjiyta .social-row {
    justify-content: center;
  }
}
.cid-tRJknjiyta .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRJknjiyta .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRJknjiyta .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJknjiyta .list {
    margin-bottom: 0rem;
  }
}
.cid-tRJknjiyta .mbr-text {
  color: #000000;
}
.cid-tRJknjiyta .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRJknjiyta .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRJknjiyta div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRJknjiyta H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRJlZTMzWi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJlZTMzWi .mbr-text {
  color: #000000;
}
.cid-tRJlZTMzWi .mbr-section-subtitle {
  color: #000000;
}
.cid-tRJlZTMzWi .mbr-section-title {
  color: #000000;
}
.cid-tRJlZTMzWi .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJlZTMzWi .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJlZTMzWi .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJlZU0Hm9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJlZU0Hm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJlZU0Hm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJlZU0Hm9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRJlZU0Hm9 .item {
    margin-bottom: 1rem;
  }
}
.cid-tRJlZU0Hm9 .item-wrapper {
  position: relative;
}
.cid-tRJlZU0Hm9 .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-tRJlZU0Hm9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRJlZU0Hm9 .carousel-control,
.cid-tRJlZU0Hm9 .close {
  background: #1b1b1b;
}
.cid-tRJlZU0Hm9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRJlZU0Hm9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRJlZU0Hm9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRJlZU0Hm9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRJlZU0Hm9 .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-tRJlZU0Hm9 .close::before {
  content: '\e91a';
}
.cid-tRJlZU0Hm9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRJlZU0Hm9 .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-tRJlZU0Hm9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJlZU0Hm9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRJlZU0Hm9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRJlZU0Hm9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRJlZU0Hm9 .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-tRJlZU0Hm9 .carousel-indicators li.active,
.cid-tRJlZU0Hm9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRJlZU0Hm9 .carousel-indicators li::after,
.cid-tRJlZU0Hm9 .carousel-indicators li::before {
  content: none;
}
.cid-tRJlZU0Hm9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRJlZU0Hm9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRJlZU0Hm9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJlZU0Hm9 .carousel-indicators {
    display: none;
  }
}
.cid-tRJlZU0Hm9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRJlZU0Hm9 .carousel-inner > .active {
  display: block;
}
.cid-tRJlZU0Hm9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJlZU0Hm9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRJlZU0Hm9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRJlZU0Hm9 .carousel-control,
  .cid-tRJlZU0Hm9 .carousel-indicators,
  .cid-tRJlZU0Hm9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRJlZU0Hm9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRJlZU0Hm9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRJlZU0Hm9 .carousel-indicators .active,
.cid-tRJlZU0Hm9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRJlZU0Hm9 .carousel-indicators .active {
  background: #fff;
}
.cid-tRJlZU0Hm9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRJlZU0Hm9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRJlZU0Hm9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRJlZU0Hm9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRJlZU0Hm9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRJlZU0Hm9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRJlZU0Hm9 .carousel {
  width: 100%;
}
.cid-tRJlZU0Hm9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRJlZU0Hm9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRJlZU0Hm9 .modal.fade .modal-dialog,
.cid-tRJlZU0Hm9 .modal.in .modal-dialog {
  transform: none;
}
.cid-tRJlZU0Hm9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRJlZU0Hm9 .content-head {
  max-width: 800px;
}
.cid-tRJlZU0Hm9 H3 {
  text-align: center;
}
.cid-tRJlZUJUAm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJlZUJUAm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRJlZUJUAm .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJlZUJUAm .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJlZUJUAm .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJlZUJUAm .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRJlZUXs0z {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRJlZUXs0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJlZUXs0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJlZUXs0z .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRJlZUXs0z .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJlZUXs0z .row {
    text-align: center;
  }
  .cid-tRJlZUXs0z .row > div {
    margin: auto;
  }
  .cid-tRJlZUXs0z .social-row {
    justify-content: center;
  }
}
.cid-tRJlZUXs0z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRJlZUXs0z .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRJlZUXs0z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJlZUXs0z .list {
    margin-bottom: 0rem;
  }
}
.cid-tRJlZUXs0z .mbr-text {
  color: #000000;
}
.cid-tRJlZUXs0z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRJlZUXs0z .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRJlZUXs0z div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRJlZUXs0z H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRJrXlKYpa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJrXlKYpa .mbr-text {
  color: #000000;
}
.cid-tRJrXlKYpa .mbr-section-subtitle {
  color: #000000;
}
.cid-tRJrXlKYpa .mbr-section-title {
  color: #000000;
}
.cid-tRJrXlKYpa .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJrXlKYpa .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJrXlKYpa .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJrXm575i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJrXm575i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJrXm575i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJrXm575i .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRJrXm575i .item {
    margin-bottom: 1rem;
  }
}
.cid-tRJrXm575i .item-wrapper {
  position: relative;
}
.cid-tRJrXm575i .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-tRJrXm575i .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRJrXm575i .carousel-control,
.cid-tRJrXm575i .close {
  background: #1b1b1b;
}
.cid-tRJrXm575i .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRJrXm575i .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRJrXm575i .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRJrXm575i .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRJrXm575i .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-tRJrXm575i .close::before {
  content: '\e91a';
}
.cid-tRJrXm575i .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRJrXm575i .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-tRJrXm575i .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJrXm575i .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRJrXm575i .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRJrXm575i .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRJrXm575i .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-tRJrXm575i .carousel-indicators li.active,
.cid-tRJrXm575i .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRJrXm575i .carousel-indicators li::after,
.cid-tRJrXm575i .carousel-indicators li::before {
  content: none;
}
.cid-tRJrXm575i .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRJrXm575i .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRJrXm575i .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJrXm575i .carousel-indicators {
    display: none;
  }
}
.cid-tRJrXm575i .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRJrXm575i .carousel-inner > .active {
  display: block;
}
.cid-tRJrXm575i .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJrXm575i .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRJrXm575i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRJrXm575i .carousel-control,
  .cid-tRJrXm575i .carousel-indicators,
  .cid-tRJrXm575i .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRJrXm575i .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRJrXm575i .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRJrXm575i .carousel-indicators .active,
.cid-tRJrXm575i .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRJrXm575i .carousel-indicators .active {
  background: #fff;
}
.cid-tRJrXm575i .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRJrXm575i .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRJrXm575i .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRJrXm575i .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRJrXm575i .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRJrXm575i .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRJrXm575i .carousel {
  width: 100%;
}
.cid-tRJrXm575i .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRJrXm575i .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRJrXm575i .modal.fade .modal-dialog,
.cid-tRJrXm575i .modal.in .modal-dialog {
  transform: none;
}
.cid-tRJrXm575i .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRJrXm575i .content-head {
  max-width: 800px;
}
.cid-tRJrXm575i H3 {
  text-align: center;
}
.cid-tRJrXmYJ7Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJrXmYJ7Q .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRJrXmYJ7Q .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJrXmYJ7Q .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJrXmYJ7Q .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJrXmYJ7Q .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRJrXnc4V5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRJrXnc4V5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJrXnc4V5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJrXnc4V5 .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRJrXnc4V5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJrXnc4V5 .row {
    text-align: center;
  }
  .cid-tRJrXnc4V5 .row > div {
    margin: auto;
  }
  .cid-tRJrXnc4V5 .social-row {
    justify-content: center;
  }
}
.cid-tRJrXnc4V5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRJrXnc4V5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRJrXnc4V5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJrXnc4V5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tRJrXnc4V5 .mbr-text {
  color: #000000;
}
.cid-tRJrXnc4V5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRJrXnc4V5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRJrXnc4V5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRJrXnc4V5 H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRJudX74gU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJudX74gU .mbr-text {
  color: #000000;
}
.cid-tRJudX74gU .mbr-section-subtitle {
  color: #000000;
}
.cid-tRJudX74gU .mbr-section-title {
  color: #000000;
}
.cid-tRJudX74gU .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJudX74gU .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJudX74gU .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJudXmeMH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJudXmeMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJudXmeMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJudXmeMH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRJudXmeMH .item {
    margin-bottom: 1rem;
  }
}
.cid-tRJudXmeMH .item-wrapper {
  position: relative;
}
.cid-tRJudXmeMH .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-tRJudXmeMH .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRJudXmeMH .carousel-control,
.cid-tRJudXmeMH .close {
  background: #1b1b1b;
}
.cid-tRJudXmeMH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRJudXmeMH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRJudXmeMH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRJudXmeMH .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRJudXmeMH .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-tRJudXmeMH .close::before {
  content: '\e91a';
}
.cid-tRJudXmeMH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRJudXmeMH .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-tRJudXmeMH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJudXmeMH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRJudXmeMH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRJudXmeMH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRJudXmeMH .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-tRJudXmeMH .carousel-indicators li.active,
.cid-tRJudXmeMH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRJudXmeMH .carousel-indicators li::after,
.cid-tRJudXmeMH .carousel-indicators li::before {
  content: none;
}
.cid-tRJudXmeMH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRJudXmeMH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRJudXmeMH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJudXmeMH .carousel-indicators {
    display: none;
  }
}
.cid-tRJudXmeMH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRJudXmeMH .carousel-inner > .active {
  display: block;
}
.cid-tRJudXmeMH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJudXmeMH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRJudXmeMH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRJudXmeMH .carousel-control,
  .cid-tRJudXmeMH .carousel-indicators,
  .cid-tRJudXmeMH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRJudXmeMH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRJudXmeMH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRJudXmeMH .carousel-indicators .active,
.cid-tRJudXmeMH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRJudXmeMH .carousel-indicators .active {
  background: #fff;
}
.cid-tRJudXmeMH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRJudXmeMH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRJudXmeMH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRJudXmeMH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRJudXmeMH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRJudXmeMH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRJudXmeMH .carousel {
  width: 100%;
}
.cid-tRJudXmeMH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRJudXmeMH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRJudXmeMH .modal.fade .modal-dialog,
.cid-tRJudXmeMH .modal.in .modal-dialog {
  transform: none;
}
.cid-tRJudXmeMH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRJudXmeMH .content-head {
  max-width: 800px;
}
.cid-tRJudXmeMH H3 {
  text-align: center;
}
.cid-tRJudXUhiA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJudXUhiA .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRJudXUhiA .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJudXUhiA .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJudXUhiA .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJudXUhiA .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRJudY7BEY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRJudY7BEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJudY7BEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJudY7BEY .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRJudY7BEY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJudY7BEY .row {
    text-align: center;
  }
  .cid-tRJudY7BEY .row > div {
    margin: auto;
  }
  .cid-tRJudY7BEY .social-row {
    justify-content: center;
  }
}
.cid-tRJudY7BEY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRJudY7BEY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRJudY7BEY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJudY7BEY .list {
    margin-bottom: 0rem;
  }
}
.cid-tRJudY7BEY .mbr-text {
  color: #000000;
}
.cid-tRJudY7BEY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRJudY7BEY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRJudY7BEY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRJudY7BEY H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRIRvzGngw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRIRvzGngw .mbr-text {
  color: #000000;
}
.cid-tRIRvzGngw .mbr-section-subtitle {
  color: #000000;
}
.cid-tRIRvzGngw .mbr-section-title {
  color: #000000;
}
.cid-tRIRvzGngw .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRIRvzGngw .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRIRvzGngw .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRIRvzYlJy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRIRvzYlJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRIRvzYlJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRIRvzYlJy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRIRvzYlJy .item {
    margin-bottom: 1rem;
  }
}
.cid-tRIRvzYlJy .item-wrapper {
  position: relative;
}
.cid-tRIRvzYlJy .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-tRIRvzYlJy .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRIRvzYlJy .carousel-control,
.cid-tRIRvzYlJy .close {
  background: #1b1b1b;
}
.cid-tRIRvzYlJy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRIRvzYlJy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRIRvzYlJy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRIRvzYlJy .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRIRvzYlJy .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-tRIRvzYlJy .close::before {
  content: '\e91a';
}
.cid-tRIRvzYlJy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRIRvzYlJy .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-tRIRvzYlJy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRIRvzYlJy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRIRvzYlJy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRIRvzYlJy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRIRvzYlJy .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-tRIRvzYlJy .carousel-indicators li.active,
.cid-tRIRvzYlJy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRIRvzYlJy .carousel-indicators li::after,
.cid-tRIRvzYlJy .carousel-indicators li::before {
  content: none;
}
.cid-tRIRvzYlJy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRIRvzYlJy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRIRvzYlJy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRIRvzYlJy .carousel-indicators {
    display: none;
  }
}
.cid-tRIRvzYlJy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRIRvzYlJy .carousel-inner > .active {
  display: block;
}
.cid-tRIRvzYlJy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRIRvzYlJy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRIRvzYlJy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRIRvzYlJy .carousel-control,
  .cid-tRIRvzYlJy .carousel-indicators,
  .cid-tRIRvzYlJy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRIRvzYlJy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRIRvzYlJy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRIRvzYlJy .carousel-indicators .active,
.cid-tRIRvzYlJy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRIRvzYlJy .carousel-indicators .active {
  background: #fff;
}
.cid-tRIRvzYlJy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRIRvzYlJy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRIRvzYlJy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRIRvzYlJy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRIRvzYlJy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRIRvzYlJy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRIRvzYlJy .carousel {
  width: 100%;
}
.cid-tRIRvzYlJy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRIRvzYlJy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRIRvzYlJy .modal.fade .modal-dialog,
.cid-tRIRvzYlJy .modal.in .modal-dialog {
  transform: none;
}
.cid-tRIRvzYlJy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRIRvzYlJy .content-head {
  max-width: 800px;
}
.cid-tRIRvzYlJy H3 {
  text-align: center;
}
.cid-tRIRvAVbnR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRIRvAVbnR .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRIRvAVbnR .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRIRvAVbnR .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRIRvAVbnR .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRIRvAVbnR .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRIRvBarRf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRIRvBarRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRIRvBarRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRIRvBarRf .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRIRvBarRf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRIRvBarRf .row {
    text-align: center;
  }
  .cid-tRIRvBarRf .row > div {
    margin: auto;
  }
  .cid-tRIRvBarRf .social-row {
    justify-content: center;
  }
}
.cid-tRIRvBarRf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRIRvBarRf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRIRvBarRf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRIRvBarRf .list {
    margin-bottom: 0rem;
  }
}
.cid-tRIRvBarRf .mbr-text {
  color: #000000;
}
.cid-tRIRvBarRf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRIRvBarRf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRIRvBarRf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRIRvBarRf H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRIUJ9mktj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRIUJ9mktj .mbr-text {
  color: #000000;
}
.cid-tRIUJ9mktj .mbr-section-subtitle {
  color: #000000;
}
.cid-tRIUJ9mktj .mbr-section-title {
  color: #000000;
}
.cid-tRIUJ9mktj .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRIUJ9mktj .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRIUJ9mktj .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRIUJ9AJkb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRIUJ9AJkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRIUJ9AJkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRIUJ9AJkb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRIUJ9AJkb .item {
    margin-bottom: 1rem;
  }
}
.cid-tRIUJ9AJkb .item-wrapper {
  position: relative;
}
.cid-tRIUJ9AJkb .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-tRIUJ9AJkb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRIUJ9AJkb .carousel-control,
.cid-tRIUJ9AJkb .close {
  background: #1b1b1b;
}
.cid-tRIUJ9AJkb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRIUJ9AJkb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRIUJ9AJkb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRIUJ9AJkb .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRIUJ9AJkb .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-tRIUJ9AJkb .close::before {
  content: '\e91a';
}
.cid-tRIUJ9AJkb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRIUJ9AJkb .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-tRIUJ9AJkb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRIUJ9AJkb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRIUJ9AJkb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRIUJ9AJkb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRIUJ9AJkb .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-tRIUJ9AJkb .carousel-indicators li.active,
.cid-tRIUJ9AJkb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRIUJ9AJkb .carousel-indicators li::after,
.cid-tRIUJ9AJkb .carousel-indicators li::before {
  content: none;
}
.cid-tRIUJ9AJkb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRIUJ9AJkb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRIUJ9AJkb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRIUJ9AJkb .carousel-indicators {
    display: none;
  }
}
.cid-tRIUJ9AJkb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRIUJ9AJkb .carousel-inner > .active {
  display: block;
}
.cid-tRIUJ9AJkb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRIUJ9AJkb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRIUJ9AJkb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRIUJ9AJkb .carousel-control,
  .cid-tRIUJ9AJkb .carousel-indicators,
  .cid-tRIUJ9AJkb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRIUJ9AJkb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRIUJ9AJkb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRIUJ9AJkb .carousel-indicators .active,
.cid-tRIUJ9AJkb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRIUJ9AJkb .carousel-indicators .active {
  background: #fff;
}
.cid-tRIUJ9AJkb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRIUJ9AJkb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRIUJ9AJkb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRIUJ9AJkb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRIUJ9AJkb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRIUJ9AJkb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRIUJ9AJkb .carousel {
  width: 100%;
}
.cid-tRIUJ9AJkb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRIUJ9AJkb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRIUJ9AJkb .modal.fade .modal-dialog,
.cid-tRIUJ9AJkb .modal.in .modal-dialog {
  transform: none;
}
.cid-tRIUJ9AJkb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRIUJ9AJkb .content-head {
  max-width: 800px;
}
.cid-tRIUJ9AJkb H3 {
  text-align: center;
}
.cid-tRIUJafmm6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRIUJafmm6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRIUJafmm6 .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRIUJafmm6 .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRIUJafmm6 .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRIUJafmm6 .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRIUJatrdq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRIUJatrdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRIUJatrdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRIUJatrdq .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRIUJatrdq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRIUJatrdq .row {
    text-align: center;
  }
  .cid-tRIUJatrdq .row > div {
    margin: auto;
  }
  .cid-tRIUJatrdq .social-row {
    justify-content: center;
  }
}
.cid-tRIUJatrdq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRIUJatrdq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRIUJatrdq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRIUJatrdq .list {
    margin-bottom: 0rem;
  }
}
.cid-tRIUJatrdq .mbr-text {
  color: #000000;
}
.cid-tRIUJatrdq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRIUJatrdq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRIUJatrdq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRIUJatrdq H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRJfiwnP88 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJfiwnP88 .mbr-text {
  color: #000000;
}
.cid-tRJfiwnP88 .mbr-section-subtitle {
  color: #000000;
}
.cid-tRJfiwnP88 .mbr-section-title {
  color: #000000;
}
.cid-tRJfiwnP88 .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJfiwnP88 .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJfiwnP88 .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJfiwIxxx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRJfiwIxxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJfiwIxxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJfiwIxxx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRJfiwIxxx .item {
    margin-bottom: 1rem;
  }
}
.cid-tRJfiwIxxx .item-wrapper {
  position: relative;
}
.cid-tRJfiwIxxx .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-tRJfiwIxxx .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRJfiwIxxx .carousel-control,
.cid-tRJfiwIxxx .close {
  background: #1b1b1b;
}
.cid-tRJfiwIxxx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRJfiwIxxx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRJfiwIxxx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRJfiwIxxx .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRJfiwIxxx .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-tRJfiwIxxx .close::before {
  content: '\e91a';
}
.cid-tRJfiwIxxx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRJfiwIxxx .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-tRJfiwIxxx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJfiwIxxx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRJfiwIxxx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRJfiwIxxx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRJfiwIxxx .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-tRJfiwIxxx .carousel-indicators li.active,
.cid-tRJfiwIxxx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRJfiwIxxx .carousel-indicators li::after,
.cid-tRJfiwIxxx .carousel-indicators li::before {
  content: none;
}
.cid-tRJfiwIxxx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRJfiwIxxx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRJfiwIxxx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJfiwIxxx .carousel-indicators {
    display: none;
  }
}
.cid-tRJfiwIxxx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRJfiwIxxx .carousel-inner > .active {
  display: block;
}
.cid-tRJfiwIxxx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRJfiwIxxx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRJfiwIxxx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRJfiwIxxx .carousel-control,
  .cid-tRJfiwIxxx .carousel-indicators,
  .cid-tRJfiwIxxx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRJfiwIxxx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRJfiwIxxx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRJfiwIxxx .carousel-indicators .active,
.cid-tRJfiwIxxx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRJfiwIxxx .carousel-indicators .active {
  background: #fff;
}
.cid-tRJfiwIxxx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRJfiwIxxx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRJfiwIxxx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRJfiwIxxx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRJfiwIxxx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRJfiwIxxx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRJfiwIxxx .carousel {
  width: 100%;
}
.cid-tRJfiwIxxx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRJfiwIxxx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRJfiwIxxx .modal.fade .modal-dialog,
.cid-tRJfiwIxxx .modal.in .modal-dialog {
  transform: none;
}
.cid-tRJfiwIxxx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRJfiwIxxx .content-head {
  max-width: 800px;
}
.cid-tRJfiwIxxx H3 {
  text-align: center;
}
.cid-tRJfixl4Ra {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRJfixl4Ra .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRJfixl4Ra .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tRJfixl4Ra .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tRJfixl4Ra .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tRJfixl4Ra .row {
  flex-direction: row;
  padding: 1%;
}
.cid-tRJfixEWLl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRJfixEWLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJfixEWLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJfixEWLl .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRJfixEWLl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJfixEWLl .row {
    text-align: center;
  }
  .cid-tRJfixEWLl .row > div {
    margin: auto;
  }
  .cid-tRJfixEWLl .social-row {
    justify-content: center;
  }
}
.cid-tRJfixEWLl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRJfixEWLl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRJfixEWLl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJfixEWLl .list {
    margin-bottom: 0rem;
  }
}
.cid-tRJfixEWLl .mbr-text {
  color: #000000;
}
.cid-tRJfixEWLl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRJfixEWLl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRJfixEWLl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRJfixEWLl H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tROEuTSrFQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tROEuTSrFQ .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tROEuTSrFQ .mbr-section-title,
.cid-tROEuTSrFQ .mbr-section-subtitle {
  text-align: center;
}
.cid-tROEuTSrFQ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tROEuTSrFQ .item-wrapper {
  border-radius: 4px;
  background-color: #edefeb;
}
.cid-tROEuTSrFQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tROEuTSrFQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tROEuTSrFQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tROEuTSrFQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tROEuTSrFQ .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-tROEuTSrFQ .table-with-grid {
  border-collapse: collapse;
  width: 100%;
}
.cid-tROEuTSrFQ .table-with-grid th {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
  background-color: #f2f2f2;
}
.cid-tROEuTSrFQ .table-with-grid td {
  border: 1px solid gainsboro;
  padding: 4px;
  text-align: left;
}
.cid-tROEuUEpdN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tROEuUEpdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROEuUEpdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROEuUEpdN .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tROEuUEpdN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tROEuUEpdN .row {
    text-align: center;
  }
  .cid-tROEuUEpdN .row > div {
    margin: auto;
  }
  .cid-tROEuUEpdN .social-row {
    justify-content: center;
  }
}
.cid-tROEuUEpdN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tROEuUEpdN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tROEuUEpdN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tROEuUEpdN .list {
    margin-bottom: 0rem;
  }
}
.cid-tROEuUEpdN .mbr-text {
  color: #000000;
}
.cid-tROEuUEpdN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tROEuUEpdN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tROEuUEpdN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tROEuUEpdN H5 {
  color: #0c2c68;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  position: relative !important;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRuxKgSVBd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRuxKgSVBd .dropdown-item:hover,
.cid-tRuxKgSVBd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-tRuxKgSVBd .dropdown-item:hover span {
  color: white;
}
.cid-tRuxKgSVBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRuxKgSVBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRuxKgSVBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRuxKgSVBd .nav-link {
  position: relative;
}
.cid-tRuxKgSVBd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .container {
    flex-wrap: nowrap;
  }
}
.cid-tRuxKgSVBd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown-menu,
.cid-tRuxKgSVBd .navbar.opened {
  background: #ffffff !important;
}
.cid-tRuxKgSVBd .nav-item:focus,
.cid-tRuxKgSVBd .nav-link:focus {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRuxKgSVBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRuxKgSVBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRuxKgSVBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRuxKgSVBd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.opened {
  transition: all 0.3s;
}
.cid-tRuxKgSVBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRuxKgSVBd .navbar .navbar-logo img {
  width: auto;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar.collapsed {
  justify-content: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRuxKgSVBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRuxKgSVBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRuxKgSVBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRuxKgSVBd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRuxKgSVBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRuxKgSVBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0px;
  }
  .cid-tRuxKgSVBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRuxKgSVBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRuxKgSVBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRuxKgSVBd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRuxKgSVBd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRuxKgSVBd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
  border-radius: 0px;
}
.cid-tRuxKgSVBd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 10rem;
}
.cid-tRuxKgSVBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRuxKgSVBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRuxKgSVBd .dropdown-item.active,
.cid-tRuxKgSVBd .dropdown-item:active {
  background-color: transparent;
}
.cid-tRuxKgSVBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRuxKgSVBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRuxKgSVBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRuxKgSVBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRuxKgSVBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRuxKgSVBd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRuxKgSVBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRuxKgSVBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRuxKgSVBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRuxKgSVBd .navbar-dropdown {
  padding: 0 1rem;
  border-bottom: lightgray solid 1px;
}
.cid-tRuxKgSVBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRuxKgSVBd .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-tRuxKgSVBd .navbar {
    height: 70px;
  }
  .cid-tRuxKgSVBd .navbar.opened {
    height: auto;
  }
  .cid-tRuxKgSVBd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRwOIonNAo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tRwOIonNAo .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-tRwOIonNAo img,
.cid-tRwOIonNAo .item-img {
  width: 100%;
}
.cid-tRwOIonNAo .item:focus,
.cid-tRwOIonNAo span:focus {
  outline: none;
}
.cid-tRwOIonNAo .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tRwOIonNAo .item {
    margin-top: 1rem;
  }
}
.cid-tRwOIonNAo .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRwOIonNAo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRwOIonNAo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tRwOIonNAo .mbr-text,
.cid-tRwOIonNAo .mbr-section-btn {
  color: #232323;
}
.cid-tRwOIonNAo .item-title {
  color: #232323;
}
.cid-tRwOIonNAo .content-head {
  max-width: 800px;
}
.cid-tRwOIonNAo .mbr-section-subtitle {
  text-align: left;
}
.cid-tRCgqK7H3j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tRCgqK7H3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCgqK7H3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCgqK7H3j .media-wrap {
  padding: 0;
  align-content: center;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCgqK7H3j .row {
    text-align: center;
  }
  .cid-tRCgqK7H3j .row > div {
    margin: auto;
  }
  .cid-tRCgqK7H3j .social-row {
    justify-content: center;
  }
}
.cid-tRCgqK7H3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCgqK7H3j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCgqK7H3j .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCgqK7H3j .mbr-text {
  color: #000000;
}
.cid-tRCgqK7H3j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c2c68;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCgqK7H3j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCgqK7H3j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCgqK7H3j H5 {
  color: #0c2c68;
}
