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.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #eacb9c !important;
}
.bg-success {
  background-color: #784e0d !important;
}
.bg-info {
  background-color: #2a56a5 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #eacb9c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eacb9c !important;
  border-color: #eacb9c !important;
  color: #6f4c18 !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: #dba554 !important;
  border-color: #dba554 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #6f4c18 !important;
  background-color: #dba554 !important;
  border-color: #dba554 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff7e66 !important;
  border-color: #ff7e66 !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: #ff350f !important;
  border-color: #ff350f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff350f !important;
  border-color: #ff350f !important;
}
.btn-info,
.btn-info:active {
  background-color: #2a56a5 !important;
  border-color: #2a56a5 !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: #183260 !important;
  border-color: #183260 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #183260 !important;
  border-color: #183260 !important;
}
.btn-success,
.btn-success:active {
  background-color: #784e0d !important;
  border-color: #784e0d !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: #2a1b05 !important;
  border-color: #2a1b05 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a1b05 !important;
  border-color: #2a1b05 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eacb9c !important;
  border-color: #eacb9c !important;
  color: #6f4c18 !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: #dba554 !important;
  border-color: #dba554 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6f4c18 !important;
  background-color: #dba554 !important;
  border-color: #dba554 !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: #eacb9c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #dba554 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6f4c18 !important;
  background-color: #eacb9c !important;
  border-color: #eacb9c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7e66;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff350f !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: #ff7e66 !important;
  border-color: #ff7e66 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2a56a5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #183260 !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: #2a56a5 !important;
  border-color: #2a56a5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #784e0d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a1b05 !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: #784e0d !important;
  border-color: #784e0d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eacb9c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dba554 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6f4c18 !important;
  background-color: #eacb9c !important;
  border-color: #eacb9c !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: #eacb9c !important;
}
.text-secondary {
  color: #ff7e66 !important;
}
.text-success {
  color: #784e0d !important;
}
.text-info {
  color: #2a56a5 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #eacb9c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d89f48 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff2800 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1c1203 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #152c54 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d89f48 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #eacb9c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2a56a5;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #eacb9c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eacb9c;
  border-color: #eacb9c;
  color: #845b1c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #eacb9c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e7981e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7398db;
}
.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 a {
  border-radius: 100px;
}
.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: #eacb9c !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: #eacb9c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eacb9c;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #eacb9c;
}
.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: #eacb9c;
  border-bottom-color: #eacb9c;
}
.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: #eacb9c !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: #ff7e66 !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='%23eacb9c' %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-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUxtuj8aiC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #2a56a5;
}
.cid-tUxtuj8aiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxtuj8aiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxtuj8aiC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUxtuj8aiC .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-tUxtuj8aiC .mbr-section-title {
  color: #ebe7e1;
}
.cid-tUxtuj8aiC .mbr-text,
.cid-tUxtuj8aiC .mbr-section-btn {
  color: #ffffff;
}
.cid-tUxFzIDjPZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tUxFzIDjPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUxFzIDjPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUxFzIDjPZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUxFzIDjPZ .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-tUxFzIDjPZ .mbr-section-title {
  color: #ffffff;
}
.cid-tUxFzIDjPZ .mbr-text,
.cid-tUxFzIDjPZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUPTIyF1hN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #784e0d;
}
.cid-tUPTIyF1hN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUPTIyF1hN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUPTIyF1hN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUPTIyF1hN .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-tUPTIyF1hN .mbr-section-title {
  color: #ffffff;
}
.cid-tUPTIyF1hN .mbr-text,
.cid-tUPTIyF1hN .mbr-section-btn {
  color: #ffffff;
}
.cid-tUPTKPkamj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tUPTKPkamj img,
.cid-tUPTKPkamj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tUPTKPkamj .item:focus,
.cid-tUPTKPkamj span:focus {
  outline: none;
}
.cid-tUPTKPkamj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUPTKPkamj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUPTKPkamj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUPTKPkamj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUPTKPkamj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUPTKPkamj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUPTKPkamj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUPTKPkamj .mbr-section-title {
  color: #ffffff;
}
.cid-tUPTKPkamj .mbr-text,
.cid-tUPTKPkamj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUPTKPkamj .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUPTKPkamj .item-subtitle {
  text-align: center;
}
.cid-tV2m9Wcfto {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUEe0UIhFf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tUEe0UIhFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUEe0UIhFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUEe0UIhFf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUEe0UIhFf .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-tUEe0UIhFf .mbr-section-title {
  color: #ffffff;
}
.cid-tUEe0UIhFf .mbr-text,
.cid-tUEe0UIhFf .mbr-section-btn {
  color: #ffffff;
}
.cid-tUE2RX5gr5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUE2RX5gr5 img,
.cid-tUE2RX5gr5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tUE2RX5gr5 .item:focus,
.cid-tUE2RX5gr5 span:focus {
  outline: none;
}
.cid-tUE2RX5gr5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUE2RX5gr5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUE2RX5gr5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUE2RX5gr5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUE2RX5gr5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUE2RX5gr5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUE2RX5gr5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUE2RX5gr5 .mbr-section-title {
  color: #232323;
}
.cid-tUE2RX5gr5 .mbr-text,
.cid-tUE2RX5gr5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUE2RX5gr5 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUE2RX5gr5 .item-subtitle {
  text-align: center;
}
.cid-tV7p7aGDoI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #784e0d;
}
.cid-tV7p7aGDoI .line {
  background-color: #eacb9c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUEjnpL2ys {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUEjnpL2ys img,
.cid-tUEjnpL2ys .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tUEjnpL2ys .item:focus,
.cid-tUEjnpL2ys span:focus {
  outline: none;
}
.cid-tUEjnpL2ys .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUEjnpL2ys .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUEjnpL2ys .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUEjnpL2ys .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUEjnpL2ys .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUEjnpL2ys .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUEjnpL2ys .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUEjnpL2ys .mbr-section-title {
  color: #232323;
}
.cid-tUEjnpL2ys .mbr-text,
.cid-tUEjnpL2ys .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUEjnpL2ys .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUEjnpL2ys .item-subtitle {
  text-align: center;
}
.cid-tV2o9HL78q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUzPKbgDFe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tUzPKbgDFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzPKbgDFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzPKbgDFe .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUzPKbgDFe .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-tUzPKbgDFe .mbr-section-title {
  color: #ffffff;
}
.cid-tUzPKbgDFe .mbr-text,
.cid-tUzPKbgDFe .mbr-section-btn {
  color: #ffffff;
}
.cid-tUYrYvoxt7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tUYrYvoxt7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUYrYvoxt7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tUzRXqYtCV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e1d5c4;
}
.cid-tUzRXqYtCV img,
.cid-tUzRXqYtCV .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tUzRXqYtCV .item:focus,
.cid-tUzRXqYtCV span:focus {
  outline: none;
}
.cid-tUzRXqYtCV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUzRXqYtCV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUzRXqYtCV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUzRXqYtCV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUzRXqYtCV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUzRXqYtCV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUzRXqYtCV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUzRXqYtCV .mbr-section-title {
  color: #784e0d;
}
.cid-tUzRXqYtCV .mbr-text,
.cid-tUzRXqYtCV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUzRXqYtCV .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUzRXqYtCV .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tUzRXqYtCV .mbr-section-subtitle {
  color: #784e0d;
}
.cid-tUAxe4d35P {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e1d5c4;
}
.cid-tUAxe4d35P img,
.cid-tUAxe4d35P .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tUAxe4d35P .item:focus,
.cid-tUAxe4d35P span:focus {
  outline: none;
}
.cid-tUAxe4d35P .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUAxe4d35P .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUAxe4d35P .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUAxe4d35P .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUAxe4d35P .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUAxe4d35P .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUAxe4d35P .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUAxe4d35P .mbr-section-title {
  color: #784e0d;
}
.cid-tUAxe4d35P .mbr-text,
.cid-tUAxe4d35P .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUAxe4d35P .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUAxe4d35P .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tUAxe4d35P .mbr-section-subtitle {
  color: #784e0d;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV4QvfRGt9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tV4QvfRGt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4QvfRGt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4QvfRGt9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tV4QvfRGt9 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-tV4QvfRGt9 .mbr-section-title {
  color: #ffffff;
}
.cid-tV4QvfRGt9 .mbr-text,
.cid-tV4QvfRGt9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tV4HwjLsvz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tV4HwjLsvz .mbr-text {
  color: #ffffff;
}
.cid-tV4HwjLsvz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV4KL20pGi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tV4KL20pGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4KL20pGi .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-tV4KL20pGi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tV4KL20pGi .row {
  flex-direction: row-reverse;
}
.cid-tV4KL20pGi img {
  width: 100%;
}
.cid-tV4KL20pGi .mbr-description {
  color: #ffffff;
}
.cid-tV4ITBK2CC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tV4ITBK2CC .mbr-text {
  color: #ffffff;
}
.cid-tV4ITBK2CC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV4HUZYNPp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tV4HUZYNPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4HUZYNPp .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-tV4HUZYNPp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tV4HUZYNPp .row {
  flex-direction: row-reverse;
}
.cid-tV4HUZYNPp img {
  width: 100%;
}
.cid-tV4HUZYNPp .mbr-description {
  color: #ffffff;
}
.cid-tV4JyK4ZDa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tV4JyK4ZDa .mbr-text {
  color: #ffffff;
}
.cid-tV4JyK4ZDa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV4JdT9KdH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tV4JdT9KdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4JdT9KdH .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-tV4JdT9KdH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tV4JdT9KdH .row {
  flex-direction: row-reverse;
}
.cid-tV4JdT9KdH img {
  width: 100%;
}
.cid-tV4JdT9KdH .mbr-description {
  color: #ffffff;
}
.cid-tV4MfLTsf1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tV4MfLTsf1 .mbr-text {
  color: #ffffff;
}
.cid-tV4MfLTsf1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV4ORieJfw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUEFflWdL9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUEFflWdL9 nav.navbar {
  position: fixed;
}
.cid-tUEFflWdL9 .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-tUEFflWdL9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUEFflWdL9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUEFflWdL9 .dropdown-item:hover,
.cid-tUEFflWdL9 .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUEFflWdL9 .dropdown-item:hover span {
  color: white;
}
.cid-tUEFflWdL9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUEFflWdL9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUEFflWdL9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUEFflWdL9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUEFflWdL9 .nav-link {
  position: relative;
}
.cid-tUEFflWdL9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUEFflWdL9 .container {
    flex-wrap: nowrap;
  }
}
.cid-tUEFflWdL9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUEFflWdL9 .dropdown-menu,
.cid-tUEFflWdL9 .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUEFflWdL9 .nav-item:focus,
.cid-tUEFflWdL9 .nav-link:focus {
  outline: none;
}
.cid-tUEFflWdL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUEFflWdL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUEFflWdL9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUEFflWdL9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUEFflWdL9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUEFflWdL9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUEFflWdL9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUEFflWdL9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tUEFflWdL9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUEFflWdL9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tUEFflWdL9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUEFflWdL9 .navbar.collapsed {
  justify-content: center;
}
.cid-tUEFflWdL9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUEFflWdL9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUEFflWdL9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUEFflWdL9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUEFflWdL9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUEFflWdL9 .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-tUEFflWdL9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUEFflWdL9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUEFflWdL9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUEFflWdL9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUEFflWdL9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUEFflWdL9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUEFflWdL9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUEFflWdL9 .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-tUEFflWdL9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUEFflWdL9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUEFflWdL9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUEFflWdL9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUEFflWdL9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUEFflWdL9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUEFflWdL9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUEFflWdL9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUEFflWdL9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUEFflWdL9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUEFflWdL9 .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-tUEFflWdL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUEFflWdL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUEFflWdL9 .dropdown-item.active,
.cid-tUEFflWdL9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tUEFflWdL9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUEFflWdL9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUEFflWdL9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUEFflWdL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUEFflWdL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUEFflWdL9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUEFflWdL9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUEFflWdL9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUEFflWdL9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUEFflWdL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUEFflWdL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUEFflWdL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUEFflWdL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUEFflWdL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUEFflWdL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUEFflWdL9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUEFflWdL9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUEFflWdL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUEFflWdL9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUEFflWdL9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUEFflWdL9 .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-tUEFflWdL9 .navbar {
    height: 70px;
  }
  .cid-tUEFflWdL9 .navbar.opened {
    height: auto;
  }
  .cid-tUEFflWdL9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUEFfmxhCm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #784e0d;
}
.cid-tUEFfmxhCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUEFfmxhCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUEFfmxhCm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUEFfmxhCm .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-tUEFfmxhCm .mbr-section-title {
  color: #ffffff;
}
.cid-tUEFfmxhCm .mbr-text,
.cid-tUEFfmxhCm .mbr-section-btn {
  color: #ffffff;
}
.cid-tUEFfnaAr5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUEFfnaAr5 img,
.cid-tUEFfnaAr5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tUEFfnaAr5 .item:focus,
.cid-tUEFfnaAr5 span:focus {
  outline: none;
}
.cid-tUEFfnaAr5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUEFfnaAr5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUEFfnaAr5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUEFfnaAr5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUEFfnaAr5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUEFfnaAr5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUEFfnaAr5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUEFfnaAr5 .mbr-section-title {
  color: #232323;
}
.cid-tUEFfnaAr5 .mbr-text,
.cid-tUEFfnaAr5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUEFfnaAr5 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUEFfnaAr5 .item-subtitle {
  text-align: center;
}
.cid-tUEFfnSPic {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUEFfnSPic img,
.cid-tUEFfnSPic .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tUEFfnSPic .item:focus,
.cid-tUEFfnSPic span:focus {
  outline: none;
}
.cid-tUEFfnSPic .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUEFfnSPic .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUEFfnSPic .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUEFfnSPic .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUEFfnSPic .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUEFfnSPic .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUEFfnSPic .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUEFfnSPic .mbr-section-title {
  color: #232323;
}
.cid-tUEFfnSPic .mbr-text,
.cid-tUEFfnSPic .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUEFfnSPic .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUEFfnSPic .item-subtitle {
  text-align: center;
}
.cid-tV2ofBIImO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV7hgT11iA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tV7hgT11iA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV7hgT11iA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV7hgT11iA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tV7hgT11iA .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tV7hgT11iA .mbr-section-title {
  color: #ffffff;
}
.cid-tV7hgT11iA .mbr-text,
.cid-tV7hgT11iA .mbr-section-btn {
  color: #ffffff;
}
.cid-tV7j6iw80Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tV7j6iw80Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV7j6iw80Z .mbr-text {
  color: #ffffff;
}
.cid-tV7lqh9N5G {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUVPpy1q1W {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tUVPpy1q1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUVPpy1q1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUVPpy1q1W .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUVPpy1q1W .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-tUVPpy1q1W .mbr-section-title {
  color: #ffffff;
}
.cid-tUVPpy1q1W .mbr-text,
.cid-tUVPpy1q1W .mbr-section-btn {
  color: #ffffff;
}
.cid-tUVPBTvIVD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUVPBTvIVD img,
.cid-tUVPBTvIVD .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tUVPBTvIVD .item:focus,
.cid-tUVPBTvIVD span:focus {
  outline: none;
}
.cid-tUVPBTvIVD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUVPBTvIVD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUVPBTvIVD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUVPBTvIVD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tUVPBTvIVD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUVPBTvIVD .mbr-section-title {
  color: #232323;
}
.cid-tUVPBTvIVD .mbr-text,
.cid-tUVPBTvIVD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUVPBTvIVD .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUVPBTvIVD .item-subtitle {
  text-align: center;
}
.cid-uBXQaELsLS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBXQaELsLS img,
.cid-uBXQaELsLS .item-img {
  width: 100%;
}
.cid-uBXQaELsLS .item:focus,
.cid-uBXQaELsLS span:focus {
  outline: none;
}
.cid-uBXQaELsLS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBXQaELsLS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBXQaELsLS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBXQaELsLS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBXQaELsLS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBXQaELsLS .mbr-section-title {
  color: #232323;
}
.cid-uBXQaELsLS .mbr-text,
.cid-uBXQaELsLS .mbr-section-btn {
  text-align: left;
}
.cid-uBXQaELsLS .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBXQaELsLS .item-subtitle {
  text-align: center;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUXfI59Orj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUXfI59Orj nav.navbar {
  position: fixed;
}
.cid-tUXfI59Orj .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-tUXfI59Orj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUXfI59Orj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUXfI59Orj .dropdown-item:hover,
.cid-tUXfI59Orj .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUXfI59Orj .dropdown-item:hover span {
  color: white;
}
.cid-tUXfI59Orj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUXfI59Orj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUXfI59Orj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUXfI59Orj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUXfI59Orj .nav-link {
  position: relative;
}
.cid-tUXfI59Orj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUXfI59Orj .container {
    flex-wrap: nowrap;
  }
}
.cid-tUXfI59Orj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUXfI59Orj .dropdown-menu,
.cid-tUXfI59Orj .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUXfI59Orj .nav-item:focus,
.cid-tUXfI59Orj .nav-link:focus {
  outline: none;
}
.cid-tUXfI59Orj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUXfI59Orj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUXfI59Orj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUXfI59Orj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUXfI59Orj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUXfI59Orj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUXfI59Orj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUXfI59Orj .navbar.opened {
  transition: all 0.3s;
}
.cid-tUXfI59Orj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUXfI59Orj .navbar .navbar-logo img {
  width: auto;
}
.cid-tUXfI59Orj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUXfI59Orj .navbar.collapsed {
  justify-content: center;
}
.cid-tUXfI59Orj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUXfI59Orj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUXfI59Orj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUXfI59Orj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUXfI59Orj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUXfI59Orj .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-tUXfI59Orj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUXfI59Orj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUXfI59Orj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUXfI59Orj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUXfI59Orj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUXfI59Orj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUXfI59Orj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUXfI59Orj .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-tUXfI59Orj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUXfI59Orj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUXfI59Orj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUXfI59Orj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUXfI59Orj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUXfI59Orj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUXfI59Orj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUXfI59Orj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUXfI59Orj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUXfI59Orj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUXfI59Orj .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-tUXfI59Orj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUXfI59Orj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUXfI59Orj .dropdown-item.active,
.cid-tUXfI59Orj .dropdown-item:active {
  background-color: transparent;
}
.cid-tUXfI59Orj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUXfI59Orj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUXfI59Orj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUXfI59Orj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUXfI59Orj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUXfI59Orj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUXfI59Orj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUXfI59Orj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUXfI59Orj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUXfI59Orj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUXfI59Orj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUXfI59Orj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUXfI59Orj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUXfI59Orj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUXfI59Orj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUXfI59Orj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUXfI59Orj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUXfI59Orj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUXfI59Orj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUXfI59Orj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUXfI59Orj .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-tUXfI59Orj .navbar {
    height: 70px;
  }
  .cid-tUXfI59Orj .navbar.opened {
    height: auto;
  }
  .cid-tUXfI59Orj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUXfI5tg7n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #784e0d;
}
.cid-tUXfI5tg7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUXfI5tg7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUXfI5tg7n .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUXfI5tg7n .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tUXfI5tg7n .mbr-section-title {
  color: #ffffff;
}
.cid-tUXfI5tg7n .mbr-text,
.cid-tUXfI5tg7n .mbr-section-btn {
  color: #ffffff;
}
.cid-tUXfI5MYJa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #784e0d;
}
.cid-tUXfI5MYJa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUXfI5MYJa .mbr-text {
  color: #ffffff;
}
.cid-tUXfI5Z7p6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tUXfI5Z7p6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUXfI5Z7p6 .mbr-text {
  color: #ffffff;
}
.cid-tUXfI6BzuU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tUXfI6BzuU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUXfI6BzuU .mbr-text {
  color: #ffffff;
}
.cid-tUXfI77EoC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tUXfI77EoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUXfI77EoC .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-tUXfI77EoC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUXfI77EoC .row {
  flex-direction: row-reverse;
}
.cid-tUXfI77EoC img {
  width: 100%;
}
.cid-tUXfI77EoC .mbr-description {
  color: #ffffff;
}
.cid-tUXfI6S5Qb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tUXfI6S5Qb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUXfI6S5Qb .mbr-text {
  color: #ffffff;
}
.cid-tUXfI7pptz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #784e0d;
}
.cid-tUXfI7pptz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUXfI7pptz .mbr-text {
  color: #ffffff;
}
.cid-tUXvPunhJ1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tUXvPunhJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUXvPunhJ1 .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-tUXvPunhJ1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUXvPunhJ1 .row {
  flex-direction: row-reverse;
}
.cid-tUXvPunhJ1 img {
  width: 100%;
}
.cid-tUXvPunhJ1 .mbr-description {
  color: #ffffff;
}
.cid-tUXfI7Gim8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #784e0d;
}
.cid-tUXfI7Gim8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUXfI7Gim8 .mbr-text {
  color: #ffffff;
}
.cid-tV2lVYI0Rj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUXfI59Orj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUXfI59Orj nav.navbar {
  position: fixed;
}
.cid-tUXfI59Orj .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-tUXfI59Orj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUXfI59Orj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUXfI59Orj .dropdown-item:hover,
.cid-tUXfI59Orj .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUXfI59Orj .dropdown-item:hover span {
  color: white;
}
.cid-tUXfI59Orj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUXfI59Orj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUXfI59Orj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUXfI59Orj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUXfI59Orj .nav-link {
  position: relative;
}
.cid-tUXfI59Orj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUXfI59Orj .container {
    flex-wrap: nowrap;
  }
}
.cid-tUXfI59Orj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUXfI59Orj .dropdown-menu,
.cid-tUXfI59Orj .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUXfI59Orj .nav-item:focus,
.cid-tUXfI59Orj .nav-link:focus {
  outline: none;
}
.cid-tUXfI59Orj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUXfI59Orj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUXfI59Orj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUXfI59Orj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUXfI59Orj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUXfI59Orj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUXfI59Orj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUXfI59Orj .navbar.opened {
  transition: all 0.3s;
}
.cid-tUXfI59Orj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUXfI59Orj .navbar .navbar-logo img {
  width: auto;
}
.cid-tUXfI59Orj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUXfI59Orj .navbar.collapsed {
  justify-content: center;
}
.cid-tUXfI59Orj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUXfI59Orj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUXfI59Orj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUXfI59Orj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUXfI59Orj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUXfI59Orj .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-tUXfI59Orj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUXfI59Orj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUXfI59Orj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUXfI59Orj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUXfI59Orj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUXfI59Orj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUXfI59Orj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUXfI59Orj .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-tUXfI59Orj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUXfI59Orj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUXfI59Orj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUXfI59Orj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUXfI59Orj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUXfI59Orj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUXfI59Orj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUXfI59Orj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUXfI59Orj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUXfI59Orj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUXfI59Orj .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-tUXfI59Orj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUXfI59Orj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUXfI59Orj .dropdown-item.active,
.cid-tUXfI59Orj .dropdown-item:active {
  background-color: transparent;
}
.cid-tUXfI59Orj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUXfI59Orj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUXfI59Orj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUXfI59Orj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUXfI59Orj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUXfI59Orj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUXfI59Orj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUXfI59Orj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUXfI59Orj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUXfI59Orj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUXfI59Orj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUXfI59Orj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUXfI59Orj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUXfI59Orj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUXfI59Orj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUXfI59Orj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUXfI59Orj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUXfI59Orj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUXfI59Orj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUXfI59Orj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUXfI59Orj .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-tUXfI59Orj .navbar {
    height: 70px;
  }
  .cid-tUXfI59Orj .navbar.opened {
    height: auto;
  }
  .cid-tUXfI59Orj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVvK3ziSHV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tVvK3ziSHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVvK3ziSHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVvK3ziSHV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVvK3ziSHV .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tVvK3ziSHV .mbr-section-title {
  color: #ffffff;
}
.cid-tVvK3ziSHV .mbr-text,
.cid-tVvK3ziSHV .mbr-section-btn {
  color: #ffffff;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUJTuKh5Eo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #784e0d;
}
.cid-tUJTuKh5Eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUJTuKh5Eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUJTuKh5Eo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUJTuKh5Eo .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-tUJTuKh5Eo .mbr-section-title {
  color: #ffffff;
}
.cid-tUJTuKh5Eo .mbr-text,
.cid-tUJTuKh5Eo .mbr-section-btn {
  color: #ffffff;
}
.cid-tUJTvLXjAs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUJTvLXjAs img,
.cid-tUJTvLXjAs .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tUJTvLXjAs .item:focus,
.cid-tUJTvLXjAs span:focus {
  outline: none;
}
.cid-tUJTvLXjAs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUJTvLXjAs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUJTvLXjAs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUJTvLXjAs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUJTvLXjAs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUJTvLXjAs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUJTvLXjAs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUJTvLXjAs .mbr-section-title {
  color: #ffffff;
}
.cid-tUJTvLXjAs .mbr-text,
.cid-tUJTvLXjAs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUJTvLXjAs .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUJTvLXjAs .item-subtitle {
  text-align: center;
}
.cid-tUK3bJ5QeI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tUK3bJ5QeI img,
.cid-tUK3bJ5QeI .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tUK3bJ5QeI .item:focus,
.cid-tUK3bJ5QeI span:focus {
  outline: none;
}
.cid-tUK3bJ5QeI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUK3bJ5QeI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUK3bJ5QeI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUK3bJ5QeI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUK3bJ5QeI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUK3bJ5QeI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUK3bJ5QeI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUK3bJ5QeI .mbr-section-title {
  color: #ffffff;
}
.cid-tUK3bJ5QeI .mbr-text,
.cid-tUK3bJ5QeI .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUK3bJ5QeI .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUK3bJ5QeI .item-subtitle {
  text-align: center;
}
.cid-tVGbZed0Jr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUMebbb5UG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tUMebbb5UG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUMebbb5UG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUMebbb5UG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUMebbb5UG .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tUMebbb5UG .mbr-section-title {
  color: #ffffff;
}
.cid-tUMebbb5UG .mbr-text,
.cid-tUMebbb5UG .mbr-section-btn {
  color: #ffffff;
}
.cid-tUMf4LifFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a56a5;
}
.cid-tUMf4LifFC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUMf4LifFC .mbr-text {
  color: #ffffff;
}
.cid-tV2nMYSaXW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWY0miULY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUWY0miULY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWY0miULY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWY0miULY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUWY0miULY .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-tUWY0miULY .mbr-section-title {
  color: #ffffff;
}
.cid-tUWY0miULY .mbr-text,
.cid-tUWY0miULY .mbr-section-btn {
  color: #ffffff;
}
.cid-tUWYEkvbUC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUWYEkvbUC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUWYEkvbUC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tUWZZmKnEt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUWZZmKnEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWZZmKnEt .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-tUWZZmKnEt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUWZZmKnEt .row {
  flex-direction: row-reverse;
}
.cid-tUWZZmKnEt img {
  width: 100%;
}
.cid-tUWZZmKnEt .mbr-description {
  color: #ffffff;
}
.cid-tUX1d1klpm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUX1d1klpm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUX1d1klpm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tUX2gOgw6G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUX2gOgw6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUX2gOgw6G .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-tUX2gOgw6G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUX2gOgw6G .row {
  flex-direction: row-reverse;
}
.cid-tUX2gOgw6G img {
  width: 100%;
}
.cid-tUX2gOgw6G .mbr-description {
  color: #ffffff;
}
.cid-tUX44EI4tq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUX44EI4tq .mbr-text {
  color: #ffffff;
}
.cid-tUX44EI4tq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUX4UaPI1C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUX4UaPI1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUX4UaPI1C .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-tUX4UaPI1C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUX4UaPI1C .row {
  flex-direction: row-reverse;
}
.cid-tUX4UaPI1C img {
  width: 100%;
}
.cid-tUX4UaPI1C .mbr-description {
  color: #ffffff;
}
.cid-tUX4V0pcUl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUX4V0pcUl .mbr-text {
  color: #ffffff;
}
.cid-tUX4V0pcUl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUX5UmkTVg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUX5UmkTVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUX5UmkTVg .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-tUX5UmkTVg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUX5UmkTVg .row {
  flex-direction: row-reverse;
}
.cid-tUX5UmkTVg img {
  width: 100%;
}
.cid-tUX5UmkTVg .mbr-description {
  color: #ffffff;
}
.cid-tUX5Vw7P02 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUX5Vw7P02 .mbr-text {
  color: #ffffff;
}
.cid-tUX5Vw7P02 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUX7L4xqY0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUX7L4xqY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUX7L4xqY0 .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-tUX7L4xqY0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUX7L4xqY0 .row {
  flex-direction: row-reverse;
}
.cid-tUX7L4xqY0 img {
  width: 100%;
}
.cid-tUX7L4xqY0 .mbr-description {
  color: #ffffff;
}
.cid-tUX7MGsLRf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUX7MGsLRf .mbr-text {
  color: #ffffff;
}
.cid-tUX7MGsLRf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUX91aGcZ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUX91aGcZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUX91aGcZ6 .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-tUX91aGcZ6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUX91aGcZ6 .row {
  flex-direction: row-reverse;
}
.cid-tUX91aGcZ6 img {
  width: 100%;
}
.cid-tUX91aGcZ6 .mbr-description {
  color: #ffffff;
}
.cid-tUX920owu6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUX920owu6 .mbr-text {
  color: #ffffff;
}
.cid-tUX920owu6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV2jOMURwL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUVSnFYjwJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #784e0d;
}
.cid-tUVSnFYjwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUVSnFYjwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUVSnFYjwJ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUVSnFYjwJ .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tUVSnFYjwJ .mbr-section-title {
  color: #ffffff;
}
.cid-tUVSnFYjwJ .mbr-text,
.cid-tUVSnFYjwJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tUVTgjLFor {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #784e0d;
}
.cid-tUVTgjLFor .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUVTgjLFor .mbr-text {
  color: #ffffff;
}
.cid-tUVU1650P2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #784e0d;
}
.cid-tUVU1650P2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUVU1650P2 .mbr-text {
  color: #ffffff;
}
.cid-tUW1FJk2fb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tUW1FJk2fb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUW1FJk2fb .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-tUW1FJk2fb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUW1FJk2fb .row {
  flex-direction: row-reverse;
}
.cid-tUW1FJk2fb img {
  width: 100%;
}
.cid-tUW1FJk2fb .mbr-description {
  color: #ffffff;
}
.cid-tUVV9H0f9l {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #784e0d;
}
.cid-tUVV9H0f9l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUVV9H0f9l .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tUVVumjGVO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #784e0d;
}
.cid-tUVVumjGVO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUVVumjGVO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tUVXUldsXW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tUVXUldsXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUVXUldsXW .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-tUVXUldsXW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUVXUldsXW .row {
  flex-direction: row-reverse;
}
.cid-tUVXUldsXW img {
  width: 100%;
}
.cid-tUVXUldsXW .mbr-description {
  color: #ffffff;
}
.cid-tUVVQZeuoy {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #784e0d;
}
.cid-tUVVQZeuoy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUVVQZeuoy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tUVXnDKrvj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #784e0d;
}
.cid-tUVXnDKrvj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUVXnDKrvj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tV2lijKWeW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUKfjAArwI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tUKfjAArwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUKfjAArwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUKfjAArwI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUKfjAArwI .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-tUKfjAArwI .mbr-section-title {
  color: #ffffff;
}
.cid-tUKfjAArwI .mbr-text,
.cid-tUKfjAArwI .mbr-section-btn {
  color: #ffffff;
}
.cid-tUKeeDXCnN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUKeeDXCnN img,
.cid-tUKeeDXCnN .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tUKeeDXCnN .item:focus,
.cid-tUKeeDXCnN span:focus {
  outline: none;
}
.cid-tUKeeDXCnN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUKeeDXCnN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2a56a5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUKeeDXCnN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUKeeDXCnN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tUKeeDXCnN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUKeeDXCnN .mbr-section-title {
  color: #ffffff;
}
.cid-tUKeeDXCnN .mbr-text,
.cid-tUKeeDXCnN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUKeeDXCnN .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUKeeDXCnN .item-subtitle {
  text-align: center;
}
.cid-tUKeeDXCnN .item-title P {
  text-align: left;
}
.cid-tUKucJLFmL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUKucJLFmL img,
.cid-tUKucJLFmL .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tUKucJLFmL .item:focus,
.cid-tUKucJLFmL span:focus {
  outline: none;
}
.cid-tUKucJLFmL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUKucJLFmL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2a56a5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUKucJLFmL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUKucJLFmL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tUKucJLFmL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUKucJLFmL .mbr-section-title {
  color: #ffffff;
}
.cid-tUKucJLFmL .mbr-text,
.cid-tUKucJLFmL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUKucJLFmL .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUKucJLFmL .item-subtitle {
  text-align: center;
}
.cid-tV4NFB70kE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tV4NFB70kE img,
.cid-tV4NFB70kE .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tV4NFB70kE .item:focus,
.cid-tV4NFB70kE span:focus {
  outline: none;
}
.cid-tV4NFB70kE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tV4NFB70kE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #2a56a5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tV4NFB70kE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tV4NFB70kE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tV4NFB70kE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tV4NFB70kE .mbr-section-title {
  color: #ffffff;
}
.cid-tV4NFB70kE .mbr-text,
.cid-tV4NFB70kE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tV4NFB70kE .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tV4NFB70kE .item-subtitle {
  text-align: center;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUyXRnS8ev {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUyXRnS8ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyXRnS8ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyXRnS8ev .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUyXRnS8ev .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tUyXRnS8ev .mbr-section-title {
  color: #ffffff;
}
.cid-tUyXRnS8ev .mbr-text,
.cid-tUyXRnS8ev .mbr-section-btn {
  color: #ffffff;
}
.cid-tUyYmlHxeP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tUyYmlHxeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyYmlHxeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyYmlHxeP .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tUyYmlHxeP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tUyYmlHxeP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tV2onmNc8q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUMm2AYxEn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tUMm2AYxEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUMm2AYxEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUMm2AYxEn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUMm2AYxEn .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-tUMm2AYxEn .mbr-section-title {
  color: #ffffff;
}
.cid-tUMm2AYxEn .mbr-text,
.cid-tUMm2AYxEn .mbr-section-btn {
  color: #ffffff;
}
.cid-tUMo8ylOfq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUMo8ylOfq img,
.cid-tUMo8ylOfq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tUMo8ylOfq .item:focus,
.cid-tUMo8ylOfq span:focus {
  outline: none;
}
.cid-tUMo8ylOfq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUMo8ylOfq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUMo8ylOfq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUMo8ylOfq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUMo8ylOfq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUMo8ylOfq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUMo8ylOfq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUMo8ylOfq .mbr-section-title {
  color: #ffffff;
}
.cid-tUMo8ylOfq .mbr-text,
.cid-tUMo8ylOfq .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUMo8ylOfq .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUMo8ylOfq .item-subtitle {
  text-align: center;
}
.cid-tUMEiRWWOb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUMEiRWWOb img,
.cid-tUMEiRWWOb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tUMEiRWWOb .item:focus,
.cid-tUMEiRWWOb span:focus {
  outline: none;
}
.cid-tUMEiRWWOb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUMEiRWWOb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUMEiRWWOb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUMEiRWWOb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUMEiRWWOb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUMEiRWWOb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUMEiRWWOb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUMEiRWWOb .mbr-section-title {
  color: #ffffff;
}
.cid-tUMEiRWWOb .mbr-text,
.cid-tUMEiRWWOb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUMEiRWWOb .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUMEiRWWOb .item-subtitle {
  text-align: center;
}
.cid-tV2ndqr9Mi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVAMZ5VkIm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVAMZ5VkIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVAMZ5VkIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVAMZ5VkIm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVAMZ5VkIm .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tVAMZ5VkIm .mbr-section-title {
  color: #ffffff;
}
.cid-tVAMZ5VkIm .mbr-text,
.cid-tVAMZ5VkIm .mbr-section-btn {
  color: #ffffff;
}
.cid-tVANDVcaG2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #784e0d;
}
.cid-tVANDVcaG2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVANDVcaG2 .mbr-text {
  color: #ffffff;
}
.cid-tVAP5LBhxV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVAP5LBhxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVAP5LBhxV .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-tVAP5LBhxV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVAP5LBhxV .row {
  flex-direction: row-reverse;
}
.cid-tVAP5LBhxV img {
  width: 100%;
}
.cid-tVAP5LBhxV .mbr-description {
  color: #ffffff;
}
.cid-tVAQKfQrI8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVAQKfQrI8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVAQKfQrI8 .mbr-text {
  color: #ffffff;
}
.cid-tVAS3aG3qb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVAS3aG3qb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVAS3aG3qb .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-tVAS3aG3qb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVAS3aG3qb .row {
  flex-direction: row-reverse;
}
.cid-tVAS3aG3qb img {
  width: 100%;
}
.cid-tVAS3aG3qb .mbr-description {
  color: #ffffff;
}
.cid-tVASJtEfLI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVASJtEfLI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVASJtEfLI .mbr-text {
  color: #ffffff;
}
.cid-tVATguxU4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVATguxU4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVATguxU4L .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-tVATguxU4L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVATguxU4L .row {
  flex-direction: row-reverse;
}
.cid-tVATguxU4L img {
  width: 100%;
}
.cid-tVATguxU4L .mbr-description {
  color: #ffffff;
}
.cid-tVAUo8soHz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVAUo8soHz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVAUo8soHz .mbr-text {
  color: #ffffff;
}
.cid-tVAVlqlzBO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVAVlqlzBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVAVlqlzBO .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-tVAVlqlzBO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVAVlqlzBO .row {
  flex-direction: row-reverse;
}
.cid-tVAVlqlzBO img {
  width: 100%;
}
.cid-tVAVlqlzBO .mbr-description {
  color: #ffffff;
}
.cid-tVAWwq2rbY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVAWwq2rbY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVAWwq2rbY .mbr-text {
  color: #ffffff;
}
.cid-tVAXnzORya {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVAXnzORya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVAXnzORya .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-tVAXnzORya .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVAXnzORya .row {
  flex-direction: row-reverse;
}
.cid-tVAXnzORya img {
  width: 100%;
}
.cid-tVAXnzORya .mbr-description {
  color: #ffffff;
}
.cid-tVAXSBlO9O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVAXSBlO9O .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVAXSBlO9O .mbr-text {
  color: #ffffff;
}
.cid-tVAYtlyb8w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVAYtlyb8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVAYtlyb8w .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-tVAYtlyb8w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVAYtlyb8w .row {
  flex-direction: row-reverse;
}
.cid-tVAYtlyb8w img {
  width: 100%;
}
.cid-tVAYtlyb8w .mbr-description {
  color: #ffffff;
}
.cid-tVAZErLBgO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVAZErLBgO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVAZErLBgO .mbr-text {
  color: #ffffff;
}
.cid-tVB0G70XFe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVB0G70XFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVB0G70XFe .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-tVB0G70XFe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVB0G70XFe .row {
  flex-direction: row-reverse;
}
.cid-tVB0G70XFe img {
  width: 100%;
}
.cid-tVB0G70XFe .mbr-description {
  color: #ffffff;
}
.cid-tVB1mDcgzz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVB1mDcgzz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVB1mDcgzz .mbr-text {
  color: #ffffff;
}
.cid-tVB2dI8KOC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVB2dI8KOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVB2dI8KOC .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-tVB2dI8KOC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVB2dI8KOC .row {
  flex-direction: row-reverse;
}
.cid-tVB2dI8KOC img {
  width: 100%;
}
.cid-tVB2dI8KOC .mbr-description {
  color: #ffffff;
}
.cid-tVB2Cw9Iy0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVB2Cw9Iy0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVB2Cw9Iy0 .mbr-text {
  color: #ffffff;
}
.cid-tVB3i0GvV3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVB3i0GvV3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVB3i0GvV3 .mbr-text {
  color: #ffffff;
}
.cid-tVB3yerkoZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVB3yerkoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVB3yerkoZ .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-tVB3yerkoZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVB3yerkoZ .row {
  flex-direction: row-reverse;
}
.cid-tVB3yerkoZ img {
  width: 100%;
}
.cid-tVB3yerkoZ .mbr-description {
  color: #ffffff;
}
.cid-tVB4siXSCz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVB4siXSCz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVB4siXSCz .mbr-text {
  color: #ffffff;
}
.cid-tVB4XZs3pR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVB4XZs3pR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVB4XZs3pR .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-tVB4XZs3pR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVB4XZs3pR .row {
  flex-direction: row-reverse;
}
.cid-tVB4XZs3pR img {
  width: 100%;
}
.cid-tVB4XZs3pR .mbr-description {
  color: #ffffff;
}
.cid-tVB6ahqiTa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVB6ahqiTa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVB6ahqiTa .mbr-text {
  color: #ffffff;
}
.cid-tVB6KNF5NB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVB6KNF5NB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVB6KNF5NB .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-tVB6KNF5NB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVB6KNF5NB .row {
  flex-direction: row-reverse;
}
.cid-tVB6KNF5NB img {
  width: 100%;
}
.cid-tVB6KNF5NB .mbr-description {
  color: #ffffff;
}
.cid-tVB77d3bNj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVB77d3bNj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVB77d3bNj .mbr-text {
  color: #ffffff;
}
.cid-tVB9hJv1PI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVB9hJv1PI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVB9hJv1PI .mbr-text {
  color: #ffffff;
}
.cid-tVB9wJdgsp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVB9wJdgsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVB9wJdgsp .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-tVB9wJdgsp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVB9wJdgsp .row {
  flex-direction: row-reverse;
}
.cid-tVB9wJdgsp img {
  width: 100%;
}
.cid-tVB9wJdgsp .mbr-description {
  color: #ffffff;
}
.cid-tVBaicMqPO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVBaicMqPO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVBaicMqPO .mbr-text {
  color: #ffffff;
}
.cid-tVBaMNMhXr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVBaMNMhXr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVBaMNMhXr .mbr-text {
  color: #ffffff;
}
.cid-tVB8hy3ehC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVB8hy3ehC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVB8hy3ehC .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-tVB8hy3ehC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVB8hy3ehC .row {
  flex-direction: row-reverse;
}
.cid-tVB8hy3ehC img {
  width: 100%;
}
.cid-tVB8hy3ehC .mbr-description {
  color: #ffffff;
}
.cid-tVBcJKwXA5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVBcJKwXA5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVBcJKwXA5 .mbr-text {
  color: #ffffff;
}
.cid-tVBdeMlvJ0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUGbtaVX17 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tUGbtaVX17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGbtaVX17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUGbtaVX17 .mbr-section-title {
  color: #ffffff;
}
.cid-tUGbtaVX17 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUFSG2EIHl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tUFSG2EIHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUFSG2EIHl .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-tUFSG2EIHl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUFSG2EIHl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUFSG2EIHl .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUFSG2EIHl .mbr-section-title {
  color: #ffffff;
}
.cid-tUFSG2EIHl .mbr-text {
  color: #ffffff;
}
.cid-tUFSG2EIHl .mbr-description {
  color: #ffffff;
}
.cid-tUG0NLlUmw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUG0NLlUmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUG0NLlUmw .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-tUG0NLlUmw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUG0NLlUmw .row {
  flex-direction: row-reverse;
}
.cid-tUG0NLlUmw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUG0NLlUmw .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUG0NLlUmw .mbr-section-title {
  color: #ffffff;
}
.cid-tUG0NLlUmw .mbr-text {
  color: #ffffff;
}
.cid-tUG0NLlUmw .mbr-description {
  color: #ffffff;
}
.cid-tUG6w5uRs0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tUG6w5uRs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUG6w5uRs0 .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-tUG6w5uRs0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUG6w5uRs0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUG6w5uRs0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUG6w5uRs0 .mbr-section-title {
  color: #ffffff;
}
.cid-tUG6w5uRs0 .mbr-text {
  color: #ffffff;
}
.cid-tUG6w5uRs0 .mbr-description {
  color: #ffffff;
}
.cid-tUGaqf98Pa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUGaqf98Pa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGaqf98Pa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUGaqf98Pa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tUGaqf98Pa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tUGa2fXVH8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUGa2fXVH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGa2fXVH8 .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-tUGa2fXVH8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGa2fXVH8 .row {
  flex-direction: row-reverse;
}
.cid-tUGa2fXVH8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGa2fXVH8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGa2fXVH8 .mbr-section-title {
  color: #ffffff;
}
.cid-tUGa2fXVH8 .mbr-text {
  color: #ffffff;
}
.cid-tUGa2fXVH8 .mbr-description {
  color: #ffffff;
}
.cid-tUGgLneE51 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUGgLneE51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGgLneE51 .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-tUGgLneE51 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGgLneE51 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGgLneE51 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGgLneE51 .mbr-section-title {
  color: #ffffff;
}
.cid-tUGgLneE51 .mbr-text {
  color: #ffffff;
}
.cid-tUGgLneE51 .mbr-description {
  color: #ffffff;
}
.cid-tUGjxOLhgC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUGjxOLhgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGjxOLhgC .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-tUGjxOLhgC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGjxOLhgC .row {
  flex-direction: row-reverse;
}
.cid-tUGjxOLhgC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGjxOLhgC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGjxOLhgC .mbr-section-title {
  color: #ffffff;
}
.cid-tUGjxOLhgC .mbr-text {
  color: #ffffff;
}
.cid-tUGjxOLhgC .mbr-description {
  color: #ffffff;
}
.cid-tUGm0t9hCR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUGm0t9hCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGm0t9hCR .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-tUGm0t9hCR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGm0t9hCR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGm0t9hCR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGm0t9hCR .mbr-section-title {
  color: #ffffff;
}
.cid-tUGm0t9hCR .mbr-text {
  color: #ffffff;
}
.cid-tUGm0t9hCR .mbr-description {
  color: #ffffff;
}
.cid-tUGoDaegC8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUGoDaegC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGoDaegC8 .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-tUGoDaegC8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGoDaegC8 .row {
  flex-direction: row-reverse;
}
.cid-tUGoDaegC8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGoDaegC8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGoDaegC8 .mbr-section-title {
  color: #ffffff;
}
.cid-tUGoDaegC8 .mbr-text {
  color: #ffffff;
}
.cid-tUGoDaegC8 .mbr-description {
  color: #ffffff;
}
.cid-tUGrLTgern {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUGrLTgern .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGrLTgern .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-tUGrLTgern .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGrLTgern img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGrLTgern .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGrLTgern .mbr-section-title {
  color: #ffffff;
}
.cid-tUGrLTgern .mbr-text {
  color: #ffffff;
}
.cid-tUGrLTgern .mbr-description {
  color: #ffffff;
}
.cid-tUGtUScsNA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUGtUScsNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGtUScsNA .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-tUGtUScsNA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGtUScsNA .row {
  flex-direction: row-reverse;
}
.cid-tUGtUScsNA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGtUScsNA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGtUScsNA .mbr-section-title {
  color: #ffffff;
}
.cid-tUGtUScsNA .mbr-text {
  color: #ffffff;
}
.cid-tUGtUScsNA .mbr-description {
  color: #ffffff;
}
.cid-tUGwzFCSMe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUGwzFCSMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGwzFCSMe .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-tUGwzFCSMe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGwzFCSMe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGwzFCSMe .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGwzFCSMe .mbr-section-title {
  color: #ffffff;
}
.cid-tUGwzFCSMe .mbr-text {
  color: #ffffff;
}
.cid-tUGwzFCSMe .mbr-description {
  color: #ffffff;
}
.cid-tUGyu5yVUQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUGyu5yVUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGyu5yVUQ .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-tUGyu5yVUQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGyu5yVUQ .row {
  flex-direction: row-reverse;
}
.cid-tUGyu5yVUQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGyu5yVUQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGyu5yVUQ .mbr-section-title {
  color: #ffffff;
}
.cid-tUGyu5yVUQ .mbr-text {
  color: #ffffff;
}
.cid-tUGyu5yVUQ .mbr-description {
  color: #ffffff;
}
.cid-tUGBtpreFD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUGBtpreFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGBtpreFD .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-tUGBtpreFD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGBtpreFD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGBtpreFD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGBtpreFD .mbr-section-title {
  color: #ffffff;
}
.cid-tUGBtpreFD .mbr-text {
  color: #ffffff;
}
.cid-tUGBtpreFD .mbr-description {
  color: #ffffff;
}
.cid-tUGFRS5H72 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUGFRS5H72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGFRS5H72 .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-tUGFRS5H72 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGFRS5H72 .row {
  flex-direction: row-reverse;
}
.cid-tUGFRS5H72 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGFRS5H72 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGFRS5H72 .mbr-section-title {
  color: #ffffff;
}
.cid-tUGFRS5H72 .mbr-text {
  color: #ffffff;
}
.cid-tUGFRS5H72 .mbr-description {
  color: #ffffff;
}
.cid-tUGI3FlfXH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUGI3FlfXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGI3FlfXH .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-tUGI3FlfXH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGI3FlfXH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGI3FlfXH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGI3FlfXH .mbr-section-title {
  color: #ffffff;
}
.cid-tUGI3FlfXH .mbr-text {
  color: #ffffff;
}
.cid-tUGI3FlfXH .mbr-description {
  color: #ffffff;
}
.cid-tUGKs37liV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUGKs37liV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGKs37liV .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-tUGKs37liV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGKs37liV .row {
  flex-direction: row-reverse;
}
.cid-tUGKs37liV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGKs37liV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGKs37liV .mbr-section-title {
  color: #ffffff;
}
.cid-tUGKs37liV .mbr-text {
  color: #ffffff;
}
.cid-tUGKs37liV .mbr-description {
  color: #ffffff;
}
.cid-tUGPw4lDUg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tUGPw4lDUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGPw4lDUg .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-tUGPw4lDUg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGPw4lDUg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGPw4lDUg .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGPw4lDUg .mbr-section-title {
  color: #ffffff;
}
.cid-tUGPw4lDUg .mbr-text {
  color: #ffffff;
}
.cid-tUGPw4lDUg .mbr-description {
  color: #ffffff;
}
.cid-tUGRm7yEwm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-tUGRm7yEwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGRm7yEwm .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-tUGRm7yEwm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUGRm7yEwm .row {
  flex-direction: row-reverse;
}
.cid-tUGRm7yEwm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGRm7yEwm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUGRm7yEwm .mbr-section-title {
  color: #ffffff;
}
.cid-tUGRm7yEwm .mbr-text {
  color: #ffffff;
}
.cid-tUGRm7yEwm .mbr-description {
  color: #ffffff;
}
.cid-tUGTa9K7gy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tUGTa9K7gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUGTa9K7gy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUGTa9K7gy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUGTa9K7gy .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-tUGTa9K7gy .mbr-section-title {
  color: #ffffff;
}
.cid-tUGTa9K7gy .mbr-text,
.cid-tUGTa9K7gy .mbr-section-btn {
  color: #ffffff;
}
.cid-tV2o1pcuHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVfp0vsa1o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVfp0vsa1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVfp0vsa1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVfp0vsa1o .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVfp0vsa1o .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tVfp0vsa1o .mbr-section-title {
  color: #ffffff;
}
.cid-tVfp0vsa1o .mbr-text,
.cid-tVfp0vsa1o .mbr-section-btn {
  color: #ffffff;
}
.cid-tVfp4SHZBR {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #784e0d;
}
.cid-tVfp4SHZBR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVfp4SHZBR .mbr-text {
  color: #ffffff;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVGuXesc0H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #784e0d;
}
.cid-tVGuXesc0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGuXesc0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGuXesc0H .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVGuXesc0H .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-tVGuXesc0H .mbr-section-title {
  color: #ffffff;
}
.cid-tVGuXesc0H .mbr-text,
.cid-tVGuXesc0H .mbr-section-btn {
  color: #ffffff;
}
.cid-tVGtYH42w4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tVGtYH42w4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGtYH42w4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGtYH42w4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVGtYH42w4 .image-wrap img {
    display: block;
    margin: auto;
    width: 20%;
  }
}
.cid-tVGtYH42w4 .mbr-section-title {
  color: #ffffff;
}
.cid-tVGtYH42w4 .mbr-text,
.cid-tVGtYH42w4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tVGvq1LXgF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVIeWd9p6l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tVIeWd9p6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIeWd9p6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVIeWd9p6l .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVIeWd9p6l .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tVIeWd9p6l .mbr-section-title {
  color: #ffffff;
}
.cid-tVIeWd9p6l .mbr-text,
.cid-tVIeWd9p6l .mbr-section-btn {
  color: #ffffff;
}
.cid-tVIialcO24 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tVIialcO24 .mbr-text {
  color: #ffffff;
}
.cid-tVIialcO24 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVIiVMXYce {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tVIiVMXYce .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIiVMXYce .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-tVIiVMXYce .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVIiVMXYce .row {
  flex-direction: row-reverse;
}
.cid-tVIiVMXYce img {
  width: 100%;
}
.cid-tVIiVMXYce .mbr-description {
  color: #ffffff;
}
.cid-tVIkdfvK82 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tVIkdfvK82 .mbr-text {
  color: #ffffff;
}
.cid-tVIkdfvK82 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVIkHY3SyV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tVIkHY3SyV .mbr-text {
  color: #ffffff;
}
.cid-tVIkHY3SyV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVIpItTTQa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tVIpItTTQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIpItTTQa .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-tVIpItTTQa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVIpItTTQa .row {
  flex-direction: row-reverse;
}
.cid-tVIpItTTQa img {
  width: 100%;
}
.cid-tVIpItTTQa .mbr-description {
  color: #ffffff;
}
.cid-tVInD5SmtU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tVInD5SmtU .mbr-text {
  color: #ffffff;
}
.cid-tVInD5SmtU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVIoiEg5e8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tVIoiEg5e8 .mbr-text {
  color: #ffffff;
}
.cid-tVIoiEg5e8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVIl4ZlUlq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tVIl4ZlUlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIl4ZlUlq .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-tVIl4ZlUlq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVIl4ZlUlq .row {
  flex-direction: row-reverse;
}
.cid-tVIl4ZlUlq img {
  width: 100%;
}
.cid-tVIl4ZlUlq .mbr-description {
  color: #ffffff;
}
.cid-tVIoNZZUie {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tVIoNZZUie .mbr-text {
  color: #ffffff;
}
.cid-tVIoNZZUie .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVIqzwhPC4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tVIqzwhPC4 .mbr-text {
  color: #ffffff;
}
.cid-tVIqzwhPC4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVIOfyqu0p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tVIOfyqu0p .mbr-text {
  color: #ffffff;
}
.cid-tVIOfyqu0p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVIOVI9mcJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tVIOVI9mcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVIOVI9mcJ .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-tVIOVI9mcJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVIOVI9mcJ .row {
  flex-direction: row-reverse;
}
.cid-tVIOVI9mcJ img {
  width: 100%;
}
.cid-tVIOVI9mcJ .mbr-description {
  color: #ffffff;
}
.cid-tVIOIms1MZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tVIOIms1MZ .mbr-text {
  color: #ffffff;
}
.cid-tVIOIms1MZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVN7F5sIpw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tVN7F5sIpw .mbr-text {
  color: #ffffff;
}
.cid-tVN7F5sIpw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVIPNWEXLB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-tVIPNWEXLB .mbr-text {
  color: #ffffff;
}
.cid-tVIPNWEXLB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tVIPLWSZkR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVMEXUW2I0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tVMEXUW2I0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMEXUW2I0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMEXUW2I0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVMEXUW2I0 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tVMEXUW2I0 .mbr-section-title {
  color: #ffffff;
}
.cid-tVMEXUW2I0 .mbr-text,
.cid-tVMEXUW2I0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tVMFpNEc33 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-tVMFpNEc33 .mbr-text {
  color: #ffffff;
}
.cid-tVMFpNEc33 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxT76adRmV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-uxT76adRmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxT76adRmV .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-uxT76adRmV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxT76adRmV .row {
  flex-direction: row-reverse;
}
.cid-uxT76adRmV img {
  width: 100%;
}
.cid-uxT76adRmV .mbr-description {
  color: #ffffff;
}
.cid-uxT8xHW2dd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uxT8xHW2dd .mbr-text {
  color: #ffffff;
}
.cid-uxT8xHW2dd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxTaFKyqs5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-uxTaFKyqs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxTaFKyqs5 .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-uxTaFKyqs5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxTaFKyqs5 .row {
  flex-direction: row-reverse;
}
.cid-uxTaFKyqs5 img {
  width: 100%;
}
.cid-uxTaFKyqs5 .mbr-description {
  color: #ffffff;
}
.cid-uxTfdm8dTh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-uxTfdm8dTh .mbr-text {
  color: #ffffff;
}
.cid-uxTfdm8dTh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxThjTvMTo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-uxThjTvMTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxThjTvMTo .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-uxThjTvMTo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxThjTvMTo .row {
  flex-direction: row-reverse;
}
.cid-uxThjTvMTo img {
  width: 100%;
}
.cid-uxThjTvMTo .mbr-description {
  color: #ffffff;
}
.cid-uxTibuScBo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uxTibuScBo .mbr-text {
  color: #ffffff;
}
.cid-uxTibuScBo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzEBqq6Ug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzEBqq6Ug nav.navbar {
  position: fixed;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzEBqq6Ug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzEBqq6Ug .dropdown-item:hover,
.cid-tUzEBqq6Ug .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-tUzEBqq6Ug .dropdown-item:hover span {
  color: white;
}
.cid-tUzEBqq6Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzEBqq6Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzEBqq6Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzEBqq6Ug .nav-link {
  position: relative;
}
.cid-tUzEBqq6Ug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-tUzEBqq6Ug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown-menu,
.cid-tUzEBqq6Ug .navbar.opened {
  background: #2a56a5 !important;
}
.cid-tUzEBqq6Ug .nav-item:focus,
.cid-tUzEBqq6Ug .nav-link:focus {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzEBqq6Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzEBqq6Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzEBqq6Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzEBqq6Ug .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzEBqq6Ug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzEBqq6Ug .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzEBqq6Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzEBqq6Ug .navbar.collapsed {
  justify-content: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzEBqq6Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzEBqq6Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzEBqq6Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzEBqq6Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzEBqq6Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzEBqq6Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzEBqq6Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzEBqq6Ug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzEBqq6Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzEBqq6Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzEBqq6Ug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzEBqq6Ug .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzEBqq6Ug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzEBqq6Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzEBqq6Ug .dropdown-item.active,
.cid-tUzEBqq6Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzEBqq6Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzEBqq6Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-tUzEBqq6Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzEBqq6Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzEBqq6Ug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzEBqq6Ug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzEBqq6Ug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzEBqq6Ug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzEBqq6Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzEBqq6Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzEBqq6Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzEBqq6Ug .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-tUzEBqq6Ug .navbar {
    height: 70px;
  }
  .cid-tUzEBqq6Ug .navbar.opened {
    height: auto;
  }
  .cid-tUzEBqq6Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWJNk5ihM5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #784e0d;
}
.cid-tWJNk5ihM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWJNk5ihM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWJNk5ihM5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWJNk5ihM5 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tWJNk5ihM5 .mbr-section-title {
  color: #ffffff;
}
.cid-tWJNk5ihM5 .mbr-text,
.cid-tWJNk5ihM5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWJNULvxbu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWJNULvxbu img,
.cid-tWJNULvxbu .item-img {
  width: 100%;
}
.cid-tWJNULvxbu .item:focus,
.cid-tWJNULvxbu span:focus {
  outline: none;
}
.cid-tWJNULvxbu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWJNULvxbu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #784e0d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWJNULvxbu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tWJNULvxbu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWJNULvxbu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tWJNULvxbu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tWJNULvxbu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWJNULvxbu .mbr-section-title {
  color: #ffffff;
}
.cid-tWJNULvxbu .mbr-text,
.cid-tWJNULvxbu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tWJNULvxbu .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tWJNULvxbu .item-subtitle {
  text-align: center;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uxTlkCJzjD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxTlkCJzjD nav.navbar {
  position: fixed;
}
.cid-uxTlkCJzjD .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-uxTlkCJzjD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxTlkCJzjD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxTlkCJzjD .dropdown-item:hover,
.cid-uxTlkCJzjD .dropdown-item:focus {
  background: #eacb9c !important;
  color: white !important;
}
.cid-uxTlkCJzjD .dropdown-item:hover span {
  color: white;
}
.cid-uxTlkCJzjD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxTlkCJzjD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxTlkCJzjD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxTlkCJzjD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxTlkCJzjD .nav-link {
  position: relative;
}
.cid-uxTlkCJzjD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxTlkCJzjD .container {
    flex-wrap: nowrap;
  }
}
.cid-uxTlkCJzjD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxTlkCJzjD .dropdown-menu,
.cid-uxTlkCJzjD .navbar.opened {
  background: #2a56a5 !important;
}
.cid-uxTlkCJzjD .nav-item:focus,
.cid-uxTlkCJzjD .nav-link:focus {
  outline: none;
}
.cid-uxTlkCJzjD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxTlkCJzjD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxTlkCJzjD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxTlkCJzjD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxTlkCJzjD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxTlkCJzjD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxTlkCJzjD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a56a5;
}
.cid-uxTlkCJzjD .navbar.opened {
  transition: all 0.3s;
}
.cid-uxTlkCJzjD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxTlkCJzjD .navbar .navbar-logo img {
  width: auto;
}
.cid-uxTlkCJzjD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxTlkCJzjD .navbar.collapsed {
  justify-content: center;
}
.cid-uxTlkCJzjD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxTlkCJzjD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxTlkCJzjD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxTlkCJzjD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxTlkCJzjD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxTlkCJzjD .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-uxTlkCJzjD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxTlkCJzjD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxTlkCJzjD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxTlkCJzjD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxTlkCJzjD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxTlkCJzjD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxTlkCJzjD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxTlkCJzjD .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-uxTlkCJzjD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxTlkCJzjD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxTlkCJzjD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxTlkCJzjD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxTlkCJzjD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxTlkCJzjD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxTlkCJzjD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxTlkCJzjD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxTlkCJzjD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxTlkCJzjD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxTlkCJzjD .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-uxTlkCJzjD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxTlkCJzjD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxTlkCJzjD .dropdown-item.active,
.cid-uxTlkCJzjD .dropdown-item:active {
  background-color: transparent;
}
.cid-uxTlkCJzjD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxTlkCJzjD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxTlkCJzjD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxTlkCJzjD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a56a5;
}
.cid-uxTlkCJzjD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxTlkCJzjD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxTlkCJzjD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxTlkCJzjD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxTlkCJzjD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxTlkCJzjD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ebe7e1;
}
.cid-uxTlkCJzjD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxTlkCJzjD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxTlkCJzjD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxTlkCJzjD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxTlkCJzjD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxTlkCJzjD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxTlkCJzjD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxTlkCJzjD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxTlkCJzjD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxTlkCJzjD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxTlkCJzjD .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-uxTlkCJzjD .navbar {
    height: 70px;
  }
  .cid-uxTlkCJzjD .navbar.opened {
    height: auto;
  }
  .cid-uxTlkCJzjD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxVaWtxpbI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-uxVaWtxpbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxVaWtxpbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxVaWtxpbI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxVaWtxpbI .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uxVaWtxpbI .mbr-section-title {
  color: #ffffff;
}
.cid-uxVaWtxpbI .mbr-text,
.cid-uxVaWtxpbI .mbr-section-btn {
  color: #ffffff;
}
.cid-uxVbaJHtsx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-uxVbaJHtsx .mbr-text {
  color: #ffffff;
}
.cid-uxVbaJHtsx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxVc9RGSA6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-uxVc9RGSA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxVc9RGSA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxVc9RGSA6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-uxVc9RGSA6 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uxVc9RGSA6 .text-box {
  text-align: center;
}
.cid-uxVc9RGSA6 span {
  font-size: 6rem;
  color: #ffffff;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-uxVc9RGSA6 .card {
    margin-bottom: 2rem;
  }
  .cid-uxVc9RGSA6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uxVc9RGSA6 span {
    font-size: 21vw;
  }
}
.cid-uxVc9RGSA6 .icon-title,
.cid-uxVc9RGSA6 .mbr-section-btn,
.cid-uxVc9RGSA6 .item .icon-box .step-number {
  color: #ffffff;
}
.cid-uxVb5xOWrU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-uxVb5xOWrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxVb5xOWrU .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-uxVb5xOWrU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxVb5xOWrU .row {
  flex-direction: row-reverse;
}
.cid-uxVb5xOWrU img {
  width: 100%;
}
.cid-uxVb5xOWrU .mbr-description {
  color: #ffffff;
}
.cid-uxVenFVBCk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uxVenFVBCk .mbr-text {
  color: #ffffff;
}
.cid-uxVenFVBCk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uygn8TZtoU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-uygn8TZtoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygn8TZtoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygn8TZtoU .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-uygn8TZtoU .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uygn8TZtoU .text-box {
  text-align: center;
}
.cid-uygn8TZtoU span {
  font-size: 6rem;
  color: #ffffff;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-uygn8TZtoU .card {
    margin-bottom: 2rem;
  }
  .cid-uygn8TZtoU .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uygn8TZtoU span {
    font-size: 21vw;
  }
}
.cid-uygn8TZtoU .icon-title,
.cid-uygn8TZtoU .mbr-section-btn,
.cid-uygn8TZtoU .item .icon-box .step-number {
  color: #ffffff;
}
.cid-uygmZ881Y7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-uygmZ881Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygmZ881Y7 .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-uygmZ881Y7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uygmZ881Y7 .row {
  flex-direction: row-reverse;
}
.cid-uygmZ881Y7 img {
  width: 100%;
}
.cid-uygmZ881Y7 .mbr-description {
  color: #ffffff;
}
.cid-uygpA4ulXr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-uygpA4ulXr .mbr-text {
  color: #ffffff;
}
.cid-uygpA4ulXr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uygQdT6dFX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-uygQdT6dFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygQdT6dFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygQdT6dFX .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-uygQdT6dFX .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uygQdT6dFX .text-box {
  text-align: center;
}
.cid-uygQdT6dFX span {
  font-size: 6rem;
  color: #2a56a5;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-uygQdT6dFX .card {
    margin-bottom: 2rem;
  }
  .cid-uygQdT6dFX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uygQdT6dFX span {
    font-size: 21vw;
  }
}
.cid-uygQdT6dFX .icon-title,
.cid-uygQdT6dFX .mbr-section-btn,
.cid-uygQdT6dFX .item .icon-box .step-number {
  color: #ffffff;
}
.cid-uygQgJB9wa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-uygQgJB9wa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygQgJB9wa .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-uygQgJB9wa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uygQgJB9wa .row {
  flex-direction: row-reverse;
}
.cid-uygQgJB9wa img {
  width: 100%;
}
.cid-uygQgJB9wa .mbr-description {
  color: #ffffff;
}
.cid-uygQjXY8Cm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-uygQjXY8Cm .mbr-text {
  color: #ffffff;
}
.cid-uygQjXY8Cm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uynk0JnLMw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-uynk0JnLMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uynk0JnLMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uynk0JnLMw .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-uynk0JnLMw .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uynk0JnLMw .text-box {
  text-align: center;
}
.cid-uynk0JnLMw span {
  font-size: 6rem;
  color: #ffffff;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-uynk0JnLMw .card {
    margin-bottom: 2rem;
  }
  .cid-uynk0JnLMw .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uynk0JnLMw span {
    font-size: 21vw;
  }
}
.cid-uynk0JnLMw .icon-title,
.cid-uynk0JnLMw .mbr-section-btn,
.cid-uynk0JnLMw .item .icon-box .step-number {
  color: #ffffff;
}
.cid-uynmZ7LZ4q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-uynmZ7LZ4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uynmZ7LZ4q .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-uynmZ7LZ4q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uynmZ7LZ4q .row {
  flex-direction: row-reverse;
}
.cid-uynmZ7LZ4q img {
  width: 100%;
}
.cid-uynmZ7LZ4q .mbr-description {
  color: #ffffff;
}
.cid-uynnA4euOk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a56a5;
}
.cid-uynnA4euOk .mbr-text {
  color: #ffffff;
}
.cid-uynnA4euOk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uys4gpA7Hv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-uys4gpA7Hv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uys4gpA7Hv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uys4gpA7Hv .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-uys4gpA7Hv .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uys4gpA7Hv .text-box {
  text-align: center;
}
.cid-uys4gpA7Hv span {
  font-size: 6rem;
  color: #ffffff;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-uys4gpA7Hv .card {
    margin-bottom: 2rem;
  }
  .cid-uys4gpA7Hv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uys4gpA7Hv span {
    font-size: 21vw;
  }
}
.cid-uys4gpA7Hv .icon-title,
.cid-uys4gpA7Hv .mbr-section-btn,
.cid-uys4gpA7Hv .item .icon-box .step-number {
  color: #ffffff;
}
.cid-uys4jDP2Me {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2a56a5;
}
.cid-uys4jDP2Me .mbr-fallback-image.disabled {
  display: none;
}
.cid-uys4jDP2Me .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-uys4jDP2Me .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uys4jDP2Me .row {
  flex-direction: row-reverse;
}
.cid-uys4jDP2Me img {
  width: 100%;
}
.cid-uys4jDP2Me .mbr-description {
  color: #ffffff;
}
.cid-uys4lKTOu1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uys4lKTOu1 .mbr-text {
  color: #ffffff;
}
.cid-uys4lKTOu1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uygmWXBbAX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2a56a5;
}
.cid-uz0ZXkdSg4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0ZXkdSg4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0ZXkdSg4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0ZXkdSg4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0ZXkdSg4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0ZXkdSg4 .media-container-row .row-copirayt p {
  width: 100%;
}
