body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e6c63b !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ff6600 !important;
}
.bg-warning {
  background-color: #3399ff !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3399ff !important;
  border-color: #3399ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #006edb !important;
  border-color: #006edb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #006edb !important;
  border-color: #006edb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6600;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a84300 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3399ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #006edb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3399ff !important;
  border-color: #3399ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e6c63b !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ff6600 !important;
}
.text-warning {
  color: #3399ff !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a68b15 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #993d00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0066cc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e6c63b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff6600;
}
.alert-warning {
  background-color: #3399ff;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e6c63b;
  border-color: #e6c63b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e6c63b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdfbf0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e6c63b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e6c63b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e6c63b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e6c63b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e6c63b;
  border-bottom-color: #e6c63b;
}
.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: #000000 !important;
  background-color: #e6c63b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e6c63b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAc3QKhJIE {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAc3QKhJIE .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sAc3QKhJIE .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sAc3QKhJIE .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAc3QKhJIE .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sAc3QKhJIE .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e6c63b;
}
.cid-sAc0S6rHy5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sAc0S6rHy5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sAc0S6rHy5 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sAc0S6rHy5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sAc0S6rHy5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sAc0S6rHy5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sAc0S6rHy5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sAc0S6rHy5 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sAc0S6rHy5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sAc0S6rHy5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sAc0S6rHy5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sAc0S6rHy5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sAc0S6rHy5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAc0S6rHy5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sAc0S6rHy5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sAc0S6rHy5 foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAc5gEFzOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sAc5gEFzOS .google-map {
  height: 30rem;
  position: relative;
}
.cid-sAc5gEFzOS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sAc5gEFzOS .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-sAc5gEFzOS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sAc5gEFzOS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsiTNfKhO9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #bbbbbb;
}
.cid-tsiTNfKhO9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tsiTNfKhO9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsiTNfKhO9 .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-tsiTNfKhO9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsiTNfKhO9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sAc6u9cwfe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sAc6u9cwfe .google-map {
  height: 30rem;
  position: relative;
}
.cid-sAc6u9cwfe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sAc6u9cwfe .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-sAc6u9cwfe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sAc6u9cwfe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCx8VdA9uP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #bbbbbb;
}
.cid-sCx8VdA9uP .google-map {
  height: 30rem;
  position: relative;
}
.cid-sCx8VdA9uP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCx8VdA9uP .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-sCx8VdA9uP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCx8VdA9uP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCx9J2Yuyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sCx9J2Yuyi .google-map {
  height: 30rem;
  position: relative;
}
.cid-sCx9J2Yuyi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCx9J2Yuyi .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-sCx9J2Yuyi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCx9J2Yuyi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCxb3vgnEZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #bbbbbb;
}
.cid-sCxb3vgnEZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-sCxb3vgnEZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCxb3vgnEZ .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-sCxb3vgnEZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCxb3vgnEZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCxbwN5GrT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sCxbwN5GrT .google-map {
  height: 30rem;
  position: relative;
}
.cid-sCxbwN5GrT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCxbwN5GrT .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-sCxbwN5GrT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCxbwN5GrT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCx7ofYUYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #bbbbbb;
}
.cid-sCx7ofYUYZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-sCx7ofYUYZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCx7ofYUYZ .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-sCx7ofYUYZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCx7ofYUYZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tpBbrT0XxK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tpBbrT0XxK .google-map {
  height: 30rem;
  position: relative;
}
.cid-tpBbrT0XxK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tpBbrT0XxK .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-tpBbrT0XxK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tpBbrT0XxK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tyiCrNrHsA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #bbbbbb;
}
.cid-tyiCrNrHsA .google-map {
  height: 30rem;
  position: relative;
}
.cid-tyiCrNrHsA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tyiCrNrHsA .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-tyiCrNrHsA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tyiCrNrHsA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sAdDS6ih8w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sAdDS6ih8w .google-map {
  height: 30rem;
  position: relative;
}
.cid-sAdDS6ih8w .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sAdDS6ih8w .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-sAdDS6ih8w .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sAdDS6ih8w .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsiXrgEGHh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #bbbbbb;
}
.cid-tsiXrgEGHh .google-map {
  height: 30rem;
  position: relative;
}
.cid-tsiXrgEGHh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsiXrgEGHh .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-tsiXrgEGHh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsiXrgEGHh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sAc6se1PmQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sAc6se1PmQ .google-map {
  height: 30rem;
  position: relative;
}
.cid-sAc6se1PmQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sAc6se1PmQ .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-sAc6se1PmQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sAc6se1PmQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sAzFRCThfC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #bbbbbb;
}
.cid-sAzFRCThfC .google-map {
  height: 30rem;
  position: relative;
}
.cid-sAzFRCThfC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sAzFRCThfC .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-sAzFRCThfC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sAzFRCThfC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsiZy3jCAc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tsiZy3jCAc .google-map {
  height: 30rem;
  position: relative;
}
.cid-tsiZy3jCAc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsiZy3jCAc .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-tsiZy3jCAc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsiZy3jCAc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsiZwNdFnh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #bbbbbb;
}
.cid-tsiZwNdFnh .google-map {
  height: 30rem;
  position: relative;
}
.cid-tsiZwNdFnh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsiZwNdFnh .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-tsiZwNdFnh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsiZwNdFnh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sAc0Nj0MZ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sAc0Nj0MZ6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sAc0Nj0MZ6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sAc0Nj0MZ6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sAc0Nj0MZ6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sAc0Nj0MZ6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sAc0Nj0MZ6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sAc0Nj0MZ6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sAc0Nj0MZ6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sAc0Nj0MZ6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sAc0Nj0MZ6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sAc0Nj0MZ6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sAc0Nj0MZ6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAc0Nj0MZ6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sAc0Nj0MZ6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sAc0Nj0MZ6 foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAbXAD25LW {
  background-image: url("../../../assets/images/001-1920x1341.jpg");
}
.cid-sAbXALR8e7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sAbXALR8e7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sAbXALR8e7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sAbXALR8e7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sAbXALR8e7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sAbXALR8e7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sAbXALR8e7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sAbXALR8e7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sAbXALR8e7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sAbXALR8e7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sAbXALR8e7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sAbXALR8e7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sAbXALR8e7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAbXALR8e7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sAbXALR8e7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sAbXALR8e7 foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCIoMakr2C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCIoMakr2C .mbr-media {
  position: relative;
}
.cid-sCIoMakr2C .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sCIoMakr2C .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sCIoMakr2C .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sCIoMakr2C .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCIoMakr2C .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCIoMakr2C .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCIoMakr2C .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sCIoMakr2C .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCIoMbgPgl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sCIoMbgPgl .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sCIoMbgPgl .mbr-section-title,
.cid-sCIoMbgPgl .mbr-section-subtitle {
  text-align: center;
}
.cid-sCIoMbgPgl .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sCIoMbgPgl .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sCIoMbgPgl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sCIoMbgPgl .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sCIoMbgPgl .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCIoMbgPgl .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sCIoMbgPgl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCIoMcoKAQ {
  background-image: url("../../../assets/images/002-1920x1614.jpg");
}
.cid-sCIoMcoKAQ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sCIoMcoKAQ .mbr-text,
.cid-sCIoMcoKAQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sCIoMcRyh8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCIoMcRyh8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCIoMcRyh8 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sCIoMdtzfg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sCIoMdtzfg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCIoMdtzfg .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sCIoMe86ve {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sCIoMe86ve img,
.cid-sCIoMe86ve .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sCIoMe86ve .item:focus,
.cid-sCIoMe86ve span:focus {
  outline: none;
}
.cid-sCIoMe86ve .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCIoMe86ve .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCIoMe86ve .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCIoMe86ve .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCIoMe86ve .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCIoMe86ve .mbr-section-title {
  color: #232323;
}
.cid-sCIoMe86ve .mbr-text,
.cid-sCIoMe86ve .mbr-section-btn {
  text-align: left;
}
.cid-sCIoMe86ve .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sCIoMe86ve .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCIoMeMszE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sCIoMeMszE img,
.cid-sCIoMeMszE .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sCIoMeMszE .item:focus,
.cid-sCIoMeMszE span:focus {
  outline: none;
}
.cid-sCIoMeMszE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCIoMeMszE .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sCIoMeMszE .item {
  padding: 0;
  margin: 0;
}
.cid-sCIoMeMszE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCIoMeMszE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCIoMeMszE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCIoMeMszE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCIoMeMszE .mbr-section-title {
  color: #000000;
}
.cid-sCIoMeMszE .mbr-text,
.cid-sCIoMeMszE .mbr-section-btn {
  text-align: left;
}
.cid-sCIoMeMszE .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sCIoMeMszE .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sCIoMeMszE .mbr-section-subtitle {
  color: #000000;
}
.cid-sCIoMfr8kd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCIoMfr8kd .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCIoMfSkG2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCIoMfSkG2 img,
.cid-sCIoMfSkG2 .item-img {
  width: 100%;
}
.cid-sCIoMfSkG2 .item:focus,
.cid-sCIoMfSkG2 span:focus {
  outline: none;
}
.cid-sCIoMfSkG2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCIoMfSkG2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCIoMfSkG2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCIoMfSkG2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCIoMfSkG2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCIoMfSkG2 .mbr-section-title {
  color: #232323;
}
.cid-sCIoMfSkG2 .mbr-text,
.cid-sCIoMfSkG2 .mbr-section-btn {
  text-align: left;
}
.cid-sCIoMfSkG2 .item-title {
  text-align: left;
}
.cid-sCIoMfSkG2 .item-subtitle {
  text-align: left;
}
.cid-sCIoMgGYoV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCIoMgGYoV img,
.cid-sCIoMgGYoV .item-img {
  width: 100%;
}
.cid-sCIoMgGYoV .item:focus,
.cid-sCIoMgGYoV span:focus {
  outline: none;
}
.cid-sCIoMgGYoV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCIoMgGYoV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCIoMgGYoV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCIoMgGYoV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCIoMgGYoV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCIoMgGYoV .mbr-section-title {
  color: #232323;
}
.cid-sCIoMgGYoV .mbr-text,
.cid-sCIoMgGYoV .mbr-section-btn {
  text-align: left;
}
.cid-sCIoMgGYoV .item-title {
  text-align: left;
}
.cid-sCIoMgGYoV .item-subtitle {
  text-align: left;
}
.cid-sCIoMhwJt7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCIoMhwJt7 img,
.cid-sCIoMhwJt7 .item-img {
  width: 100%;
}
.cid-sCIoMhwJt7 .item:focus,
.cid-sCIoMhwJt7 span:focus {
  outline: none;
}
.cid-sCIoMhwJt7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCIoMhwJt7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCIoMhwJt7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCIoMhwJt7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCIoMhwJt7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCIoMhwJt7 .mbr-section-title {
  color: #232323;
}
.cid-sCIoMhwJt7 .mbr-text,
.cid-sCIoMhwJt7 .mbr-section-btn {
  text-align: left;
}
.cid-sCIoMhwJt7 .item-title {
  text-align: left;
}
.cid-sCIoMhwJt7 .item-subtitle {
  text-align: left;
}
.cid-sCIoMihPFj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCIoMihPFj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sCIoMihPFj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sCIoMihPFj .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e6c63b;
}
.cid-sCIoMihPFj .panel-body,
.cid-sCIoMihPFj .card-header {
  padding: 1rem 0;
}
.cid-sCIoMihPFj .panel-title-edit {
  color: #000000;
}
.cid-sCVWhb547t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCVWhb547t .item:focus,
.cid-sCVWhb547t span:focus {
  outline: none;
}
.cid-sCVWhb547t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCVWhb547t .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCVWhb547t .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sCVWhb547t .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCVWhb547t .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sCVWhb547t .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sCVWhb547t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCVWhb547t .mbr-section-title {
  color: #232323;
}
.cid-sCVWhb547t .mbr-text,
.cid-sCVWhb547t .mbr-section-btn {
  text-align: center;
}
.cid-sCVWhb547t .item-title {
  text-align: center;
  color: #000000;
}
.cid-sCVWhb547t .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-sCIoMjGOEF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sCIoMjGOEF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sCIoMjGOEF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sCIoMjGOEF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sCIoMjGOEF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sCIoMjGOEF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sCIoMjGOEF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sCIoMjGOEF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sCIoMjGOEF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sCIoMjGOEF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCIoMjGOEF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sCIoMjGOEF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCIoMjGOEF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCIoMjGOEF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sCIoMjGOEF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sCIoMjGOEF foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sItuVti25x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sItuVti25x .mbr-media {
  position: relative;
}
.cid-sItuVti25x .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sItuVti25x .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sItuVti25x .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sItuVti25x .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sItuVti25x .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sItuVti25x .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sItuVti25x .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sItuVti25x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJBNqazGHZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJBNqazGHZ .video-wrapper iframe {
  width: 100%;
}
.cid-sJBNqazGHZ .mbr-section-title,
.cid-sJBNqazGHZ .mbr-section-subtitle,
.cid-sJBNqazGHZ .mbr-text {
  text-align: center;
}
.cid-sJBNr8Ebun {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJBNr8Ebun .video-wrapper iframe {
  width: 100%;
}
.cid-sJBNr8Ebun .mbr-section-title,
.cid-sJBNr8Ebun .mbr-section-subtitle,
.cid-sJBNr8Ebun .mbr-text {
  text-align: center;
}
.cid-sJBNs72EJv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJBNs72EJv .video-wrapper iframe {
  width: 100%;
}
.cid-sJBNs72EJv .mbr-section-title,
.cid-sJBNs72EJv .mbr-section-subtitle,
.cid-sJBNs72EJv .mbr-text {
  text-align: center;
}
.cid-sItuVulLET {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sItuVulLET .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sItuVulLET .mbr-section-title,
.cid-sItuVulLET .mbr-section-subtitle {
  text-align: center;
}
.cid-sItuVulLET .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sItuVulLET .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sItuVulLET .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sItuVulLET .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sItuVulLET .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sItuVulLET .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sItuVulLET .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sItuVvt77j {
  background-image: url("../../../assets/images/002-1920x1614.jpg");
}
.cid-sItuVvt77j .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sItuVvt77j .mbr-text,
.cid-sItuVvt77j .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sItuVwgUH7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sItuVwgUH7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sItuVwgUH7 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sItuVx2vK1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sItuVx2vK1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sItuVx2vK1 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sItuVxFuv5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sItuVxFuv5 img,
.cid-sItuVxFuv5 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sItuVxFuv5 .item:focus,
.cid-sItuVxFuv5 span:focus {
  outline: none;
}
.cid-sItuVxFuv5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sItuVxFuv5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sItuVxFuv5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sItuVxFuv5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sItuVxFuv5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sItuVxFuv5 .mbr-section-title {
  color: #232323;
}
.cid-sItuVxFuv5 .mbr-text,
.cid-sItuVxFuv5 .mbr-section-btn {
  text-align: left;
}
.cid-sItuVxFuv5 .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sItuVxFuv5 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sItuVyDwwW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sItuVyDwwW img,
.cid-sItuVyDwwW .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sItuVyDwwW .item:focus,
.cid-sItuVyDwwW span:focus {
  outline: none;
}
.cid-sItuVyDwwW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sItuVyDwwW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sItuVyDwwW .item {
  padding: 0;
  margin: 0;
}
.cid-sItuVyDwwW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sItuVyDwwW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sItuVyDwwW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sItuVyDwwW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sItuVyDwwW .mbr-section-title {
  color: #000000;
}
.cid-sItuVyDwwW .mbr-text,
.cid-sItuVyDwwW .mbr-section-btn {
  text-align: left;
}
.cid-sItuVyDwwW .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sItuVyDwwW .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sItuVyDwwW .mbr-section-subtitle {
  color: #000000;
}
.cid-sItuVzhetS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sItuVzhetS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sItuVzOwnK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sItuVzOwnK img,
.cid-sItuVzOwnK .item-img {
  width: 100%;
}
.cid-sItuVzOwnK .item:focus,
.cid-sItuVzOwnK span:focus {
  outline: none;
}
.cid-sItuVzOwnK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sItuVzOwnK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sItuVzOwnK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sItuVzOwnK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sItuVzOwnK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sItuVzOwnK .mbr-section-title {
  color: #232323;
}
.cid-sItuVzOwnK .mbr-text,
.cid-sItuVzOwnK .mbr-section-btn {
  text-align: left;
}
.cid-sItuVzOwnK .item-title {
  text-align: left;
}
.cid-sItuVzOwnK .item-subtitle {
  text-align: left;
}
.cid-sItuVAMNJs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sItuVAMNJs img,
.cid-sItuVAMNJs .item-img {
  width: 100%;
}
.cid-sItuVAMNJs .item:focus,
.cid-sItuVAMNJs span:focus {
  outline: none;
}
.cid-sItuVAMNJs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sItuVAMNJs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sItuVAMNJs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sItuVAMNJs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sItuVAMNJs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sItuVAMNJs .mbr-section-title {
  color: #232323;
}
.cid-sItuVAMNJs .mbr-text,
.cid-sItuVAMNJs .mbr-section-btn {
  text-align: left;
}
.cid-sItuVAMNJs .item-title {
  text-align: left;
}
.cid-sItuVAMNJs .item-subtitle {
  text-align: left;
}
.cid-sItuVBISbA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sItuVBISbA img,
.cid-sItuVBISbA .item-img {
  width: 100%;
}
.cid-sItuVBISbA .item:focus,
.cid-sItuVBISbA span:focus {
  outline: none;
}
.cid-sItuVBISbA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sItuVBISbA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sItuVBISbA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sItuVBISbA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sItuVBISbA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sItuVBISbA .mbr-section-title {
  color: #232323;
}
.cid-sItuVBISbA .mbr-text,
.cid-sItuVBISbA .mbr-section-btn {
  text-align: left;
}
.cid-sItuVBISbA .item-title {
  text-align: left;
}
.cid-sItuVBISbA .item-subtitle {
  text-align: left;
}
.cid-sItuVCC14m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sItuVCC14m .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sItuVCC14m .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sItuVCC14m .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e6c63b;
}
.cid-sItuVCC14m .panel-body,
.cid-sItuVCC14m .card-header {
  padding: 1rem 0;
}
.cid-sItuVCC14m .panel-title-edit {
  color: #000000;
}
.cid-sItuVDrkxg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sItuVDrkxg .item:focus,
.cid-sItuVDrkxg span:focus {
  outline: none;
}
.cid-sItuVDrkxg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sItuVDrkxg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sItuVDrkxg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sItuVDrkxg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sItuVDrkxg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sItuVDrkxg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sItuVDrkxg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sItuVDrkxg .mbr-section-title {
  color: #232323;
}
.cid-sItuVDrkxg .mbr-text,
.cid-sItuVDrkxg .mbr-section-btn {
  text-align: center;
}
.cid-sItuVDrkxg .item-title {
  text-align: center;
  color: #000000;
}
.cid-sItuVDrkxg .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-sItuVEkXBe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sItuVEkXBe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sItuVEkXBe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sItuVEkXBe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sItuVEkXBe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sItuVEkXBe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sItuVEkXBe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sItuVEkXBe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sItuVEkXBe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sItuVEkXBe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sItuVEkXBe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sItuVEkXBe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sItuVEkXBe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sItuVEkXBe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sItuVEkXBe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sItuVEkXBe foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYgRWtLjS2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYgRWtLjS2 .mbr-media {
  position: relative;
}
.cid-sYgRWtLjS2 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sYgRWtLjS2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sYgRWtLjS2 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sYgRWtLjS2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sYgRWtLjS2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sYgRWtLjS2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sYgRWtLjS2 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sYgRWtLjS2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sYdtVXPOrf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sYdtVXPOrf img,
.cid-sYdtVXPOrf .item-img {
  width: 100%;
}
.cid-sYdtVXPOrf .item:focus,
.cid-sYdtVXPOrf span:focus {
  outline: none;
}
.cid-sYdtVXPOrf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYdtVXPOrf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sYdtVXPOrf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sYdtVXPOrf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sYdtVXPOrf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sYdtVXPOrf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sYdtVXPOrf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sYdtVXPOrf .mbr-section-title {
  color: #232323;
}
.cid-sYdtVXPOrf .mbr-text,
.cid-sYdtVXPOrf .mbr-section-btn {
  text-align: left;
}
.cid-sYdtVXPOrf .item-title {
  text-align: left;
}
.cid-sYdtVXPOrf .item-subtitle {
  text-align: left;
}
.cid-sX6RGwXGKE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sX6RGwXGKE .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sX6RGxvoM3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sX6RGxvoM3 .video-wrapper iframe {
  width: 100%;
}
.cid-sX6RGxvoM3 .mbr-section-title,
.cid-sX6RGxvoM3 .mbr-section-subtitle,
.cid-sX6RGxvoM3 .mbr-text {
  text-align: center;
}
.cid-sX6RGyff1B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sX6RGyff1B .video-wrapper iframe {
  width: 100%;
}
.cid-sX6RGyff1B .mbr-section-title,
.cid-sX6RGyff1B .mbr-section-subtitle,
.cid-sX6RGyff1B .mbr-text {
  text-align: center;
}
.cid-sX6RGyYU7L {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sX6RGyYU7L .video-wrapper iframe {
  width: 100%;
}
.cid-sX6RGyYU7L .mbr-section-title,
.cid-sX6RGyYU7L .mbr-section-subtitle,
.cid-sX6RGyYU7L .mbr-text {
  text-align: center;
}
.cid-sX6RGzCC60 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sX6RGzCC60 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sX6RGA6wU0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sX6RGA6wU0 img,
.cid-sX6RGA6wU0 .item-img {
  width: 100%;
}
.cid-sX6RGA6wU0 .item:focus,
.cid-sX6RGA6wU0 span:focus {
  outline: none;
}
.cid-sX6RGA6wU0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sX6RGA6wU0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sX6RGA6wU0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sX6RGA6wU0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sX6RGA6wU0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sX6RGA6wU0 .mbr-section-title {
  color: #232323;
}
.cid-sX6RGA6wU0 .mbr-text,
.cid-sX6RGA6wU0 .mbr-section-btn {
  text-align: left;
}
.cid-sX6RGA6wU0 .item-title {
  text-align: left;
}
.cid-sX6RGA6wU0 .item-subtitle {
  text-align: left;
}
.cid-sX6RGB7e1k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sX6RGB7e1k img,
.cid-sX6RGB7e1k .item-img {
  width: 100%;
}
.cid-sX6RGB7e1k .item:focus,
.cid-sX6RGB7e1k span:focus {
  outline: none;
}
.cid-sX6RGB7e1k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sX6RGB7e1k .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sX6RGB7e1k .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sX6RGB7e1k .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sX6RGB7e1k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sX6RGB7e1k .mbr-section-title {
  color: #232323;
}
.cid-sX6RGB7e1k .mbr-text,
.cid-sX6RGB7e1k .mbr-section-btn {
  text-align: left;
}
.cid-sX6RGB7e1k .item-title {
  text-align: left;
}
.cid-sX6RGB7e1k .item-subtitle {
  text-align: left;
}
.cid-sX6RGC0yaE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sX6RGC0yaE img,
.cid-sX6RGC0yaE .item-img {
  width: 100%;
}
.cid-sX6RGC0yaE .item:focus,
.cid-sX6RGC0yaE span:focus {
  outline: none;
}
.cid-sX6RGC0yaE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sX6RGC0yaE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sX6RGC0yaE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sX6RGC0yaE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sX6RGC0yaE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sX6RGC0yaE .mbr-section-title {
  color: #232323;
}
.cid-sX6RGC0yaE .mbr-text,
.cid-sX6RGC0yaE .mbr-section-btn {
  text-align: left;
}
.cid-sX6RGC0yaE .item-title {
  text-align: left;
}
.cid-sX6RGC0yaE .item-subtitle {
  text-align: left;
}
.cid-sX6RGCXH3i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sX6RGCXH3i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sX6RGCXH3i .mbr-section-title {
  color: #ffffff;
}
.cid-sX6RGDEQW2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sX6RGDEQW2 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sX6RGDEQW2 .mbr-section-title,
.cid-sX6RGDEQW2 .mbr-section-subtitle {
  text-align: center;
}
.cid-sX6RGDEQW2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sX6RGDEQW2 .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sX6RGDEQW2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sX6RGDEQW2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sX6RGDEQW2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sX6RGDEQW2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sX6RGDEQW2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sX6RGEKSwN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sX6RGEKSwN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sX6RGEKSwN .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sX6RGFnBkf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sX6RGFnBkf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sX6RGFnBkf .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sX6RGFZhL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sX6RGFZhL8 img,
.cid-sX6RGFZhL8 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sX6RGFZhL8 .item:focus,
.cid-sX6RGFZhL8 span:focus {
  outline: none;
}
.cid-sX6RGFZhL8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sX6RGFZhL8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sX6RGFZhL8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sX6RGFZhL8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sX6RGFZhL8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sX6RGFZhL8 .mbr-section-title {
  color: #232323;
}
.cid-sX6RGFZhL8 .mbr-text,
.cid-sX6RGFZhL8 .mbr-section-btn {
  text-align: left;
}
.cid-sX6RGFZhL8 .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sX6RGFZhL8 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sX6RGGOXh8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sX6RGGOXh8 img,
.cid-sX6RGGOXh8 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sX6RGGOXh8 .item:focus,
.cid-sX6RGGOXh8 span:focus {
  outline: none;
}
.cid-sX6RGGOXh8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sX6RGGOXh8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sX6RGGOXh8 .item {
  padding: 0;
  margin: 0;
}
.cid-sX6RGGOXh8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sX6RGGOXh8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sX6RGGOXh8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sX6RGGOXh8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sX6RGGOXh8 .mbr-section-title {
  color: #000000;
}
.cid-sX6RGGOXh8 .mbr-text,
.cid-sX6RGGOXh8 .mbr-section-btn {
  text-align: left;
}
.cid-sX6RGGOXh8 .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sX6RGGOXh8 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sX6RGGOXh8 .mbr-section-subtitle {
  color: #000000;
}
.cid-sX6RGHwC4E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sX6RGHwC4E .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sX6RGHwC4E .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sX6RGHwC4E .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e6c63b;
}
.cid-sX6RGHwC4E .panel-body,
.cid-sX6RGHwC4E .card-header {
  padding: 1rem 0;
}
.cid-sX6RGHwC4E .panel-title-edit {
  color: #000000;
}
.cid-sYdBn0u0VX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sYdBn0u0VX img,
.cid-sYdBn0u0VX .item-img {
  width: 100%;
}
.cid-sYdBn0u0VX .item:focus,
.cid-sYdBn0u0VX span:focus {
  outline: none;
}
.cid-sYdBn0u0VX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sYdBn0u0VX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sYdBn0u0VX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sYdBn0u0VX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sYdBn0u0VX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sYdBn0u0VX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sYdBn0u0VX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sYdBn0u0VX .mbr-section-title {
  color: #232323;
}
.cid-sYdBn0u0VX .mbr-text,
.cid-sYdBn0u0VX .mbr-section-btn {
  text-align: left;
}
.cid-sYdBn0u0VX .item-title {
  text-align: left;
}
.cid-sYdBn0u0VX .item-subtitle {
  text-align: left;
}
.cid-sX6RGTLUxJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sX6RGTLUxJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sX6RGTLUxJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sX6RGTLUxJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sX6RGTLUxJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sX6RGTLUxJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sX6RGTLUxJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sX6RGTLUxJ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sX6RGTLUxJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sX6RGTLUxJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sX6RGTLUxJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sX6RGTLUxJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sX6RGTLUxJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sX6RGTLUxJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sX6RGTLUxJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sX6RGTLUxJ foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJBLepHmhE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sJBLepHmhE .mbr-media {
  position: relative;
}
.cid-sJBLepHmhE .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sJBLepHmhE .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sJBLepHmhE .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sJBLepHmhE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sJBLepHmhE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sJBLepHmhE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sJBLepHmhE .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJBLepHmhE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJBNJz628F {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJBNJz628F .video-wrapper iframe {
  width: 100%;
}
.cid-sJBNJz628F .mbr-section-title,
.cid-sJBNJz628F .mbr-section-subtitle,
.cid-sJBNJz628F .mbr-text {
  text-align: center;
}
.cid-sJBNKJN0NI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJBNKJN0NI .video-wrapper iframe {
  width: 100%;
}
.cid-sJBNKJN0NI .mbr-section-title,
.cid-sJBNKJN0NI .mbr-section-subtitle,
.cid-sJBNKJN0NI .mbr-text {
  text-align: center;
}
.cid-sJBNLyuJcy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJBNLyuJcy .video-wrapper iframe {
  width: 100%;
}
.cid-sJBNLyuJcy .mbr-section-title,
.cid-sJBNLyuJcy .mbr-section-subtitle,
.cid-sJBNLyuJcy .mbr-text {
  text-align: center;
}
.cid-sJBLeqPsAi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sJBLeqPsAi .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sJBLeqPsAi .mbr-section-title,
.cid-sJBLeqPsAi .mbr-section-subtitle {
  text-align: center;
}
.cid-sJBLeqPsAi .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sJBLeqPsAi .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sJBLeqPsAi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sJBLeqPsAi .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sJBLeqPsAi .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJBLeqPsAi .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sJBLeqPsAi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sJBLesoLyV {
  background-image: url("../../../assets/images/002-1920x1614.jpg");
}
.cid-sJBLesoLyV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sJBLesoLyV .mbr-text,
.cid-sJBLesoLyV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sJBLet6MSC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJBLet6MSC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJBLet6MSC .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sJBLetXKSI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJBLetXKSI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJBLetXKSI .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sJBLeuG3UI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sJBLeuG3UI img,
.cid-sJBLeuG3UI .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sJBLeuG3UI .item:focus,
.cid-sJBLeuG3UI span:focus {
  outline: none;
}
.cid-sJBLeuG3UI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJBLeuG3UI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJBLeuG3UI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJBLeuG3UI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJBLeuG3UI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJBLeuG3UI .mbr-section-title {
  color: #232323;
}
.cid-sJBLeuG3UI .mbr-text,
.cid-sJBLeuG3UI .mbr-section-btn {
  text-align: left;
}
.cid-sJBLeuG3UI .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sJBLeuG3UI .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sJBLevlgBx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJBLevlgBx img,
.cid-sJBLevlgBx .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sJBLevlgBx .item:focus,
.cid-sJBLevlgBx span:focus {
  outline: none;
}
.cid-sJBLevlgBx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJBLevlgBx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sJBLevlgBx .item {
  padding: 0;
  margin: 0;
}
.cid-sJBLevlgBx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJBLevlgBx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJBLevlgBx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJBLevlgBx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJBLevlgBx .mbr-section-title {
  color: #000000;
}
.cid-sJBLevlgBx .mbr-text,
.cid-sJBLevlgBx .mbr-section-btn {
  text-align: left;
}
.cid-sJBLevlgBx .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sJBLevlgBx .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sJBLevlgBx .mbr-section-subtitle {
  color: #000000;
}
.cid-sJBLevYfKc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJBLevYfKc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sJBLewB0qO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJBLewB0qO img,
.cid-sJBLewB0qO .item-img {
  width: 100%;
}
.cid-sJBLewB0qO .item:focus,
.cid-sJBLewB0qO span:focus {
  outline: none;
}
.cid-sJBLewB0qO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJBLewB0qO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJBLewB0qO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJBLewB0qO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJBLewB0qO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJBLewB0qO .mbr-section-title {
  color: #232323;
}
.cid-sJBLewB0qO .mbr-text,
.cid-sJBLewB0qO .mbr-section-btn {
  text-align: left;
}
.cid-sJBLewB0qO .item-title {
  text-align: left;
}
.cid-sJBLewB0qO .item-subtitle {
  text-align: left;
}
.cid-sJBLexBR5U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJBLexBR5U img,
.cid-sJBLexBR5U .item-img {
  width: 100%;
}
.cid-sJBLexBR5U .item:focus,
.cid-sJBLexBR5U span:focus {
  outline: none;
}
.cid-sJBLexBR5U .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJBLexBR5U .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJBLexBR5U .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJBLexBR5U .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJBLexBR5U .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJBLexBR5U .mbr-section-title {
  color: #232323;
}
.cid-sJBLexBR5U .mbr-text,
.cid-sJBLexBR5U .mbr-section-btn {
  text-align: left;
}
.cid-sJBLexBR5U .item-title {
  text-align: left;
}
.cid-sJBLexBR5U .item-subtitle {
  text-align: left;
}
.cid-sJBLeyzpp7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJBLeyzpp7 img,
.cid-sJBLeyzpp7 .item-img {
  width: 100%;
}
.cid-sJBLeyzpp7 .item:focus,
.cid-sJBLeyzpp7 span:focus {
  outline: none;
}
.cid-sJBLeyzpp7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJBLeyzpp7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJBLeyzpp7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJBLeyzpp7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJBLeyzpp7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJBLeyzpp7 .mbr-section-title {
  color: #232323;
}
.cid-sJBLeyzpp7 .mbr-text,
.cid-sJBLeyzpp7 .mbr-section-btn {
  text-align: left;
}
.cid-sJBLeyzpp7 .item-title {
  text-align: left;
}
.cid-sJBLeyzpp7 .item-subtitle {
  text-align: left;
}
.cid-sJBLezCS7m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sJBLezCS7m .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sJBLezCS7m .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sJBLezCS7m .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e6c63b;
}
.cid-sJBLezCS7m .panel-body,
.cid-sJBLezCS7m .card-header {
  padding: 1rem 0;
}
.cid-sJBLezCS7m .panel-title-edit {
  color: #000000;
}
.cid-sJBLeAnlZX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJBLeAnlZX .item:focus,
.cid-sJBLeAnlZX span:focus {
  outline: none;
}
.cid-sJBLeAnlZX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJBLeAnlZX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJBLeAnlZX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sJBLeAnlZX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJBLeAnlZX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sJBLeAnlZX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sJBLeAnlZX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJBLeAnlZX .mbr-section-title {
  color: #232323;
}
.cid-sJBLeAnlZX .mbr-text,
.cid-sJBLeAnlZX .mbr-section-btn {
  text-align: center;
}
.cid-sJBLeAnlZX .item-title {
  text-align: center;
  color: #000000;
}
.cid-sJBLeAnlZX .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-sJBLeBn3EL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sJBLeBn3EL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sJBLeBn3EL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sJBLeBn3EL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sJBLeBn3EL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sJBLeBn3EL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sJBLeBn3EL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sJBLeBn3EL .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sJBLeBn3EL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sJBLeBn3EL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJBLeBn3EL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sJBLeBn3EL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJBLeBn3EL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJBLeBn3EL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sJBLeBn3EL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sJBLeBn3EL foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXBD3af1FZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXBD3af1FZ .mbr-media {
  position: relative;
}
.cid-sXBD3af1FZ .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sXBD3af1FZ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sXBD3af1FZ .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sXBD3af1FZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sXBD3af1FZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXBD3af1FZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXBD3af1FZ .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sXBD3af1FZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sXBCjlei9i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sXBCjlei9i .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sXBCjlei9i .currentcost {
  color: #4479d9;
}
.cid-sXBCjlei9i .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sXBCjlei9i .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBCjlei9i .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXBCjlei9i .text-box {
    padding: 1rem;
  }
}
.cid-sXBCjlei9i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sXBCjlei9i .mbr-text,
.cid-sXBCjlei9i .cost,
.cid-sXBCjlei9i .mbr-section-btn {
  color: #000000;
}
.cid-sXBCjlLJQO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXBCjlLJQO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sXBCjmr8dY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXBCjmr8dY .video-wrapper iframe {
  width: 100%;
}
.cid-sXBCjmr8dY .mbr-section-title,
.cid-sXBCjmr8dY .mbr-section-subtitle,
.cid-sXBCjmr8dY .mbr-text {
  text-align: center;
}
.cid-sXBCjn7qhz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXBCjn7qhz .video-wrapper iframe {
  width: 100%;
}
.cid-sXBCjn7qhz .mbr-section-title,
.cid-sXBCjn7qhz .mbr-section-subtitle,
.cid-sXBCjn7qhz .mbr-text {
  text-align: center;
}
.cid-sXBCjnLOQS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXBCjnLOQS .video-wrapper iframe {
  width: 100%;
}
.cid-sXBCjnLOQS .mbr-section-title,
.cid-sXBCjnLOQS .mbr-section-subtitle,
.cid-sXBCjnLOQS .mbr-text {
  text-align: center;
}
.cid-sXBCjokAYh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXBCjokAYh .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sXBCjoMn2j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXBCjoMn2j img,
.cid-sXBCjoMn2j .item-img {
  width: 100%;
}
.cid-sXBCjoMn2j .item:focus,
.cid-sXBCjoMn2j span:focus {
  outline: none;
}
.cid-sXBCjoMn2j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sXBCjoMn2j .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sXBCjoMn2j .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBCjoMn2j .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sXBCjoMn2j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sXBCjoMn2j .mbr-section-title {
  color: #232323;
}
.cid-sXBCjoMn2j .mbr-text,
.cid-sXBCjoMn2j .mbr-section-btn {
  text-align: left;
}
.cid-sXBCjoMn2j .item-title {
  text-align: left;
}
.cid-sXBCjoMn2j .item-subtitle {
  text-align: left;
}
.cid-sXBCjpBq9Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXBCjpBq9Q img,
.cid-sXBCjpBq9Q .item-img {
  width: 100%;
}
.cid-sXBCjpBq9Q .item:focus,
.cid-sXBCjpBq9Q span:focus {
  outline: none;
}
.cid-sXBCjpBq9Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sXBCjpBq9Q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sXBCjpBq9Q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBCjpBq9Q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sXBCjpBq9Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sXBCjpBq9Q .mbr-section-title {
  color: #232323;
}
.cid-sXBCjpBq9Q .mbr-text,
.cid-sXBCjpBq9Q .mbr-section-btn {
  text-align: left;
}
.cid-sXBCjpBq9Q .item-title {
  text-align: left;
}
.cid-sXBCjpBq9Q .item-subtitle {
  text-align: left;
}
.cid-sXBCjqmlj1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXBCjqmlj1 img,
.cid-sXBCjqmlj1 .item-img {
  width: 100%;
}
.cid-sXBCjqmlj1 .item:focus,
.cid-sXBCjqmlj1 span:focus {
  outline: none;
}
.cid-sXBCjqmlj1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sXBCjqmlj1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sXBCjqmlj1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBCjqmlj1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sXBCjqmlj1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sXBCjqmlj1 .mbr-section-title {
  color: #232323;
}
.cid-sXBCjqmlj1 .mbr-text,
.cid-sXBCjqmlj1 .mbr-section-btn {
  text-align: left;
}
.cid-sXBCjqmlj1 .item-title {
  text-align: left;
}
.cid-sXBCjqmlj1 .item-subtitle {
  text-align: left;
}
.cid-sXBCjrbuCn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sXBCjrbuCn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sXBCjrbuCn .mbr-section-title {
  color: #ffffff;
}
.cid-sXBCjrPgLC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sXBCjrPgLC .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sXBCjrPgLC .mbr-section-title,
.cid-sXBCjrPgLC .mbr-section-subtitle {
  text-align: center;
}
.cid-sXBCjrPgLC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sXBCjrPgLC .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sXBCjrPgLC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sXBCjrPgLC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sXBCjrPgLC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sXBCjrPgLC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sXBCjrPgLC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sXBCjsVq6k {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXBCjsVq6k .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sXBCjsVq6k .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sXBCjtvSLt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sXBCjtvSLt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sXBCjtvSLt .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sXBCjudLkB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sXBCjudLkB img,
.cid-sXBCjudLkB .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXBCjudLkB .item:focus,
.cid-sXBCjudLkB span:focus {
  outline: none;
}
.cid-sXBCjudLkB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sXBCjudLkB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sXBCjudLkB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBCjudLkB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sXBCjudLkB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sXBCjudLkB .mbr-section-title {
  color: #232323;
}
.cid-sXBCjudLkB .mbr-text,
.cid-sXBCjudLkB .mbr-section-btn {
  text-align: left;
}
.cid-sXBCjudLkB .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sXBCjudLkB .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sXBCjv2HuA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sXBCjv2HuA img,
.cid-sXBCjv2HuA .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXBCjv2HuA .item:focus,
.cid-sXBCjv2HuA span:focus {
  outline: none;
}
.cid-sXBCjv2HuA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sXBCjv2HuA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sXBCjv2HuA .item {
  padding: 0;
  margin: 0;
}
.cid-sXBCjv2HuA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sXBCjv2HuA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBCjv2HuA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sXBCjv2HuA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sXBCjv2HuA .mbr-section-title {
  color: #000000;
}
.cid-sXBCjv2HuA .mbr-text,
.cid-sXBCjv2HuA .mbr-section-btn {
  text-align: left;
}
.cid-sXBCjv2HuA .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sXBCjv2HuA .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sXBCjv2HuA .mbr-section-subtitle {
  color: #000000;
}
.cid-sXBCjvIbaq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXBCjvIbaq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sXBCjvIbaq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXBCjvIbaq .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e6c63b;
}
.cid-sXBCjvIbaq .panel-body,
.cid-sXBCjvIbaq .card-header {
  padding: 1rem 0;
}
.cid-sXBCjvIbaq .panel-title-edit {
  color: #000000;
}
.cid-sXBCjwv5VV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sXBCjwv5VV .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sXBCjwv5VV .currentcost {
  color: #4479d9;
}
.cid-sXBCjwv5VV .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sXBCjwv5VV .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBCjwv5VV .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXBCjwv5VV .text-box {
    padding: 1rem;
  }
}
.cid-sXBCjwv5VV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sXBCjwv5VV .mbr-text,
.cid-sXBCjwv5VV .cost,
.cid-sXBCjwv5VV .mbr-section-btn {
  color: #000000;
}
.cid-sXBCjx9tCt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sXBCjx9tCt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sXBCjx9tCt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sXBCjx9tCt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sXBCjx9tCt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXBCjx9tCt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXBCjx9tCt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sXBCjx9tCt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sXBCjx9tCt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sXBCjx9tCt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sXBCjx9tCt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sXBCjx9tCt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXBCjx9tCt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXBCjx9tCt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXBCjx9tCt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sXBCjx9tCt foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZQ7UGZ9sd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZQ7UGZ9sd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZQ7UGZ9sd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZPBUIYdzz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZPBUIYdzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZPBUIYdzz .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-tZPBUIYdzz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZPBUIYdzz .row {
  flex-direction: row-reverse;
}
.cid-tZPBUIYdzz img {
  width: 100%;
}
.cid-tZPHcM6F8w {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tZPHcM6F8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZPHcM6F8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZPHcM6F8w .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-tZPHcM6F8w .item .icon-wrap {
  text-align: center;
}
.cid-tZPHcM6F8w .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-tZPHcM6F8w .item:last-child:before {
  display: none;
}
.cid-tZPHcM6F8w .item.last::before {
  display: none;
}
.cid-tZPHcM6F8w .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tZPHcM6F8w .text-box {
  text-align: center;
}
.cid-tZPHcM6F8w span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-tZPHcM6F8w .card {
    margin-bottom: 2rem;
  }
  .cid-tZPHcM6F8w .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZPM0ofgjp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tZPM0ofgjp img {
  width: 120px;
  margin: auto;
}
.cid-tZPM0ofgjp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tZPM0ofgjp .card {
    max-width: 12.5%;
  }
}
.cid-tZPBUQ31je {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tZPBUQ31je .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tZPBUQ31je .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tZPBUQ31je .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e6c63b;
}
.cid-tZPBUQ31je .panel-body,
.cid-tZPBUQ31je .card-header {
  padding: 1rem 0;
}
.cid-tZPBUQ31je .panel-title-edit {
  color: #000000;
}
.cid-tZPBUQPnIF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tZPBUQPnIF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tZPBUQPnIF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tZPBUQPnIF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tZPBUQPnIF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tZPBUQPnIF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tZPBUQPnIF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tZPBUQPnIF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tZPBUQPnIF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tZPBUQPnIF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tZPBUQPnIF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tZPBUQPnIF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tZPBUQPnIF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tZPBUQPnIF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tZPBUQPnIF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tZPBUQPnIF foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMGxrp6aY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugMGxrp6aY img,
.cid-ugMGxrp6aY .item-img {
  width: 100%;
}
.cid-ugMGxrp6aY .item:focus,
.cid-ugMGxrp6aY span:focus {
  outline: none;
}
.cid-ugMGxrp6aY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugMGxrp6aY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugMGxrp6aY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ugMGxrp6aY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugMGxrp6aY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ugMGxrp6aY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ugMGxrp6aY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugMGxrp6aY .mbr-section-title {
  color: #232323;
}
.cid-ugMGxrp6aY .mbr-text,
.cid-ugMGxrp6aY .mbr-section-btn {
  text-align: left;
}
.cid-ugMGxrp6aY .item-title {
  text-align: left;
}
.cid-ugMGxrp6aY .item-subtitle {
  text-align: left;
}
.cid-sA6Da3ng6N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sA6Da3ng6N .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sA6Da3ng6N .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sA6Da3ng6N .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sA6Da3ng6N .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sA6Da3ng6N .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sA6Da3ng6N .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sA6Da3ng6N .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sA6Da3ng6N .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sA6Da3ng6N .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sA6Da3ng6N .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sA6Da3ng6N .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sA6Da3ng6N .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sA6Da3ng6N .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sA6Da3ng6N .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sA6Da3ng6N foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKACvZRzgZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKACvZRzgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKACvZRzgZ .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-uKACvZRzgZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKACvZRzgZ .row {
  flex-direction: row-reverse;
}
.cid-uKACvZRzgZ img {
  width: 100%;
}
.cid-uKACw0eiLv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uKACw0eiLv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKACw0eiLv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKACw0eiLv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKACw0eiLv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKACw0eiLv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKACw0eiLv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uKACw0eiLv .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKACw0eiLv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKACw0eiLv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKACw0eiLv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKACw0eiLv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKACw0eiLv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKACw0eiLv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKACw0eiLv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKACw0eiLv foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v28yPJTb4D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #003366;
}
@media (min-width: 992px) {
  .cid-v28yPJTb4D .carousel {
    min-height: 800px;
  }
  .cid-v28yPJTb4D .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v28yPJTb4D .carousel {
    min-height: 520px;
  }
  .cid-v28yPJTb4D .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v28yPJTb4D .carousel {
    min-height: 440px;
  }
  .cid-v28yPJTb4D .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-v28yPJTb4D .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v28yPJTb4D .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v28yPJTb4D .carousel,
.cid-v28yPJTb4D .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v28yPJTb4D .item-wrapper {
  width: 100%;
}
.cid-v28yPJTb4D .carousel-caption {
  bottom: 40px;
}
.cid-v28yPJTb4D .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v28yPJTb4D .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v28yPJTb4D .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v28yPJTb4D .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v28yPJTb4D .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-v28yPJTb4D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v28yPJTb4D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v28yPJTb4D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v28yPJTb4D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v28yPJTb4D .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-v28yPJTb4D .carousel-indicators li.active,
.cid-v28yPJTb4D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v28yPJTb4D .carousel-indicators li::after,
.cid-v28yPJTb4D .carousel-indicators li::before {
  content: none;
}
.cid-v28yPJTb4D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v28yPJTb4D .carousel-indicators {
    display: none !important;
  }
}
.cid-uZvY37ePvH {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #222222;
}
.cid-uZvY37ePvH img,
.cid-uZvY37ePvH .item-img {
  width: 100%;
}
.cid-uZvY37ePvH .item:focus,
.cid-uZvY37ePvH span:focus {
  outline: none;
}
.cid-uZvY37ePvH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZvY37ePvH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZvY37ePvH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uZvY37ePvH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZvY37ePvH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uZvY37ePvH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uZvY37ePvH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZvY37ePvH .mbr-section-title {
  color: #ffffff;
}
.cid-uZvY37ePvH .mbr-text,
.cid-uZvY37ePvH .mbr-section-btn {
  text-align: left;
}
.cid-uZvY37ePvH .item-title {
  text-align: left;
}
.cid-uZvY37ePvH .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-uZvY37ePvH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sXCh0fAm4j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXCh0fAm4j img,
.cid-sXCh0fAm4j .item-img {
  width: 100%;
}
.cid-sXCh0fAm4j .item:focus,
.cid-sXCh0fAm4j span:focus {
  outline: none;
}
.cid-sXCh0fAm4j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sXCh0fAm4j .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sXCh0fAm4j .item {
  padding: 0;
  margin: 0;
}
.cid-sXCh0fAm4j .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sXCh0fAm4j .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sXCh0fAm4j .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXCh0fAm4j .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sXCh0fAm4j .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sXCh0fAm4j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sXCh0fAm4j .mbr-section-title {
  color: #232323;
}
.cid-sXCh0fAm4j .mbr-text,
.cid-sXCh0fAm4j .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sXCh0fAm4j .item-title {
  text-align: left;
}
.cid-sXCh0fAm4j .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-sDABQfUA5b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sDABQfUA5b .video-wrapper iframe {
  width: 100%;
}
.cid-sDABQfUA5b .mbr-section-title,
.cid-sDABQfUA5b .mbr-section-subtitle,
.cid-sDABQfUA5b .mbr-text {
  text-align: center;
}
.cid-sDABQfUA5b .mbr-section-title {
  color: #ffffff;
}
.cid-sGoVK73Rj6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sGoVK73Rj6 .video-wrapper iframe {
  width: 100%;
}
.cid-sGoVK73Rj6 .mbr-section-title,
.cid-sGoVK73Rj6 .mbr-section-subtitle,
.cid-sGoVK73Rj6 .mbr-text {
  text-align: center;
}
.cid-sGoVLztmGu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sGoVLztmGu .video-wrapper iframe {
  width: 100%;
}
.cid-sGoVLztmGu .mbr-section-title,
.cid-sGoVLztmGu .mbr-section-subtitle,
.cid-sGoVLztmGu .mbr-text {
  text-align: center;
}
.cid-uXTxYEnhhq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXTxYEnhhq .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uXTxYEnhhq img,
.cid-uXTxYEnhhq .item-img {
  width: 100%;
}
.cid-uXTxYEnhhq .item:focus,
.cid-uXTxYEnhhq span:focus {
  outline: none;
}
.cid-uXTxYEnhhq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXTxYEnhhq .item {
    margin-bottom: 1rem;
  }
}
.cid-uXTxYEnhhq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXTxYEnhhq .mbr-section-title {
  color: #232323;
}
.cid-uXTxYEnhhq .mbr-text,
.cid-uXTxYEnhhq .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uXTxYEnhhq .item-title {
  color: #232323;
  text-align: center;
}
.cid-uXTxYEnhhq .content-head {
  max-width: 800px;
}
.cid-uWDSkfo0R2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWDSkfo0R2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDSkfo0R2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDSkfo0R2 .row {
  flex-direction: row-reverse;
}
.cid-uWDSkfo0R2 .mbr-description {
  color: #ffffff;
}
.cid-sAbhFoTcTG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sAbhFoTcTG .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sAbhFoTcTG .mbr-section-title,
.cid-sAbhFoTcTG .mbr-section-subtitle {
  text-align: center;
}
.cid-sAbhFoTcTG .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sAbhFoTcTG .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sAbhFoTcTG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sAbhFoTcTG .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sAbhFoTcTG .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAbhFoTcTG .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sAbhFoTcTG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWEHXca3Mb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWEHXca3Mb .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uWEHXca3Mb .mbr-section-title,
.cid-uWEHXca3Mb .mbr-section-subtitle {
  text-align: center;
}
.cid-uWEHXca3Mb .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWEHXca3Mb .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uWEHXca3Mb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWEHXca3Mb .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWEHXca3Mb .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWEHXca3Mb .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWEHXca3Mb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWEK2Yw5Ze {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWEK2Yw5Ze .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uWEK2Yw5Ze .mbr-section-title,
.cid-uWEK2Yw5Ze .mbr-section-subtitle {
  text-align: center;
}
.cid-uWEK2Yw5Ze .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWEK2Yw5Ze .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uWEK2Yw5Ze .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWEK2Yw5Ze .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWEK2Yw5Ze .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWEK2Yw5Ze .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWEK2Yw5Ze .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWEKwJB2vw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWEKwJB2vw .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uWEKwJB2vw .mbr-section-title,
.cid-uWEKwJB2vw .mbr-section-subtitle {
  text-align: center;
}
.cid-uWEKwJB2vw .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWEKwJB2vw .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uWEKwJB2vw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWEKwJB2vw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWEKwJB2vw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWEKwJB2vw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWEKwJB2vw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWEKwJB2vw .card-title {
  text-align: left;
}
.cid-uWEKTzkiRY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWEKTzkiRY .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uWEKTzkiRY .mbr-section-title,
.cid-uWEKTzkiRY .mbr-section-subtitle {
  text-align: center;
}
.cid-uWEKTzkiRY .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWEKTzkiRY .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uWEKTzkiRY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWEKTzkiRY .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWEKTzkiRY .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWEKTzkiRY .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWEKTzkiRY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWEKYANSOx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uWEKYANSOx .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uWEKYANSOx .mbr-section-title,
.cid-uWEKYANSOx .mbr-section-subtitle {
  text-align: center;
}
.cid-uWEKYANSOx .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWEKYANSOx .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uWEKYANSOx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWEKYANSOx .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWEKYANSOx .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWEKYANSOx .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWEKYANSOx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sCcQmR0zPu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCcQmR0zPu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCcQmR0zPu .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sCcQp7BNWu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sCcQp7BNWu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCcQp7BNWu .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sCcQp7BNWu .mbr-section-title {
  color: #ffffff;
}
.cid-sCcQp7BNWu .mbr-text,
.cid-sCcQp7BNWu .mbr-section-btn {
  color: #ffffff;
}
.cid-uWKmFcEiYW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uWKmFcEiYW img,
.cid-uWKmFcEiYW .item-img {
  width: 100%;
}
.cid-uWKmFcEiYW .item:focus,
.cid-uWKmFcEiYW span:focus {
  outline: none;
}
.cid-uWKmFcEiYW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWKmFcEiYW .item {
    margin-bottom: 1rem;
  }
}
.cid-uWKmFcEiYW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uWKmFcEiYW .item {
  padding: 0;
  margin: 0;
}
.cid-uWKmFcEiYW .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWKmFcEiYW .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWKmFcEiYW .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWKmFcEiYW .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWKmFcEiYW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWKmFcEiYW .mbr-section-title {
  color: #000000;
}
.cid-uWKmFcEiYW .item-title {
  text-align: left;
}
.cid-uWKmFcEiYW .item-subtitle {
  text-align: left;
}
.cid-uWKmFcEiYW .mbr-text,
.cid-uWKmFcEiYW .item .mbr-section-btn {
  text-align: left;
}
.cid-uWKmFcEiYW .content-head {
  max-width: 800px;
}
.cid-uWDZH6f9Re {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uWDZH6f9Re .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uWDZH6f9Re .mbr-section-title,
.cid-uWDZH6f9Re .mbr-section-subtitle {
  text-align: center;
}
.cid-uWDZH6f9Re .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWDZH6f9Re .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uWDZH6f9Re .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWDZH6f9Re .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWDZH6f9Re .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWDZH6f9Re .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWDZH6f9Re .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWE5kBncBx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uWE5kBncBx .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uWE5kBncBx .mbr-section-title,
.cid-uWE5kBncBx .mbr-section-subtitle {
  text-align: center;
}
.cid-uWE5kBncBx .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWE5kBncBx .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uWE5kBncBx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWE5kBncBx .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWE5kBncBx .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWE5kBncBx .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWE5kBncBx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWESi1spQl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uWESi1spQl img,
.cid-uWESi1spQl .item-img {
  width: 100%;
}
.cid-uWESi1spQl .item:focus,
.cid-uWESi1spQl span:focus {
  outline: none;
}
.cid-uWESi1spQl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWESi1spQl .item {
    margin-bottom: 1rem;
  }
}
.cid-uWESi1spQl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uWESi1spQl .item {
  padding: 0;
  margin: 0;
}
.cid-uWESi1spQl .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWESi1spQl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWESi1spQl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWESi1spQl .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWESi1spQl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWESi1spQl .mbr-section-title {
  color: #000000;
}
.cid-uWESi1spQl .item-title {
  text-align: left;
}
.cid-uWESi1spQl .item-subtitle {
  text-align: left;
}
.cid-uWESi1spQl .mbr-text,
.cid-uWESi1spQl .item .mbr-section-btn {
  text-align: left;
}
.cid-uWESi1spQl .content-head {
  max-width: 800px;
}
.cid-sAbL3RLryP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sAbL3RLryP img,
.cid-sAbL3RLryP .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sAbL3RLryP .item:focus,
.cid-sAbL3RLryP span:focus {
  outline: none;
}
.cid-sAbL3RLryP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sAbL3RLryP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sAbL3RLryP .item {
  padding: 0;
  margin: 0;
}
.cid-sAbL3RLryP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sAbL3RLryP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sAbL3RLryP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sAbL3RLryP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sAbL3RLryP .mbr-section-title {
  color: #ffffff;
}
.cid-sAbL3RLryP .mbr-text,
.cid-sAbL3RLryP .mbr-section-btn {
  text-align: left;
}
.cid-sAbL3RLryP .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-sAbL3RLryP .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sAbL3RLryP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sA2KqGJStW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sA2KqGJStW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sA2KqGJStW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sA2KqGJStW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e6c63b;
}
.cid-sA2KqGJStW .panel-body,
.cid-sA2KqGJStW .card-header {
  padding: 1rem 0;
}
.cid-sA2KqGJStW .panel-title-edit {
  color: #000000;
}
.cid-uLUU2jJf5V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLUU2jJf5V img,
.cid-uLUU2jJf5V .item-img {
  width: 100%;
}
.cid-uLUU2jJf5V .item:focus,
.cid-uLUU2jJf5V span:focus {
  outline: none;
}
.cid-uLUU2jJf5V .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLUU2jJf5V .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLUU2jJf5V .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLUU2jJf5V .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLUU2jJf5V .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLUU2jJf5V .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLUU2jJf5V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLUU2jJf5V .mbr-section-title {
  color: #232323;
}
.cid-uLUU2jJf5V .mbr-text,
.cid-uLUU2jJf5V .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uLUU2jJf5V .item-title {
  text-align: left;
}
.cid-uLUU2jJf5V .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-uZRCZwRHzi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uZRCZwRHzi img,
.cid-uZRCZwRHzi .item-img {
  width: 100%;
}
.cid-uZRCZwRHzi .item:focus,
.cid-uZRCZwRHzi span:focus {
  outline: none;
}
.cid-uZRCZwRHzi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZRCZwRHzi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZRCZwRHzi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uZRCZwRHzi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZRCZwRHzi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uZRCZwRHzi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uZRCZwRHzi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZRCZwRHzi .mbr-section-title {
  color: #ffffff;
}
.cid-uZRCZwRHzi .mbr-text,
.cid-uZRCZwRHzi .mbr-section-btn {
  text-align: left;
}
.cid-uZRCZwRHzi .item-title {
  text-align: left;
}
.cid-uZRCZwRHzi .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-uZRCZwRHzi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sA6Da3ng6N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #003366;
}
.cid-sA6Da3ng6N .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sA6Da3ng6N .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sA6Da3ng6N .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sA6Da3ng6N .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sA6Da3ng6N .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sA6Da3ng6N .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sA6Da3ng6N .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sA6Da3ng6N .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sA6Da3ng6N .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sA6Da3ng6N .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sA6Da3ng6N .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sA6Da3ng6N .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sA6Da3ng6N .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sA6Da3ng6N .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sA6Da3ng6N foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uun5vtDkcG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uun5vtDkcG .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uun5vtDkcG .mbr-section-title,
.cid-uun5vtDkcG .mbr-section-subtitle {
  text-align: center;
}
.cid-uun5vtDkcG .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uun5vtDkcG .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uun5vtDkcG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uun5vtDkcG .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uun5vtDkcG .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uun5vtDkcG .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uun5vtDkcG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uuntpDHoQx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uuntpDHoQx .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uuntpDHoQx .mbr-section-title,
.cid-uuntpDHoQx .mbr-section-subtitle {
  text-align: center;
}
.cid-uuntpDHoQx .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uuntpDHoQx .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uuntpDHoQx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uuntpDHoQx .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uuntpDHoQx .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuntpDHoQx .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uuntpDHoQx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uun5vubhpO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uun5vubhpO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uun5vubhpO .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uun5vuLsX7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uun5vuLsX7 img,
.cid-uun5vuLsX7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uun5vuLsX7 .item:focus,
.cid-uun5vuLsX7 span:focus {
  outline: none;
}
.cid-uun5vuLsX7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uun5vuLsX7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uun5vuLsX7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uun5vuLsX7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uun5vuLsX7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uun5vuLsX7 .mbr-section-title {
  color: #232323;
}
.cid-uun5vuLsX7 .mbr-text,
.cid-uun5vuLsX7 .mbr-section-btn {
  text-align: left;
}
.cid-uun5vuLsX7 .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-uun5vuLsX7 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uun5vv6Gxv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uun5vv6Gxv img,
.cid-uun5vv6Gxv .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uun5vv6Gxv .item:focus,
.cid-uun5vv6Gxv span:focus {
  outline: none;
}
.cid-uun5vv6Gxv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uun5vv6Gxv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uun5vv6Gxv .item {
  padding: 0;
  margin: 0;
}
.cid-uun5vv6Gxv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uun5vv6Gxv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uun5vv6Gxv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uun5vv6Gxv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uun5vv6Gxv .mbr-section-title {
  color: #000000;
}
.cid-uun5vv6Gxv .mbr-text,
.cid-uun5vv6Gxv .mbr-section-btn {
  text-align: left;
}
.cid-uun5vv6Gxv .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-uun5vv6Gxv .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uun5vv6Gxv .mbr-section-subtitle {
  color: #000000;
}
.cid-uKHzARLqyj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKHzARLqyj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uun5vvrTdt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uun5vvrTdt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uun5vvrTdt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uun5vvrTdt .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e6c63b;
}
.cid-uun5vvrTdt .panel-body,
.cid-uun5vvrTdt .card-header {
  padding: 1rem 0;
}
.cid-uun5vvrTdt .panel-title-edit {
  color: #000000;
}
.cid-uKHA0FLsa4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKHA0FLsa4 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uun5vvPKmL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uun5vvPKmL img,
.cid-uun5vvPKmL .item-img {
  width: 100%;
}
.cid-uun5vvPKmL .item:focus,
.cid-uun5vvPKmL span:focus {
  outline: none;
}
.cid-uun5vvPKmL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uun5vvPKmL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uun5vvPKmL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uun5vvPKmL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uun5vvPKmL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uun5vvPKmL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uun5vvPKmL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uun5vvPKmL .mbr-section-title {
  color: #232323;
}
.cid-uun5vvPKmL .mbr-text,
.cid-uun5vvPKmL .mbr-section-btn {
  text-align: left;
}
.cid-uun5vvPKmL .item-title {
  text-align: left;
}
.cid-uun5vvPKmL .item-subtitle {
  text-align: left;
}
.cid-uun5vweH7y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uun5vweH7y .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uun5vweH7y .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uun5vweH7y .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uun5vweH7y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uun5vweH7y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uun5vweH7y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uun5vweH7y .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uun5vweH7y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uun5vweH7y .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uun5vweH7y .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uun5vweH7y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uun5vweH7y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uun5vweH7y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uun5vweH7y .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uun5vweH7y foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugEAuQTFkL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugEAuQTFkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugEAuQTFkL .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-ugEAuQTFkL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugEAuQTFkL .row {
  flex-direction: row-reverse;
}
.cid-ugEAuQTFkL img {
  width: 100%;
}
.cid-ugEAuYzOMQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ugEAuYzOMQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugEAuYzOMQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugEAuYzOMQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugEAuYzOMQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugEAuYzOMQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugEAuYzOMQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugEAuYzOMQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugEAuYzOMQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugEAuYzOMQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugEAuYzOMQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugEAuYzOMQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugEAuYzOMQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugEAuYzOMQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugEAuYzOMQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugEAuYzOMQ foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugHloe301X {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-ugHloe301X .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-ugHloe301X img,
.cid-ugHloe301X .item-img {
  width: 100%;
}
.cid-ugHloe301X .item:focus,
.cid-ugHloe301X span:focus {
  outline: none;
}
.cid-ugHloe301X .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugHloe301X .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugHloe301X .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ugHloe301X .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugHloe301X .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ugHloe301X .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ugHloe301X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugHloe301X .mbr-section-title {
  color: #232323;
}
.cid-ugHloe301X .mbr-text,
.cid-ugHloe301X .mbr-section-btn {
  text-align: left;
}
.cid-ugHloe301X .item-title {
  text-align: left;
}
.cid-ugHloe301X .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-ugHvBXk6zA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ugHvBXk6zA img,
.cid-ugHvBXk6zA .item-img {
  width: 100%;
}
.cid-ugHvBXk6zA .item:focus,
.cid-ugHvBXk6zA span:focus {
  outline: none;
}
.cid-ugHvBXk6zA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugHvBXk6zA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugHvBXk6zA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ugHvBXk6zA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugHvBXk6zA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ugHvBXk6zA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ugHvBXk6zA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugHvBXk6zA .mbr-section-title {
  color: #232323;
}
.cid-ugHvBXk6zA .mbr-text,
.cid-ugHvBXk6zA .mbr-section-btn {
  text-align: left;
}
.cid-ugHvBXk6zA .item-title {
  text-align: left;
}
.cid-ugHvBXk6zA .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-ugOjlcGK50 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ugOjlcGK50 img,
.cid-ugOjlcGK50 .item-img {
  width: 100%;
}
.cid-ugOjlcGK50 .item:focus,
.cid-ugOjlcGK50 span:focus {
  outline: none;
}
.cid-ugOjlcGK50 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugOjlcGK50 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugOjlcGK50 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ugOjlcGK50 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugOjlcGK50 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ugOjlcGK50 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ugOjlcGK50 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugOjlcGK50 .mbr-section-title {
  color: #232323;
}
.cid-ugOjlcGK50 .mbr-text,
.cid-ugOjlcGK50 .mbr-section-btn {
  text-align: left;
}
.cid-ugOjlcGK50 .item-title {
  text-align: left;
}
.cid-ugOjlcGK50 .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-ugEA9l1tEG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ugEA9l1tEG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugEA9l1tEG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugEA9l1tEG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugEA9l1tEG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugEA9l1tEG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugEA9l1tEG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugEA9l1tEG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugEA9l1tEG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugEA9l1tEG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugEA9l1tEG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugEA9l1tEG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugEA9l1tEG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugEA9l1tEG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugEA9l1tEG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugEA9l1tEG foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXIj8P74Hs {
  background-image: url("../../../assets/images/001-1920x1341.jpg");
}
.cid-uXIj8PsIYC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXIj8PsIYC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXIj8PsIYC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXIj8PsIYC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXIj8PsIYC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXIj8PsIYC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXIj8PsIYC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXIj8PsIYC .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uXIj8PsIYC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXIj8PsIYC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXIj8PsIYC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXIj8PsIYC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXIj8PsIYC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXIj8PsIYC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXIj8PsIYC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXIj8PsIYC foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXIln08hHi {
  background-image: url("../../../assets/images/001-1920x1341.jpg");
}
.cid-uXIln0EvYE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXIln0EvYE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXIln0EvYE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXIln0EvYE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXIln0EvYE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXIln0EvYE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXIln0EvYE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXIln0EvYE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uXIln0EvYE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXIln0EvYE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXIln0EvYE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXIln0EvYE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXIln0EvYE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXIln0EvYE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXIln0EvYE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXIln0EvYE foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXIo9BmodQ {
  background-image: url("../../../assets/images/001-1920x1341.jpg");
}
.cid-uXIo9BLfgo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXIo9BLfgo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXIo9BLfgo .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXIo9BLfgo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXIo9BLfgo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXIo9BLfgo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXIo9BLfgo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXIo9BLfgo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uXIo9BLfgo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXIo9BLfgo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXIo9BLfgo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXIo9BLfgo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXIo9BLfgo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXIo9BLfgo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXIo9BLfgo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXIo9BLfgo foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXIoZ6ojaH {
  background-image: url("../../../assets/images/001-1920x1341.jpg");
}
.cid-uXIoZ6PBdM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uXIoZ6PBdM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXIoZ6PBdM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uXIoZ6PBdM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uXIoZ6PBdM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXIoZ6PBdM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXIoZ6PBdM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uXIoZ6PBdM .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uXIoZ6PBdM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uXIoZ6PBdM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXIoZ6PBdM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uXIoZ6PBdM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXIoZ6PBdM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXIoZ6PBdM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uXIoZ6PBdM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uXIoZ6PBdM foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLUoUIzwFn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLUoUIzwFn img,
.cid-uLUoUIzwFn .item-img {
  width: 100%;
}
.cid-uLUoUIzwFn .item:focus,
.cid-uLUoUIzwFn span:focus {
  outline: none;
}
.cid-uLUoUIzwFn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLUoUIzwFn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLUoUIzwFn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLUoUIzwFn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLUoUIzwFn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLUoUIzwFn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLUoUIzwFn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLUoUIzwFn .mbr-section-title {
  color: #232323;
}
.cid-uLUoUIzwFn .mbr-text,
.cid-uLUoUIzwFn .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uLUoUIzwFn .item-title {
  text-align: left;
}
.cid-uLUoUIzwFn .item-subtitle {
  text-align: left;
}
.cid-uLUoUJ0cu9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLUoUJ0cu9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLUoUJfT26 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLUoUJfT26 .video-wrapper iframe {
  width: 100%;
}
.cid-uLUoUJfT26 .mbr-section-title,
.cid-uLUoUJfT26 .mbr-section-subtitle,
.cid-uLUoUJfT26 .mbr-text {
  text-align: center;
}
.cid-uLUoUJCTQp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLUoUJCTQp .video-wrapper iframe {
  width: 100%;
}
.cid-uLUoUJCTQp .mbr-section-title,
.cid-uLUoUJCTQp .mbr-section-subtitle,
.cid-uLUoUJCTQp .mbr-text {
  text-align: center;
}
.cid-uLUoUJXGQh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLUoUJXGQh .video-wrapper iframe {
  width: 100%;
}
.cid-uLUoUJXGQh .mbr-section-title,
.cid-uLUoUJXGQh .mbr-section-subtitle,
.cid-uLUoUJXGQh .mbr-text {
  text-align: center;
}
.cid-uLUoUKlym4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLUoUKlym4 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLUoUKDWHH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLUoUKDWHH img,
.cid-uLUoUKDWHH .item-img {
  width: 100%;
}
.cid-uLUoUKDWHH .item:focus,
.cid-uLUoUKDWHH span:focus {
  outline: none;
}
.cid-uLUoUKDWHH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLUoUKDWHH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLUoUKDWHH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLUoUKDWHH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLUoUKDWHH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLUoUKDWHH .mbr-section-title {
  color: #232323;
}
.cid-uLUoUKDWHH .mbr-text,
.cid-uLUoUKDWHH .mbr-section-btn {
  text-align: left;
}
.cid-uLUoUKDWHH .item-title {
  text-align: left;
}
.cid-uLUoUKDWHH .item-subtitle {
  text-align: left;
}
.cid-uLUoUL89mR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLUoUL89mR img,
.cid-uLUoUL89mR .item-img {
  width: 100%;
}
.cid-uLUoUL89mR .item:focus,
.cid-uLUoUL89mR span:focus {
  outline: none;
}
.cid-uLUoUL89mR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLUoUL89mR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLUoUL89mR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLUoUL89mR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLUoUL89mR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLUoUL89mR .mbr-section-title {
  color: #232323;
}
.cid-uLUoUL89mR .mbr-text,
.cid-uLUoUL89mR .mbr-section-btn {
  text-align: left;
}
.cid-uLUoUL89mR .item-title {
  text-align: left;
}
.cid-uLUoUL89mR .item-subtitle {
  text-align: left;
}
.cid-uLUoULwSvi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLUoULwSvi img,
.cid-uLUoULwSvi .item-img {
  width: 100%;
}
.cid-uLUoULwSvi .item:focus,
.cid-uLUoULwSvi span:focus {
  outline: none;
}
.cid-uLUoULwSvi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLUoULwSvi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLUoULwSvi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLUoULwSvi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLUoULwSvi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLUoULwSvi .mbr-section-title {
  color: #232323;
}
.cid-uLUoULwSvi .mbr-text,
.cid-uLUoULwSvi .mbr-section-btn {
  text-align: left;
}
.cid-uLUoULwSvi .item-title {
  text-align: left;
}
.cid-uLUoULwSvi .item-subtitle {
  text-align: left;
}
.cid-uLUoULYmlh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLUoULYmlh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLUoULYmlh .mbr-section-title {
  color: #ffffff;
}
.cid-uLUoUMhehc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uLUoUMhehc .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uLUoUMhehc .mbr-section-title,
.cid-uLUoUMhehc .mbr-section-subtitle {
  text-align: center;
}
.cid-uLUoUMhehc .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uLUoUMhehc .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uLUoUMhehc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uLUoUMhehc .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uLUoUMhehc .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLUoUMhehc .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uLUoUMhehc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLUoUMQecz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLUoUMQecz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLUoUMQecz .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uLUoUNb6ut {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLUoUNb6ut .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLUoUNb6ut .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uLUoUNvviU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uLUoUNvviU img,
.cid-uLUoUNvviU .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLUoUNvviU .item:focus,
.cid-uLUoUNvviU span:focus {
  outline: none;
}
.cid-uLUoUNvviU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLUoUNvviU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLUoUNvviU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLUoUNvviU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLUoUNvviU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLUoUNvviU .mbr-section-title {
  color: #232323;
}
.cid-uLUoUNvviU .mbr-text,
.cid-uLUoUNvviU .mbr-section-btn {
  text-align: left;
}
.cid-uLUoUNvviU .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-uLUoUNvviU .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uLUoUNURsz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLUoUNURsz img,
.cid-uLUoUNURsz .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLUoUNURsz .item:focus,
.cid-uLUoUNURsz span:focus {
  outline: none;
}
.cid-uLUoUNURsz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLUoUNURsz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLUoUNURsz .item {
  padding: 0;
  margin: 0;
}
.cid-uLUoUNURsz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLUoUNURsz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLUoUNURsz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLUoUNURsz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLUoUNURsz .mbr-section-title {
  color: #000000;
}
.cid-uLUoUNURsz .mbr-text,
.cid-uLUoUNURsz .mbr-section-btn {
  text-align: left;
}
.cid-uLUoUNURsz .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-uLUoUNURsz .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uLUoUNURsz .mbr-section-subtitle {
  color: #000000;
}
.cid-uLUoUOgZdg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLUoUOgZdg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uLUoUOgZdg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLUoUOgZdg .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e6c63b;
}
.cid-uLUoUOgZdg .panel-body,
.cid-uLUoUOgZdg .card-header {
  padding: 1rem 0;
}
.cid-uLUoUOgZdg .panel-title-edit {
  color: #000000;
}
.cid-uLUoUOEv4V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLUoUOEv4V img,
.cid-uLUoUOEv4V .item-img {
  width: 100%;
}
.cid-uLUoUOEv4V .item:focus,
.cid-uLUoUOEv4V span:focus {
  outline: none;
}
.cid-uLUoUOEv4V .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLUoUOEv4V .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLUoUOEv4V .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLUoUOEv4V .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLUoUOEv4V .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLUoUOEv4V .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLUoUOEv4V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLUoUOEv4V .mbr-section-title {
  color: #232323;
}
.cid-uLUoUOEv4V .mbr-text,
.cid-uLUoUOEv4V .mbr-section-btn {
  text-align: left;
}
.cid-uLUoUOEv4V .item-title {
  text-align: left;
}
.cid-uLUoUOEv4V .item-subtitle {
  text-align: left;
}
.cid-uLUoUP5jVV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uLUoUP5jVV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLUoUP5jVV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLUoUP5jVV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLUoUP5jVV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLUoUP5jVV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLUoUP5jVV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLUoUP5jVV .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uLUoUP5jVV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLUoUP5jVV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLUoUP5jVV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLUoUP5jVV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLUoUP5jVV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLUoUP5jVV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLUoUP5jVV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLUoUP5jVV foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
.cid-uZZ3XNGnmp {
  z-index: 1000;
  width: 100%;
}
.cid-uZZ3XNGnmp nav.navbar {
  position: fixed;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZZ3XNGnmp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZZ3XNGnmp .dropdown-item:hover,
.cid-uZZ3XNGnmp .dropdown-item:focus {
  background: #e6c63b !important;
  color: white !important;
}
.cid-uZZ3XNGnmp .dropdown-item:hover span {
  color: white;
}
.cid-uZZ3XNGnmp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZZ3XNGnmp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZZ3XNGnmp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZZ3XNGnmp .nav-link {
  position: relative;
}
.cid-uZZ3XNGnmp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uZZ3XNGnmp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown-menu,
.cid-uZZ3XNGnmp .navbar.opened {
  background: #003366 !important;
}
.cid-uZZ3XNGnmp .nav-item:focus,
.cid-uZZ3XNGnmp .nav-link:focus {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZZ3XNGnmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZZ3XNGnmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZZ3XNGnmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZZ3XNGnmp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 51, 102, 0.5);
}
.cid-uZZ3XNGnmp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZZ3XNGnmp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZZ3XNGnmp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZZ3XNGnmp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar.collapsed {
  justify-content: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZZ3XNGnmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZZ3XNGnmp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZZ3XNGnmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZZ3XNGnmp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZZ3XNGnmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZZ3XNGnmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZZ3XNGnmp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZZ3XNGnmp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZZ3XNGnmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZZ3XNGnmp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZZ3XNGnmp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZZ3XNGnmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZZ3XNGnmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZZ3XNGnmp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZZ3XNGnmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZZ3XNGnmp .dropdown-item.active,
.cid-uZZ3XNGnmp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZZ3XNGnmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZZ3XNGnmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-uZZ3XNGnmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZZ3XNGnmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZZ3XNGnmp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZZ3XNGnmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZZ3XNGnmp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbbbbb;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZZ3XNGnmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZZ3XNGnmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZZ3XNGnmp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZZ3XNGnmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZZ3XNGnmp .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-uZZ3XNGnmp .navbar {
    height: 70px;
  }
  .cid-uZZ3XNGnmp .navbar.opened {
    height: auto;
  }
  .cid-uZZ3XNGnmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTwARFLLq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uZTwARFLLq img,
.cid-uZTwARFLLq .item-img {
  width: 100%;
}
.cid-uZTwARFLLq .item:focus,
.cid-uZTwARFLLq span:focus {
  outline: none;
}
.cid-uZTwARFLLq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZTwARFLLq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZTwARFLLq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uZTwARFLLq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZTwARFLLq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uZTwARFLLq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uZTwARFLLq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZTwARFLLq .mbr-section-title {
  color: #ffffff;
}
.cid-uZTwARFLLq .mbr-text,
.cid-uZTwARFLLq .mbr-section-btn {
  text-align: left;
}
.cid-uZTwARFLLq .item-title {
  text-align: left;
}
.cid-uZTwARFLLq .item-subtitle {
  text-align: left;
}
.cid-uZTwARFLLq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZTwAS0sJL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZTwAS0sJL img,
.cid-uZTwAS0sJL .item-img {
  width: 100%;
}
.cid-uZTwAS0sJL .item:focus,
.cid-uZTwAS0sJL span:focus {
  outline: none;
}
.cid-uZTwAS0sJL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZTwAS0sJL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uZTwAS0sJL .item {
  padding: 0;
  margin: 0;
}
.cid-uZTwAS0sJL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZTwAS0sJL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uZTwAS0sJL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZTwAS0sJL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uZTwAS0sJL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uZTwAS0sJL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZTwAS0sJL .mbr-section-title {
  color: #232323;
}
.cid-uZTwAS0sJL .mbr-text,
.cid-uZTwAS0sJL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTwAS0sJL .item-title {
  text-align: left;
}
.cid-uZTwAS0sJL .item-subtitle {
  text-align: left;
  color: #ff0000;
}
.cid-uZTwASj4RV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTwASj4RV .video-wrapper iframe {
  width: 100%;
}
.cid-uZTwASj4RV .mbr-section-title,
.cid-uZTwASj4RV .mbr-section-subtitle,
.cid-uZTwASj4RV .mbr-text {
  text-align: center;
}
.cid-uZTwASj4RV .mbr-section-title {
  color: #ffffff;
}
.cid-uZTwASBt61 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uZTwASBt61 .video-wrapper iframe {
  width: 100%;
}
.cid-uZTwASBt61 .mbr-section-title,
.cid-uZTwASBt61 .mbr-section-subtitle,
.cid-uZTwASBt61 .mbr-text {
  text-align: center;
}
.cid-uZTwASUcsJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uZTwASUcsJ .video-wrapper iframe {
  width: 100%;
}
.cid-uZTwASUcsJ .mbr-section-title,
.cid-uZTwASUcsJ .mbr-section-subtitle,
.cid-uZTwASUcsJ .mbr-text {
  text-align: center;
}
.cid-uZTwATa7WN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZTwATa7WN .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZTwATa7WN img,
.cid-uZTwATa7WN .item-img {
  width: 100%;
}
.cid-uZTwATa7WN .item:focus,
.cid-uZTwATa7WN span:focus {
  outline: none;
}
.cid-uZTwATa7WN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZTwATa7WN .item {
    margin-bottom: 1rem;
  }
}
.cid-uZTwATa7WN .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZTwATa7WN .mbr-section-title {
  color: #232323;
}
.cid-uZTwATa7WN .mbr-text,
.cid-uZTwATa7WN .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uZTwATa7WN .item-title {
  color: #232323;
  text-align: center;
}
.cid-uZTwATa7WN .content-head {
  max-width: 800px;
}
.cid-uZTwATtdwY {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uZTwATtdwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTwATtdwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTwATtdwY .row {
  flex-direction: row-reverse;
}
.cid-uZTwATtdwY .mbr-description {
  color: #ffffff;
}
.cid-uZTwATM8C9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uZTwATM8C9 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uZTwATM8C9 .mbr-section-title,
.cid-uZTwATM8C9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uZTwATM8C9 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZTwATM8C9 .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uZTwATM8C9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZTwATM8C9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZTwATM8C9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTwATM8C9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZTwATM8C9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZTwAUmp1N {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uZTwAUmp1N .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uZTwAUmp1N .mbr-section-title,
.cid-uZTwAUmp1N .mbr-section-subtitle {
  text-align: center;
}
.cid-uZTwAUmp1N .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZTwAUmp1N .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uZTwAUmp1N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZTwAUmp1N .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZTwAUmp1N .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTwAUmp1N .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZTwAUmp1N .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZTwAUSGMe {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uZTwAUSGMe .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uZTwAUSGMe .mbr-section-title,
.cid-uZTwAUSGMe .mbr-section-subtitle {
  text-align: center;
}
.cid-uZTwAUSGMe .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZTwAUSGMe .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uZTwAUSGMe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZTwAUSGMe .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZTwAUSGMe .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTwAUSGMe .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZTwAUSGMe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZTwAVnIMV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uZTwAVnIMV .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uZTwAVnIMV .mbr-section-title,
.cid-uZTwAVnIMV .mbr-section-subtitle {
  text-align: center;
}
.cid-uZTwAVnIMV .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZTwAVnIMV .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uZTwAVnIMV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZTwAVnIMV .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZTwAVnIMV .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTwAVnIMV .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZTwAVnIMV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZTwAVnIMV .card-title {
  text-align: left;
}
.cid-uZTwAVXu8e {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uZTwAVXu8e .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uZTwAVXu8e .mbr-section-title,
.cid-uZTwAVXu8e .mbr-section-subtitle {
  text-align: center;
}
.cid-uZTwAVXu8e .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZTwAVXu8e .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uZTwAVXu8e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZTwAVXu8e .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZTwAVXu8e .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTwAVXu8e .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZTwAVXu8e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZTwAWr1YU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZTwAWr1YU .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uZTwAWr1YU .mbr-section-title,
.cid-uZTwAWr1YU .mbr-section-subtitle {
  text-align: center;
}
.cid-uZTwAWr1YU .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZTwAWr1YU .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uZTwAWr1YU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZTwAWr1YU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZTwAWr1YU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTwAWr1YU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZTwAWr1YU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZTwAWZRrD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZTwAWZRrD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZTwAWZRrD .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uZTwAXi2wM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZTwAXi2wM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZTwAXi2wM .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uZTwAXi2wM .mbr-section-title {
  color: #ffffff;
}
.cid-uZTwAXi2wM .mbr-text,
.cid-uZTwAXi2wM .mbr-section-btn {
  color: #ffffff;
}
.cid-uZTwAXCRMB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uZTwAXCRMB img,
.cid-uZTwAXCRMB .item-img {
  width: 100%;
}
.cid-uZTwAXCRMB .item:focus,
.cid-uZTwAXCRMB span:focus {
  outline: none;
}
.cid-uZTwAXCRMB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZTwAXCRMB .item {
    margin-bottom: 1rem;
  }
}
.cid-uZTwAXCRMB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uZTwAXCRMB .item {
  padding: 0;
  margin: 0;
}
.cid-uZTwAXCRMB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZTwAXCRMB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTwAXCRMB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZTwAXCRMB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZTwAXCRMB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZTwAXCRMB .mbr-section-title {
  color: #000000;
}
.cid-uZTwAXCRMB .item-title {
  text-align: left;
}
.cid-uZTwAXCRMB .item-subtitle {
  text-align: left;
}
.cid-uZTwAXCRMB .mbr-text,
.cid-uZTwAXCRMB .item .mbr-section-btn {
  text-align: left;
}
.cid-uZTwAXCRMB .content-head {
  max-width: 800px;
}
.cid-uZTwAXWSSm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZTwAXWSSm .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uZTwAXWSSm .mbr-section-title,
.cid-uZTwAXWSSm .mbr-section-subtitle {
  text-align: center;
}
.cid-uZTwAXWSSm .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZTwAXWSSm .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uZTwAXWSSm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZTwAXWSSm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZTwAXWSSm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTwAXWSSm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZTwAXWSSm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZTwAYumyC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZTwAYumyC .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uZTwAYumyC .mbr-section-title,
.cid-uZTwAYumyC .mbr-section-subtitle {
  text-align: center;
}
.cid-uZTwAYumyC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uZTwAYumyC .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uZTwAYumyC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZTwAYumyC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uZTwAYumyC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZTwAYumyC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uZTwAYumyC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZTwAZ1TFt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uZTwAZ1TFt img,
.cid-uZTwAZ1TFt .item-img {
  width: 100%;
}
.cid-uZTwAZ1TFt .item:focus,
.cid-uZTwAZ1TFt span:focus {
  outline: none;
}
.cid-uZTwAZ1TFt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZTwAZ1TFt .item {
    margin-bottom: 1rem;
  }
}
.cid-uZTwAZ1TFt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uZTwAZ1TFt .item {
  padding: 0;
  margin: 0;
}
.cid-uZTwAZ1TFt .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZTwAZ1TFt .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZTwAZ1TFt .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZTwAZ1TFt .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZTwAZ1TFt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZTwAZ1TFt .mbr-section-title {
  color: #000000;
}
.cid-uZTwAZ1TFt .item-title {
  text-align: left;
}
.cid-uZTwAZ1TFt .item-subtitle {
  text-align: left;
}
.cid-uZTwAZ1TFt .mbr-text,
.cid-uZTwAZ1TFt .item .mbr-section-btn {
  text-align: left;
}
.cid-uZTwAZ1TFt .content-head {
  max-width: 800px;
}
.cid-uZTwAZn9ZZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uZTwAZn9ZZ img,
.cid-uZTwAZn9ZZ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZTwAZn9ZZ .item:focus,
.cid-uZTwAZn9ZZ span:focus {
  outline: none;
}
.cid-uZTwAZn9ZZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZTwAZn9ZZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uZTwAZn9ZZ .item {
  padding: 0;
  margin: 0;
}
.cid-uZTwAZn9ZZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZTwAZn9ZZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZTwAZn9ZZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uZTwAZn9ZZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZTwAZn9ZZ .mbr-section-title {
  color: #ffffff;
}
.cid-uZTwAZn9ZZ .mbr-text,
.cid-uZTwAZn9ZZ .mbr-section-btn {
  text-align: left;
}
.cid-uZTwAZn9ZZ .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-uZTwAZn9ZZ .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uZTwAZn9ZZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZTwAZIGam {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZTwAZIGam .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uZTwAZIGam .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZTwAZIGam .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #e6c63b;
}
.cid-uZTwAZIGam .panel-body,
.cid-uZTwAZIGam .card-header {
  padding: 1rem 0;
}
.cid-uZTwAZIGam .panel-title-edit {
  color: #000000;
}
.cid-uZTwB09vsy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZTwB09vsy img,
.cid-uZTwB09vsy .item-img {
  width: 100%;
}
.cid-uZTwB09vsy .item:focus,
.cid-uZTwB09vsy span:focus {
  outline: none;
}
.cid-uZTwB09vsy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZTwB09vsy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZTwB09vsy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uZTwB09vsy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZTwB09vsy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uZTwB09vsy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uZTwB09vsy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZTwB09vsy .mbr-section-title {
  color: #232323;
}
.cid-uZTwB09vsy .mbr-text,
.cid-uZTwB09vsy .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uZTwB09vsy .item-title {
  text-align: left;
}
.cid-uZTwB09vsy .item-subtitle {
  text-align: left;
}
.cid-uZTwB0y4QJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uZTwB0y4QJ img,
.cid-uZTwB0y4QJ .item-img {
  width: 100%;
}
.cid-uZTwB0y4QJ .item:focus,
.cid-uZTwB0y4QJ span:focus {
  outline: none;
}
.cid-uZTwB0y4QJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZTwB0y4QJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZTwB0y4QJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uZTwB0y4QJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZTwB0y4QJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uZTwB0y4QJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uZTwB0y4QJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZTwB0y4QJ .mbr-section-title {
  color: #ffffff;
}
.cid-uZTwB0y4QJ .mbr-text,
.cid-uZTwB0y4QJ .mbr-section-btn {
  text-align: left;
}
.cid-uZTwB0y4QJ .item-title {
  text-align: left;
}
.cid-uZTwB0y4QJ .item-subtitle {
  text-align: left;
}
.cid-uZTwB0y4QJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZTwB12DkC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uZTwB12DkC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZTwB12DkC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZTwB12DkC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZTwB12DkC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZTwB12DkC .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZTwB12DkC .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZTwB12DkC .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZTwB12DkC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZTwB12DkC .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZTwB12DkC .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZTwB12DkC .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZTwB12DkC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZTwB12DkC .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZTwB12DkC .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZTwB12DkC foot-menu-item {
  color: #e6c63b;
  text-align: right;
}
